Searched refs:uio_getiov (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duio.h183 * uio_getiov - get iovec data associated with the given uio_t. Use
189 int uio_getiov( uio_t a_uio,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c115 if (uio_getiov(uio, i, &base, &len) ||
H A Dkern_subr.c869 * uio_getiov - get iovec data associated with the given uio_t. Use
875 int uio_getiov( uio_t a_uio, function
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp233 uio_getiov((uio_t) r.uio, ind, &addr, &us); len = us;

Completed in 29 milliseconds