Home
last modified time | relevance | path

Searched refs:UIO_SEG_IS_USER_SPACE (Results 1 – 10 of 10) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Dkern_physio.c108 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in physio()
190 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in physio()
209 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in physio()
H A Dkern_subr.c840 if (UIO_SEG_IS_USER_SPACE(a_uio->uio_segflg)) { in uio_isuserspace()
H A Dkern_exec.c451 if (!UIO_SEG_IS_USER_SPACE(seg)) { in exec_add_user_string()
/xnu-11417.121.6/bsd/sys/
H A Duio.h130 #define UIO_SEG_IS_USER_SPACE( a_uio_seg ) \ macro
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_cluster.c2823 …if (((flags & (IO_NOCACHE | IO_NODIRECT)) == IO_NOCACHE) && UIO_SEG_IS_USER_SPACE(uio->uio_segflg)… in cluster_write_ext()
3150 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_write_direct()
3478 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_write_contig()
4418 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in cluster_read_ext()
5521 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_read_direct()
5846 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_read_contig()
6025 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_io_type()
H A Dvfs_lookup.c251 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in namei()
H A Dvfs_vnops.c987 if (UIO_SEG_IS_USER_SPACE(segflg)) { in vn_rdwr_64()
H A Dvfs_syscalls.c4135 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in nameiat()
4842 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4904 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4999 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1at()
5989 if (UIO_SEG_IS_USER_SPACE(segflg)) { in symlinkat_internal()
9795 if (UIO_SEG_IS_USER_SPACE(segflg)) { in renameat_internal()
H A Dvfs_attrlist.c1270 if (UIO_SEG_IS_USER_SPACE(segflg)) { in getvolattrlist()
1677 if (UIO_SEG_IS_USER_SPACE(segflg)) { in getvolattrlist()
/xnu-11417.121.6/bsd/miscfs/specfs/
H A Dspec_vnops.c535 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in spec_read()
678 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in spec_write()