Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Duio.h156 uio_t uio_duplicate( uio_t a_uio );
/xnu-8796.121.2/bsd/kern/
H A Dkern_subr.c1316 uio_duplicate(uio_t uio) in uio_duplicate() function
/xnu-8796.121.2/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2203 _ranges.v = (IOVirtualRange *) uio_duplicate((uio_t) buffers); in initWithOptions()
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c4827 uio_t uio_acct = uio_duplicate(uio); in cluster_read_direct()