Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDfiledesc.h339 int pwd_chroot_chdir(struct thread *td, struct vnode *vp);
/freebsd-13-stable/sys/kern/
HDkern_jail.c2422 if ((error = pwd_chroot_chdir(td, pr->pr_root))) in do_jail_attach()
HDkern_descrip.c4107 pwd_chroot_chdir(struct thread *td, struct vnode *vp) in pwd_chroot_chdir() function