Searched refs:fd_cdir (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfiledesc.h92 struct vnode *fd_cdir; /* current directory */ member in struct:filedesc
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dimageboot.c131 * Set fdp->fd_fd.fd_cdir to reference it.
140 filedesc0.fd_cdir = newdp;
H A Dkern_descrip.c3609 newfdp->fd_cdir = uth_cdir;
3612 * For both fd_cdir and fd_rdir make sure we get
3619 if ( (v_dir = newfdp->fd_cdir) ) {
3622 newfdp->fd_cdir = NULL;
3625 newfdp->fd_cdir = NULL;
3627 if (newfdp->fd_cdir == NULL && fdp->fd_cdir) {
3637 vnode_rele(fdp->fd_cdir);
3638 fdp->fd_cdir = NULL;
3660 if (newfdp->fd_cdir)
[all...]
H A Dbsd_init.c676 p->p_fd->fd_cdir = NULL;
802 /* Get the vnode for '/'. Set fdp->fd_fd.fd_cdir to reference it. */
808 filedesc0.fd_cdir = rootvnode;
H A Dproc_info.c582 if (p->p_fd->fd_cdir) {
583 vncdirvp = p->p_fd->fd_cdir;
584 vncdirid = p->p_fd->fd_cdir->v_id;
H A Dnetboot.c779 /* Get the vnode for '/'. Set fdp->fd_fd.fd_cdir to reference it. */
786 filedesc0.fd_cdir = newdp;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c851 fdp_cvp = fdp->fd_cdir;
857 tvp = fdp->fd_cdir;
871 fdp->fd_cdir = fdp_cvp;
1883 tvp = fdp->fd_cdir;
1884 fdp->fd_cdir = vp;
1957 tvp = fdp->fd_cdir;
1958 fdp->fd_cdir = nd.ni_vp;
H A Dkpi_vfs.c1256 cwd = proc->p_fd->fd_cdir;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c1068 /* Get the vnode for '/'. Set fdp->fd_cdir to reference it. */
1076 fdp->fd_cdir = rootvnode;

Completed in 1827 milliseconds