Lines Matching +full:scatter +full:- +full:gather
38 .Bd -literal
40 struct iovec *uio_iov; /* scatter/gather list */
41 int uio_iovcnt; /* length of scatter/gather list */
70 system call that is being passed to a character-device driver, the
88 .Bl -tag -width ".Va uio_iovcnt"
91 In the case of scatter/gather
101 .Bl -tag -width ".Dv UIO_USERSPACE"
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