Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dvfs_lookup.c651 * in the exec_package - so we get it passed in ni_next in namei_ktrace()
655 emul_path = ndp->ni_next;
797 memcpy(cp + linklen, ndp->ni_next, ndp->ni_pathlen); in namei_follow()
874 ndp->ni_next = cp; in lookup_parsepath()
884 state->slashes = cp - ndp->ni_next; in lookup_parsepath()
886 ndp->ni_next = cp; in lookup_parsepath()
1426 cnp->cn_nameptr = ndp->ni_next; in lookup_fastforward()
1629 ndp->ni_next -= state->slashes; in namei_oneroot()
1732 cnp->cn_nameptr = ndp->ni_next; in namei_oneroot()
2049 ndp->ni_next in do_lookup_for_nfsd_index()
[all...]
H A Dsubr_emul.c128 nd.ni_next = epp->ep_esch->es_emul->e_path; in emul_find_interp()
/netbsd-src/sys/sys/
H A Dnamei.h131 const char *ni_next; /* next location in pathname */ member
H A Dnamei.src123 const char *ni_next; /* next location in pathname */
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdport.c499 NFSBCOPY(ndp->ni_next, cp + linklen, ndp->ni_pathlen); in nfsvno_namei()