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

/darwin-on-arm/xnu/bsd/sys/
H A Duio.h120 * UIO_USERSPACE is equivalent to UIO_USERSPACE32, but UIO_USERSPACE32
121 * is preferred. UIO_USERSPACE remains for backwards compatibility.
126 UIO_USERSPACE = 0, /* kernel address is virtual, to/from user virtual */ enumerator in enum:uio_seg
135 (a_uio_seg) == UIO_USERSPACE )
H A Dnamei.h200 if ((segflg) == UIO_USERSPACE) { \
215 if ((segflg) == UIO_USERSPACE) { \
H A Duio_internal.h79 // UIO_USERSPACE 0 defined in uio.h
176 (a_uio_t)->uio_segflg == UIO_USERSPACE || (a_uio_t)->uio_segflg == UIO_USERISPACE || \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c91 ( (segflg) == UIO_USERSPACE || \
162 case UIO_USERSPACE:
286 case UIO_USERSPACE:
653 case UIO_USERSPACE:
772 case UIO_USERSPACE:
H A Dkern_acct.c164 NDINIT(&nd, LOOKUP, OP_OPEN, NOFOLLOW, UIO_USERSPACE, uap->path, ctx);
H A Dkern_descrip.c1441 NDINIT(&nd, LOOKUP, OP_OPEN, USEDVP | FOLLOW | AUDITVNPATH1, UIO_USERSPACE,
1486 NDINIT(&nd, DELETE, OP_UNLINK, USEDVP | AUDITVNPATH1, UIO_USERSPACE,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c326 UIO_USERSPACE, uap->path, ctx);
669 NDINIT(&nd, LOOKUP, OP_MOUNT, FOLLOW, UIO_USERSPACE, devpath, ctx);
1100 NDINIT(&nd, LOOKUP, OP_LOOKUP, FOLLOW, UIO_USERSPACE, devpath, ctx);
1662 UIO_USERSPACE, uap->path, ctx);
2102 NDINIT(&nd, LOOKUP, OP_LOOKUP, FOLLOW | AUDITVNPATH1, UIO_USERSPACE,
2211 UIO_USERSPACE, uap->path, ctx);
2323 UIO_USERSPACE, uap->path, ctxp);
2771 UIO_USERSPACE, uap->path, ctx);
2873 UIO_USERSPACE, uap->path, ctx);
3205 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW | AUDITVNPATH1, UIO_USERSPACE,
[all...]
H A Dvfs_attrlist.c2038 NDINIT(&nd, LOOKUP, OP_GETATTR, nameiflags, UIO_USERSPACE, uap->path, ctx);
2441 NDINIT(&nd, LOOKUP, OP_SETATTR, nameiflags, UIO_USERSPACE, uap->path, ctx);
H A Dvfs_cluster.c5720 case UIO_USERSPACE:
5809 case UIO_USERSPACE:
/darwin-on-arm/xnu/security/
H A Dmac_base.c1854 UIO_USERSPACE, path_p, ctx);
2064 UIO_USERSPACE, path_p, ctx);
2232 UIO_USERSPACE, uap->path, ctx);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c2015 uio->uio_segflg == UIO_USERSPACE))) {

Completed in 145 milliseconds