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

  /src/sys/sys/
namei.h 65 * pathbuf_assimilate is like pathbuf_create but assumes ownership of
74 struct pathbuf *pathbuf_assimilate(char *path);
namei.src 57 * pathbuf_assimilate is like pathbuf_create but assumes ownership of
66 struct pathbuf *pathbuf_assimilate(char *path);
  /src/sys/nfs/
nfs_srvsubs.c 250 ndp->ni_pathbuf = pathbuf_assimilate(path);
  /src/sys/kern/
kern_exec.c 727 *pbp = pathbuf_assimilate(path);
818 data->ed_pathbuf = pathbuf_assimilate(strcpy(PNBUF_GET(), "/"));
vfs_lookup.c 275 pathbuf_assimilate(char *pnbuf) function in typeref:struct:pathbuf *

Completed in 15 milliseconds