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 1621 if ((error = chdir_lookup(path, seg, &vp, l)) != 0)
1663 error = chdir_lookup(SCARG(uap, path), UIO_USERSPACE, &vp, l);
1719 chdir_lookup(const char *path, int where, struct vnode **vpp, struct lwp *l) function in typeref:typename:int

Completed in 14 milliseconds