Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dnamei.h104 enum uio_seg ni_segflg; /* location of pathname */ member
218 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
221 (ndp)->ni_segflg = segflg; \
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_lookup.c272 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in namei()
H A Dvfs_syscalls.c4307 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in nameiat()
5014 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
5076 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
5171 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1at()