Home
last modified time | relevance | path

Searched refs:ni_segflg (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dnamei.h104 enum uio_seg ni_segflg; /* location of pathname */ member
211 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
214 (ndp)->ni_segflg = segflg; \
226 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
229 (ndp)->ni_segflg = segflg; \
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_lookup.c243 if ((UIO_SEG_IS_USER_SPACE(ndp->ni_segflg) == 0) in namei()
244 && (ndp->ni_segflg != UIO_SYSSPACE) in namei()
245 && (ndp->ni_segflg != UIO_SYSSPACE32)) { in namei()
251 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in namei()
H A Dvfs_syscalls.c3983 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in nameiat()
4687 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4747 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4842 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1at()