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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Duio.h107 * UIO_USERSPACE is equivalent to UIO_USERSPACE32, but UIO_USERSPACE32
108 * is preferred. UIO_USERSPACE remains for backwards compatibility.
113 UIO_USERSPACE = 0, /* kernel address is virtual, to/from user virtual */ enumerator in enum:uio_seg
122 (a_uio_seg) == 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 || \
H A Dnamei.h203 if ((segflg) == UIO_USERSPACE) { \
218 if ((segflg) == UIO_USERSPACE) { \
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c348 UIO_USERSPACE, uap->path, ctx);
725 NDINIT(&nd, LOOKUP, OP_MOUNT, FOLLOW, UIO_USERSPACE, devpath, ctx);
1159 NDINIT(&nd, LOOKUP, OP_LOOKUP, FOLLOW, UIO_USERSPACE, devpath, ctx);
1716 UIO_USERSPACE, uap->path, ctx);
2290 NDINIT(&nd, LOOKUP, OP_LOOKUP, FOLLOW | AUDITVNPATH1, UIO_USERSPACE,
2399 UIO_USERSPACE, uap->path, ctx);
2513 UIO_USERSPACE, uap->path, ctxp);
3053 UIO_USERSPACE, uap->path, ctx);
3155 UIO_USERSPACE, uap->path, ctx);
3574 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW | AUDITVNPATH1, UIO_USERSPACE,
[all...]
H A Dvfs_attrlist.c2552 if (segflg == UIO_USERSPACE) {
3977 NDINIT(&nd, LOOKUP, OP_SETATTR, nameiflags, UIO_USERSPACE, uap->path, ctx);
H A Dvfs_cluster.c5720 case UIO_USERSPACE:
5809 case UIO_USERSPACE:
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_subr.c91 ( (segflg) == UIO_USERSPACE || \
158 case UIO_USERSPACE:
282 case UIO_USERSPACE:
649 case UIO_USERSPACE:
768 case UIO_USERSPACE:
H A Dkern_acct.c179 NDINIT(&nd, LOOKUP, OP_OPEN, NOFOLLOW, UIO_USERSPACE, uap->path, ctx);
H A Dkern_guarded.c365 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW | AUDITVNPATH1, UIO_USERSPACE,
419 NDINIT(&nd, LOOKUP, OP_OPEN, FOLLOW | AUDITVNPATH1, UIO_USERSPACE,
H A Dkern_descrip.c1568 NDINIT(&nd, LOOKUP, OP_OPEN, USEDVP | FOLLOW | AUDITVNPATH1, UIO_USERSPACE,
1614 NDINIT(&nd, DELETE, OP_UNLINK, USEDVP | AUDITVNPATH1, UIO_USERSPACE,
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_base.c1695 UIO_USERSPACE, path_p, ctx);
1905 UIO_USERSPACE, path_p, ctx);
2073 UIO_USERSPACE, uap->path, ctx);
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c2015 uio->uio_segflg == UIO_USERSPACE))) {

Completed in 338 milliseconds