Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfiledesc.h334 void pwd_chdir(struct thread *td, struct vnode *vp);
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c919 pwd_chdir(td, vp); in sys_fchdir()
955 pwd_chdir(td, nd.ni_vp); in kern_chdir()
H A Dkern_descrip.c3857 pwd_chdir(struct thread *td, struct vnode *vp) in pwd_chdir() function