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
|