ni_next 228 kern/vfs_lookup.c bcopy(ndp->ni_next, cp + linklen, ndp->ni_pathlen); ni_next 379 kern/vfs_lookup.c ndp->ni_next = cp; ni_next 389 kern/vfs_lookup.c slashes = cp - ndp->ni_next; ni_next 391 kern/vfs_lookup.c ndp->ni_next = cp; ni_next 505 kern/vfs_lookup.c ndp->ni_next += cnp->cn_consume - slashes; ni_next 507 kern/vfs_lookup.c if (ndp->ni_next[0] == '\0') ni_next 537 kern/vfs_lookup.c ndp->ni_next -= slashes; ni_next 557 kern/vfs_lookup.c cnp->cn_nameptr = ndp->ni_next; ni_next 67 sys/namei.h char *ni_next; /* next location in pathname */