Searched refs:uio_duplicate (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duio.h164 * uio_duplicate - allocate a new uio and make a copy of the given uio_t.
167 uio_t uio_duplicate( uio_t a_uio );
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c1103 * uio_duplicate - allocate a new uio and make a copy of the given uio_t.
1106 uio_t uio_duplicate( uio_t a_uio ) function
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp800 _ranges.v = (IOVirtualRange *) uio_duplicate((uio_t) buffers);

Completed in 88 milliseconds