Lines Matching refs:vroot
179 fill_prcwd(proc_t *p, prcwd_t *cwd, vnode_t *vroot, cred_t *credp) in fill_prcwd() argument
199 (void) vnodetopath(vroot, vn, cwd->prcwd_cwd, in fill_prcwd()
261 vnode_t *vroot; in write_elfnotes() local
392 vroot = PTOU(p)->u_rdir; in write_elfnotes()
393 if (vroot == NULL) in write_elfnotes()
394 vroot = rootdir; in write_elfnotes()
396 VN_HOLD(vroot); in write_elfnotes()
437 (void) vnodetopath(vroot, fvp, fdinfo.pr_path, in write_elfnotes()
458 VN_RELE(vroot); in write_elfnotes()
486 VN_RELE(vroot); in write_elfnotes()
495 fill_prcwd(p, &bigwad->cwd, vroot, credp); in write_elfnotes()
498 VN_RELE(vroot); in write_elfnotes()