Searched defs:suio (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmove.c390 * Dup the suio into the duio and diovec of size diov_cnt. If diov
391 * is too small to dup suio then an error will be returned, else 0.
394 uiodup(uio_t *suio, uio_t *duio, iovec_t *diov, int diov_cnt) argument
397 iovec_t *siov = suio->uio_iov;
399 *duio = *suio;
400 for (ix = 0; ix < suio->uio_iovcnt; ix++) {

Completed in 46 milliseconds