Home
last modified time | relevance | path

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

/xnu-8020.121.3/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.c699 if (UIO_SEG_IS_USER_SPACE(a_uio->uio_segflg)) { in uio_isuserspace()
872 if (UIO_SEG_IS_USER_SPACE(a_uio->uio_segflg)) { in uio_iovsaddr()
H A Dkern_descrip.c2236 if (UIO_SEG_IS_USER_SPACE(segflg)) { in fd_rdwr()
H A Dkern_exec.c425 if (!UIO_SEG_IS_USER_SPACE(seg)) { in exec_add_user_string()
/xnu-8020.121.3/bsd/sys/
H A Duio.h122 #define UIO_SEG_IS_USER_SPACE( a_uio_seg ) \ macro
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_lookup.c243 if ((UIO_SEG_IS_USER_SPACE(ndp->ni_segflg) == 0) in namei()
251 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in namei()
H A Dvfs_cluster.c2462 …if (((flags & (IO_NOCACHE | IO_NODIRECT)) == IO_NOCACHE) && UIO_SEG_IS_USER_SPACE(uio->uio_segflg)… in cluster_write_ext()
2749 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_write_direct()
3034 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_write_contig()
3971 if (((flags & IO_NOCACHE) && UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) || (flags & IO_ENCRYPTED)) { in cluster_read_ext()
5040 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_read_direct()
5364 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_read_contig()
5543 vm_map_t map = UIO_SEG_IS_USER_SPACE(uio->uio_segflg) ? current_map() : kernel_map; in cluster_io_type()
H A Dvfs_vnops.c934 if (UIO_SEG_IS_USER_SPACE(segflg)) { in vn_rdwr_64()
H A Dvfs_syscalls.c3630 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in nameiat()
4306 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4397 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1at()
5285 if (UIO_SEG_IS_USER_SPACE(segflg)) { in symlinkat_internal()
8926 if (UIO_SEG_IS_USER_SPACE(segflg)) { in renameat_internal()
H A Dvfs_attrlist.c1207 if (UIO_SEG_IS_USER_SPACE(segflg)) { in getvolattrlist()
1585 if (UIO_SEG_IS_USER_SPACE(segflg)) { in getvolattrlist()
/xnu-8020.121.3/bsd/miscfs/specfs/
H A Dspec_vnops.c485 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in spec_read()
628 if (UIO_SEG_IS_USER_SPACE(uio->uio_segflg)) { in spec_write()