Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfiledesc.h350 int pwd_chroot_chdir(struct thread *td, struct vnode *vp);
/freebsd/sys/kern/
H A Dkern_jail.c2730 if ((error = pwd_chroot_chdir(td, pr->pr_root))) in do_jail_attach()
H A Dkern_descrip.c4128 pwd_chroot_chdir(struct thread *td, struct vnode *vp) in pwd_chroot_chdir() function