Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dnamei.h104 enum uio_seg ni_segflg; /* location of pathname */ member
208 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
211 (ndp)->ni_segflg = segflg; \
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_lookup.c251 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in namei()
H A Dvfs_syscalls.c4135 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in nameiat()
4842 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4904 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4999 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1at()