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

  /src/sys/sys/
vfs_syscalls.h 87 int chdir_lookup(const char *, int, struct vnode **, struct lwp *);
  /src/sys/kern/
vfs_syscalls.c 1622 if ((error = chdir_lookup(path, seg, &vp, l)) != 0)
1664 error = chdir_lookup(SCARG(uap, path), UIO_USERSPACE, &vp, l);
1720 chdir_lookup(const char *path, int where, struct vnode **vpp, struct lwp *l) function

Completed in 16 milliseconds