Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Duio.h115 UIO_USERSPACE = 0, /* kernel address is virtual, to/from user virtual */ enumerator
124 (a_uio_seg) == UIO_USERSPACE )
H A Dnamei.h209 if ((segflg) == UIO_USERSPACE) { \
224 if ((segflg) == UIO_USERSPACE) { \
H A Duio_internal.h183 (a_uio_t)->uio_segflg == UIO_USERSPACE || (a_uio_t)->uio_segflg == UIO_USERISPACE || \
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_syscalls.c532 UIO_USERSPACE, uap->path, ctx); in __mac_mount()
1025 enum uio_seg seg = UIO_USERSPACE; in mount_common()
1632 enum uio_seg uio = UIO_USERSPACE; in authorize_devpath_and_update_mntfromname()
2247 UIO_USERSPACE, uap->path, ctx); in unmount()
2957 NDINIT(&nd, LOOKUP, OP_LOOKUP, FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in quotactl()
3078 UIO_USERSPACE, uap->path, ctx); in statfs()
3211 UIO_USERSPACE, uap->path, ctxp); in statfs64()
3875 UIO_USERSPACE, uap->path, ctx); in common_chdir()
3946 UIO_USERSPACE, uap->path, ctx); in chroot()
4494 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in open_extended()
[all …]
H A Dvfs_attrlist.c3103 if (segflg == UIO_USERSPACE) { in getattrlist_internal()
4692 NDINIT(&nd, LOOKUP, OP_SETATTR, nameiflags, UIO_USERSPACE, uap->path, ctx); in setattrlist()
4730 NDINIT(&nd, LOOKUP, OP_SETATTR, nameiflags, UIO_USERSPACE, uap->path, ctx); in setattrlistat()
H A Dvfs_cluster.c6675 case UIO_USERSPACE: in cluster_copy_upl_data()
6766 case UIO_USERSPACE: in cluster_copy_ubc_data_internal()
/xnu-8020.140.41/bsd/kern/
H A Dkern_subr.c93 ( (segflg) == UIO_USERSPACE || \
251 case UIO_USERSPACE: in uiomove64()
389 case UIO_USERSPACE: in ureadc()
726 case UIO_USERSPACE: in uio_init()
934 case UIO_USERSPACE: in uio_reset()
H A Dkern_acct.c171 NDINIT(&nd, LOOKUP, OP_OPEN, NOFOLLOW, UIO_USERSPACE, uap->path, ctx); in acct()
H A Dkern_guarded.c288 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 Dkern_descrip.c2737 NDINIT(nd, LOOKUP, OP_OPEN, USEDVP | FOLLOW | AUDITVNPATH1, UIO_USERSPACE, in sys_fcntl__OPENFROM()
3830 vp, pathname, UIO_USERSPACE, 0); in sys_fcntl_nocancel()
/xnu-8020.140.41/security/
H A Dmac_base.c1375 UIO_USERSPACE, path_p, in mac_get_filelink()
1502 UIO_USERSPACE, path_p, ctx); in mac_set_filelink()
1656 UIO_USERSPACE, uap->path, ctx); in __mac_get_mount()