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

  /src/sys/sys/
namei.h 79 void pathbuf_copystring(const struct pathbuf *, char *buf, size_t maxlen);
namei.src 71 void pathbuf_copystring(const struct pathbuf *, char *buf, size_t maxlen);
  /src/sys/uvm/
uvm_swap.c 625 pathbuf_copystring(pb, userpath, SWAP_PATH_MAX);
  /src/sys/kern/
vfs_lookup.c 350 pathbuf_copystring(const struct pathbuf *pb, char *buf, size_t maxlen) function in typeref:typename:void
kern_exec.c 384 pathbuf_copystring(pb, epp->ep_resolvedname, PATH_MAX);

Completed in 16 milliseconds