Home
last modified time | relevance | path

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

/xnu-11215.61.5/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-11215.61.5/bsd/vfs/
H A Dvfs_lookup.c251 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in namei()
H A Dvfs_syscalls.c4118 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in nameiat()
4822 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4884 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1()
4979 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) { in open1at()