Lines Matching +full:transfer +full:- +full:function
38 .Bd -literal
61 are used to transfer data between buffers and I/O vectors that might
70 system call that is being passed to a character-device driver, the
78 The transfer request is encoded in this structure.
88 .Bl -tag -width ".Va uio_iovcnt"
98 The remaining number of bytes to process, updated after transfer.
101 .Bl -tag -width ".Dv UIO_USERSPACE"
110 The direction of the desired transfer, either
119 indicates that the transfer is to be made from/to a process's address
123 The function
130 Thus, the function
137 function is a convenience wrapper around
167 .Bd -literal
182 while (uio->uio_resid > 0) {
184 amnt = MIN(uio->uio_resid, data_available);
188 data_available -= amnt;
203 .Bl -tag -width Er
216 .Bl -tag -width Er