Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dfiledesc.h246 int pwd_chroot_chdir(struct thread *td, struct vnode *vp);
/freebsd-12-stable/sys/kern/
Dkern_jail.c2439 if ((error = pwd_chroot_chdir(td, pr->pr_root))) in do_jail_attach()
Dkern_descrip.c3297 pwd_chroot_chdir(struct thread *td, struct vnode *vp) in pwd_chroot_chdir() function