Searched refs:p_textvp (Results 1 – 11 of 11) sorted by relevance
514 p2->p_textvp = p1->p_textvp; in do_fork()537 if (p2->p_textvp) in do_fork()538 vrefact(p2->p_textvp); in do_fork()
412 if (p->p_textvp != NULL) { in exit1()413 vrele(p->p_textvp); in exit1()414 p->p_textvp = NULL; in exit1()
826 oldtextvp = p->p_textvp; in do_execve()827 p->p_textvp = newtextvp; in do_execve()
512 vp = curproc->p_textvp; in kern_reroot()
1059 kp->ki_textvp = p->p_textvp; in fill_kinfo_proc_only()2248 vp = p->p_textvp; in sysctl_kern_proc_pathname()
1085 KASSERT(p->p_textvp == NULL, ("kthread has a textvp")); in aio_daemon()
3828 if (vn_fullpath_global(p->p_textvp, &fullpath, &freepath) != 0) in coredump()
4386 textvp = p->p_textvp; in kern_proc_filedesc_out()
473 proc_vn = p->p_textvp; in mac_veriexec_metadata_get_executable_flags()
650 struct vnode *p_textvp; /* (b) Vnode of executable. */ member
4651 p->p_textvp == NULL)) in vm_map_growstack()