Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dnamei.h104 enum uio_seg ni_segflg; /* location of pathname */ member
207 (ndp)->ni_segflg = (vfs_context_is64bit(ctx) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
210 (ndp)->ni_segflg = segflg; \
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_lookup.c244 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in namei()
H A Dvfs_syscalls.c3976 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in nameiat()
4680 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4740 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4835 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1at()