Home
last modified time | relevance | path

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

/xnu-12377.61.12/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.c458 if (!UIO_SEG_IS_USER_SPACE(seg)) { in exec_add_user_string()
/xnu-12377.61.12/bsd/sys/
H A Duio.h130 #define UIO_SEG_IS_USER_SPACE( a_uio_seg ) \ macro
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_cluster.c3023 …if (((flags & (IO_NOCACHE | IO_NODIRECT)) == IO_NOCACHE) && UIO_SEG_IS_USER_SPACE(uio->uio_segflg)… in cluster_write_ext()
3350 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_write_direct()
3682 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_write_contig()
4634 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in cluster_read_ext()
5759 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_read_direct()
6084 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_read_contig()
6275 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_io_type()
H A Dvfs_lookup.c278 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in namei()
H A Dvfs_vnops.c1024 if (UIO_SEG_IS_USER_SPACE(segflg)) { in vn_rdwr_64()
H A Dvfs_syscalls.c4327 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in nameiat()
5052 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
5114 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
5209 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1at()
6249 if (UIO_SEG_IS_USER_SPACE(segflg)) { in symlinkat_internal()
10136 if (UIO_SEG_IS_USER_SPACE(segflg)) { in renameat_internal()
H A Dvfs_attrlist.c1278 if (UIO_SEG_IS_USER_SPACE(segflg)) { in getvolattrlist()
1685 if (UIO_SEG_IS_USER_SPACE(segflg)) { in getvolattrlist()
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c539 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in spec_read()
682 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in spec_write()