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

/xnu-2422.115.4/bsd/sys/
H A Duio_internal.h82 #define UIO_PHYS_USERSPACE 3 macro
177 (a_uio_t)->uio_segflg == UIO_PHYS_USERSPACE )
/xnu-2422.115.4/bsd/kern/
H A Dkern_subr.c97 (segflg) == UIO_PHYS_USERSPACE || \
197 case UIO_PHYS_USERSPACE:
655 case UIO_PHYS_USERSPACE:
774 case UIO_PHYS_USERSPACE:
/xnu-2422.115.4/bsd/dev/
H A Dmemdev.c227 uio->uio_segflg = UIO_PHYS_USERSPACE;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c5695 uio->uio_segflg = UIO_PHYS_USERSPACE;
5784 uio->uio_segflg = UIO_PHYS_USERSPACE;

Completed in 32 milliseconds