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

/xnu-2422.115.4/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; \
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c236 if ((UIO_SEG_IS_USER_SPACE(ndp->ni_segflg) == 0)
237 && (ndp->ni_segflg != UIO_SYSSPACE)
238 && (ndp->ni_segflg != UIO_SYSSPACE32)) {
239 panic("%s :%d - invalid ni_segflg\n", __FILE__, __LINE__);
244 if (UIO_SEG_IS_USER_SPACE(ndp->ni_segflg)) {

Completed in 27 milliseconds