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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Duser.h218 vnode_t uu_cdir; /* per thread CWD */ member in struct:uthread
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_fork.c1268 child_proc->p_fd = fdcopy(parent_proc, parent_uthread->uu_cdir);
1551 if (uth->uu_cdir) {
1552 vnode_rele(uth->uu_cdir);
1553 uth->uu_cdir = NULLVP;
H A Dproc_info.c728 vp = ut->uu_cdir;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c323 AUDIT_ARG(upath, ut->uu_cdir, cnp->cn_pnbuf, ARG_UPATH1);
325 AUDIT_ARG(upath, ut->uu_cdir, cnp->cn_pnbuf, ARG_UPATH2);
H A Dvfs_syscalls.c2705 tvp = uth->uu_cdir;
2706 uth->uu_cdir = NULLVP;
2760 tvp = uth->uu_cdir;
2761 uth->uu_cdir = vp;
2834 tvp = uth->uu_cdir;
2835 uth->uu_cdir = nd.ni_vp;
H A Dkpi_vfs.c1177 if ((cwd = uth->uu_cdir) == NULLVP &&

Completed in 264 milliseconds