Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDfiledesc.h349 int pwd_chroot(struct thread *td, struct vnode *vp);
/freebsd-head/sys/kern/
HDkern_descrip.c4030 pwd_chroot(struct thread *td, struct vnode *vp) in pwd_chroot() function
HDvfs_syscalls.c1001 error = pwd_chroot(td, vp); in kern_chroot()