Searched refs:uu_cdir (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duser.h197 vnode_t uu_cdir; /* per thread CWD */ member in struct:uthread
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c1263 child_proc->p_fd = fdcopy(parent_proc, parent_uthread->uu_cdir);
1540 if (uth->uu_cdir) {
1541 vnode_rele(uth->uu_cdir);
1542 uth->uu_cdir = NULLVP;
H A Dproc_info.c706 vp = ut->uu_cdir;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c305 AUDIT_ARG(upath, ut->uu_cdir, cnp->cn_pnbuf, ARG_UPATH1);
307 AUDIT_ARG(upath, ut->uu_cdir, cnp->cn_pnbuf, ARG_UPATH2);
H A Dvfs_syscalls.c2659 tvp = uth->uu_cdir;
2660 uth->uu_cdir = NULLVP;
2714 tvp = uth->uu_cdir;
2715 uth->uu_cdir = vp;
2788 tvp = uth->uu_cdir;
2789 uth->uu_cdir = nd.ni_vp;
H A Dkpi_vfs.c1422 if ((cwd = uth->uu_cdir) == NULLVP &&

Completed in 151 milliseconds