Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Duio.h178 int uio_getiov( uio_t a_uio,
/xnu-8796.121.2/bsd/kern/
H A Dkern_physio.c112 if (uio_getiov(uio, i, &base, &len) || in physio()
H A Dkern_subr.c1053 uio_getiov( uio_t a_uio, in uio_getiov() function
/xnu-8796.121.2/iokit/Kernel/
H A DIOMemoryDescriptor.cpp271 uio_getiov((uio_t) r.uio, ind, &ad, &us); addr = ad; len = us; in getAddrLenForInd()