Searched refs:ni_next (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c542 if (ndp->ni_pathlen == 1 && ndp->ni_next[0] == '\0') {
543 ndp->ni_next[0] = '/';
602 ndp->ni_next += cnp->cn_consume;
632 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
668 if (*ndp->ni_next == '/') {
669 cnp->cn_nameptr = ndp->ni_next + 1;
787 ndp->ni_next = cnp->cn_nameptr;
1096 ((cnp->cn_flags & FOLLOW) || (ndp->ni_flag & NAMEI_TRAILINGSLASH) || *ndp->ni_next == '/')) {
1349 bcopy(ndp->ni_next, cp + linklen, ndp->ni_pathlen);
H A Dvfs_cache.c1028 ndp->ni_next = cp;
1043 *ndp->ni_next = '\0';
1046 ndp->ni_next = cp;
1074 ndp->ni_next[0] = '\0';
1196 cnp->cn_nameptr = ndp->ni_next + 1;
/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h117 char *ni_next; /* next location in pathname */ member in struct:nameidata

Completed in 27 milliseconds