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

  /src/sys/sys/
namei.h 86 int pathbuf_maybe_copyin(const char *userpath, enum uio_seg seg, struct pathbuf **ret);
namei.src 78 int pathbuf_maybe_copyin(const char *userpath, enum uio_seg seg, struct pathbuf **ret);
  /src/sys/kern/
vfs_syscalls.c 1725 error = pathbuf_maybe_copyin(path, where, &pb);
2437 error = pathbuf_maybe_copyin(pathname, seg, &pb);
2894 error = pathbuf_maybe_copyin(arg, seg, &pb);
4445 error = pathbuf_maybe_copyin(from, seg, &fpb);
4450 error = pathbuf_maybe_copyin(to, seg, &tpb);
4805 error = pathbuf_maybe_copyin(path, seg, &pb);
vfs_lookup.c 331 pathbuf_maybe_copyin(const char *path, enum uio_seg seg, struct pathbuf **ret) function in typeref:typename:int

Completed in 18 milliseconds