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 1726 error = pathbuf_maybe_copyin(path, where, &pb);
2438 error = pathbuf_maybe_copyin(pathname, seg, &pb);
2895 error = pathbuf_maybe_copyin(arg, seg, &pb);
4446 error = pathbuf_maybe_copyin(from, seg, &fpb);
4451 error = pathbuf_maybe_copyin(to, seg, &tpb);
4806 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

Completed in 22 milliseconds