Home
last modified time | relevance | path

Searched refs:pwd_chroot (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dfiledesc.h335 int pwd_chroot(struct thread *td, struct vnode *vp);
/f-stack/freebsd/kern/
H A Dkern_descrip.c3814 pwd_chroot(struct thread *td, struct vnode *vp) in pwd_chroot() function
H A Dvfs_syscalls.c990 error = pwd_chroot(td, nd.ni_vp); in sys_chroot()