Searched refs:UIO_USERSPACE (Results 1 – 11 of 11) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | uio.h | 115 UIO_USERSPACE = 0, /* kernel address is virtual, to/from user virtual */ enumerator 124 (a_uio_seg) == UIO_USERSPACE )
|
| H A D | namei.h | 209 if ((segflg) == UIO_USERSPACE) { \ 224 if ((segflg) == UIO_USERSPACE) { \
|
| H A D | uio_internal.h | 183 (a_uio_t)->uio_segflg == UIO_USERSPACE || (a_uio_t)->uio_segflg == UIO_USERISPACE || \
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_syscalls.c | 531 UIO_USERSPACE, uap->path, ctx); in __mac_mount() 1021 enum uio_seg seg = UIO_USERSPACE; in mount_common() 1628 enum uio_seg uio = UIO_USERSPACE; in authorize_devpath_and_update_mntfromname() 2232 UIO_USERSPACE, uap->path, ctx); in unmount() 2945 NDINIT(&nd, LOOKUP, OP_LOOKUP, FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in quotactl() 3066 UIO_USERSPACE, uap->path, ctx); in statfs() 3199 UIO_USERSPACE, uap->path, ctxp); in statfs64() 3863 UIO_USERSPACE, uap->path, ctx); in common_chdir() 3934 UIO_USERSPACE, uap->path, ctx); in chroot() 4482 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in open_extended() [all …]
|
| H A D | vfs_attrlist.c | 3102 if (segflg == UIO_USERSPACE) { in getattrlist_internal() 4688 NDINIT(&nd, LOOKUP, OP_SETATTR, nameiflags, UIO_USERSPACE, uap->path, ctx); in setattrlist() 4723 NDINIT(&nd, LOOKUP, OP_SETATTR, nameiflags, UIO_USERSPACE, uap->path, ctx); in setattrlistat()
|
| H A D | vfs_cluster.c | 6645 case UIO_USERSPACE: in cluster_copy_upl_data() 6736 case UIO_USERSPACE: in cluster_copy_ubc_data_internal()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_subr.c | 93 ( (segflg) == UIO_USERSPACE || \ 242 case UIO_USERSPACE: in uiomove64() 380 case UIO_USERSPACE: in ureadc() 719 case UIO_USERSPACE: in uio_init() 927 case UIO_USERSPACE: in uio_reset()
|
| H A D | kern_acct.c | 171 NDINIT(&nd, LOOKUP, OP_OPEN, NOFOLLOW, UIO_USERSPACE, uap->path, ctx); in acct()
|
| H A D | kern_guarded.c | 288 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in guarded_open_np() 341 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in guarded_open_dprotected_np()
|
| H A D | kern_descrip.c | 2729 NDINIT(nd, LOOKUP, OP_OPEN, USEDVP | FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in sys_fcntl__OPENFROM() 3822 vp, pathname, UIO_USERSPACE, 0); in sys_fcntl_nocancel()
|
| /xnu-8019.80.24/security/ |
| H A D | mac_base.c | 1478 UIO_USERSPACE, path_p, ctx); in mac_get_filelink() 1676 UIO_USERSPACE, path_p, ctx); in mac_set_filelink() 1870 UIO_USERSPACE, uap->path, ctx); in __mac_get_mount()
|