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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dproc_info.c573 vnode_t vncdirvp = NULLVP; local
583 vncdirvp = p->p_fd->fd_cdir;
592 if (vncdirvp != NULLVP) {
593 if ((error = vnode_getwithvid(vncdirvp, vncdirid)) == 0) {
595 error = fill_vnodeinfo(vncdirvp, &pvninfo.pvi_cdir.vip_vi);
598 vn_getpath(vncdirvp, &pvninfo.pvi_cdir.vip_path[0], &count);
601 vnode_put(vncdirvp);

Completed in 52 milliseconds