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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_fork.c1040 if (p->p_textvp) {
1041 vnode_rele(p->p_textvp);
1042 p->p_textvp = NULL;
1244 if (child_proc->p_textvp != NULLVP) {
1247 if (vnode_getwithref(child_proc->p_textvp) == 0) {
1248 error = vnode_ref(child_proc->p_textvp);
1249 vnode_put(child_proc->p_textvp);
1251 child_proc->p_textvp = NULLVP;
H A Dkern_exit.c725 tvp = p->p_textvp;
726 p->p_textvp = NULL;
1853 tvp = p->p_textvp;
1854 p->p_textvp = NULL;
H A Dkern_exec.c3807 vnode_t tvp = p->p_textvp;
3819 p->p_textvp = vp;
3822 p->p_textvp = NULLVP; /* this is paranoia */
3894 if (p->p_textvp != NULLVP) {
3899 if (0 == ubc_cs_getcdhash(p->p_textvp, p->p_textoff, hash)) {
H A Dkern_proc.c823 return vn_getcdhash(p->p_textvp, p->p_textoff, cdhash);
1848 tvp = pt->p_textvp;
1887 /* pt already holds a reference on its p_textvp */
1888 tvp = pt->p_textvp;
H A Dubc_subr.c399 if (NULL == p->p_textvp) {
403 if (NULL == (blob_list_entry = ubc_cs_blob_get(p->p_textvp, -1,
H A Dproc_info.c905 tvp = p->p_textvp;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h313 struct vnode *p_textvp; /* Vnode of executable. */ member in struct:proc
525 uint32_t p_textvp; /* Vnode of executable. */ member in struct:user32_extern_proc
577 user_addr_t p_textvp __attribute((aligned(8))); /* Vnode of executable. */
H A Dproc.h130 struct vnode *p_textvp; /* Vnode of executable. */ member in struct:extern_proc

Completed in 45 milliseconds