HomeSort by: relevance | last modified time | path
    Searched refs:ni_next (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/kern/
subr_emul.c 128 nd.ni_next = epp->ep_esch->es_emul->e_path;
vfs_lookup.c 651 * in the exec_package - so we get it passed in ni_next
655 emul_path = ndp->ni_next;
797 memcpy(cp + linklen, ndp->ni_next, ndp->ni_pathlen);
874 ndp->ni_next = cp;
884 state->slashes = cp - ndp->ni_next;
886 ndp->ni_next = cp;
1426 cnp->cn_nameptr = ndp->ni_next;
1629 ndp->ni_next -= state->slashes;
1732 cnp->cn_nameptr = ndp->ni_next;
2049 ndp->ni_next = cp
    [all...]
  /src/sys/sys/
namei.h 131 const char *ni_next; /* next location in pathname */ member in struct:nameidata
namei.src 123 const char *ni_next; /* next location in pathname */
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 499 NFSBCOPY(ndp->ni_next, cp + linklen, ndp->ni_pathlen);

Completed in 38 milliseconds