Home
last modified time | relevance | path

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

/xnu-11215.81.4/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-11215.81.4/bsd/sys/
H A Duio.h130 #define UIO_SEG_IS_USER_SPACE( a_uio_seg ) \ macro
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c2793 …if (((flags & (IO_NOCACHE | IO_NODIRECT)) == IO_NOCACHE) && UIO_SEG_IS_USER_SPACE(uio->uio_segflg)… in cluster_write_ext()
3099 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_write_direct()
3388 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_write_contig()
4328 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in cluster_read_ext()
5431 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_read_direct()
5756 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_read_contig()
5935 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.c979 if (UIO_SEG_IS_USER_SPACE(segflg)) { in vn_rdwr_64()
H A Dvfs_syscalls.c4118 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in nameiat()
4822 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4884 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4979 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1at()
5969 if (UIO_SEG_IS_USER_SPACE(segflg)) { in symlinkat_internal()
9747 if (UIO_SEG_IS_USER_SPACE(segflg)) { in renameat_internal()
H A Dvfs_attrlist.c1221 if (UIO_SEG_IS_USER_SPACE(segflg)) { in getvolattrlist()
1624 if (UIO_SEG_IS_USER_SPACE(segflg)) { in getvolattrlist()
/xnu-11215.81.4/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()