Searched refs:ni_segflg (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h98 enum uio_seg ni_segflg; /* location of pathname */ member in struct:nameidata
201 (ndp)->ni_segflg = ((IS_64BIT_PROCESS(vfs_context_proc(ctx))) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
204 (ndp)->ni_segflg = segflg; \
216 (ndp)->ni_segflg = ((IS_64BIT_PROCESS(vfs_context_proc(ctx))) ? UIO_USERSPACE64 : UIO_USERSPACE32); \
219 (ndp)->ni_segflg = segflg; \
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c228 if ((UIO_SEG_IS_USER_SPACE(ndp->ni_segflg) == 0)
229 && (ndp->ni_segflg != UIO_SYSSPACE)
230 && (ndp->ni_segflg != UIO_SYSSPACE32)) {
231 panic("%s :%d - invalid ni_segflg\n", __FILE__, __LINE__);
236 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) {

Completed in 24 milliseconds