Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_util.c88 pwd_altroot(td, NULL); in linux_pwd_onexec()
92 pwd_altroot(td, nd.ni_vp); in linux_pwd_onexec()
101 pwd_altroot(td, NULL); in linux_pwd_onexec_native()
/freebsd/sys/sys/
H A Dfiledesc.h345 void pwd_altroot(struct thread *td, struct vnode *altroot_vp);
/freebsd/sys/kern/
H A Dkern_descrip.c4054 pwd_altroot(struct thread *td, struct vnode *altroot_vp) in pwd_altroot() function