Searched refs:UIO_USERSPACE (Results 1 – 10 of 10) sorted by relevance
| /xnu-11417.121.6/bsd/sys/ |
| H A D | uio.h | 115 UIO_USERSPACE = 0, /* kernel address is virtual, to/from user virtual */ enumerator 123 UIOF_USERSPACE = (1 << UIO_USERSPACE),
|
| H A D | namei.h | 207 if ((segflg) == UIO_USERSPACE) { \
|
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 751 UIO_USERSPACE, ua_mountdir, ctx); in graftdmg() 815 UIO_USERSPACE, ua_mountdir, ctx); in ungraftdmg() 896 UIO_USERSPACE, uap->path, ctx); in __mac_mount() 1433 enum uio_seg seg = UIO_USERSPACE; in mount_common() 2110 enum uio_seg uio = UIO_USERSPACE; in authorize_devpath_and_update_mntfromname() 2739 UIO_USERSPACE, uap->path, ctx); in unmount() 3466 NDINIT(&nd, LOOKUP, OP_LOOKUP, FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in quotactl() 3607 UIO_USERSPACE, uap->path, ctx); in statfs() 3708 UIO_USERSPACE, uap->path, ctxp); in statfs64() 4371 UIO_USERSPACE, uap->path, ctx); in common_chdir() [all …]
|
| H A D | vfs_attrlist.c | 3245 if (segflg == UIO_USERSPACE) { in getattrlist_internal() 4838 NDINIT(&nd, LOOKUP, OP_SETATTR, nameiflags, UIO_USERSPACE, uap->path, ctx); in setattrlist() 4883 NDINIT(&nd, LOOKUP, OP_SETATTR, nameiflags, UIO_USERSPACE, uap->path, ctx); in setattrlistat()
|
| H A D | vfs_cluster.c | 7157 case UIO_USERSPACE: in cluster_copy_upl_data() 7257 case UIO_USERSPACE: in cluster_copy_ubc_data_internal()
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | kern_acct.c | 171 NDINIT(&nd, LOOKUP, OP_OPEN, NOFOLLOW, UIO_USERSPACE, uap->path, ctx); in acct()
|
| H A D | kern_subr.c | 866 if (a_spacetype == UIO_USERSPACE) { in uio_init() 1052 case UIO_USERSPACE: in uio_reset()
|
| H A D | kern_guarded.c | 314 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in guarded_open_np() 367 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in guarded_open_dprotected_np()
|
| H A D | kern_descrip.c | 2740 NDINIT(nd, LOOKUP, OP_OPEN, USEDVP | FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in sys_fcntl__OPENFROM() 3931 vp, pathname, UIO_USERSPACE, 0); in sys_fcntl_nocancel()
|
| /xnu-11417.121.6/security/ |
| H A D | mac_base.c | 1372 UIO_USERSPACE, path_p, in mac_get_filelink() 1499 UIO_USERSPACE, path_p, ctx); in mac_set_filelink() 1653 UIO_USERSPACE, uap->path, ctx); in __mac_get_mount()
|