Home
last modified time | relevance | path

Searched refs:ni_next (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/kern/
H A Dvfs_lookup.c166 bcopy(ndp->ni_next, cp + linklen, ndp->ni_pathlen);
276 ndp->ni_next = cp;
285 if (*ndp->ni_next == 0)
402 ndp->ni_next += cnp->cn_consume;
428 ((cnp->cn_flags & FOLLOW) || *ndp->ni_next == '/')) {
438 if (*ndp->ni_next == '/') {
439 cnp->cn_nameptr = ndp->ni_next;
466 if ((cnp->cn_flags & LOCKPARENT) && *ndp->ni_next == '\0')
/original-bsd/sys/sys/
H A Dnamei.h42 char *ni_next; /* next location in pathname */ member