Searched refs:p_textvp (Results 1 – 7 of 7) sorted by relevance
387 p2->p_textvp = p1->p_textvp; in fork1()388 if (p2->p_textvp) in fork1()389 vref(p2->p_textvp); in fork1()
1270 if (p->p_textvp) in proc_free()1271 vrele(p->p_textvp); in proc_free()
945 if (p->p_textvp) in execve_dovmcmds() 946 vrele(p->p_textvp); in execve_dovmcmds() 948 p->p_textvp = epp->ep_vp; in execve_dovmcmds()
2671 COND_SET_PTR(p->p_textvp, psrc->p_textvp, allowaddr); in fill_proc()
2340 pax_segvguard(l, p->p_textvp, p->p_comm, true); in sigexit()
301 struct vnode *p_textvp; /* :: Vnode of executable */ member
1186 fvp = p->p_textvp; in procfs_lookup()1333 return l != NULL && l->l_proc != NULL && l->l_proc->p_textvp != NULL; in procfs_validfile()