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

/xnu-2782.1.97/bsd/kern/
H A Dkern_cs.c554 return ubc_cs_blob_get(p->p_textvp, -1, p->p_textoff);
H A Dubc_subr.c596 if ((csblob = ubc_cs_blob_get(p->p_textvp, -1, p->p_textoff)) == NULL)
640 if ((csblob = ubc_cs_blob_get(p->p_textvp, -1, p->p_textoff)) == NULL)
675 if ((csblob = ubc_cs_blob_get(p->p_textvp, -1, p->p_textoff)) == NULL)
692 if ((csblob = ubc_cs_blob_get(p->p_textvp, -1, p->p_textoff)) == NULL)
H A Dkern_proc.c935 return vn_getcdhash(p->p_textvp, p->p_textoff, cdhash);
2014 toff = pt->p_textoff;
2023 toff = pt->p_textoff;
H A Dkern_exec.c3738 mac_reset_ipc = mac_proc_check_inherit_ipc_ports(p, p->p_textvp, p->p_textoff, imgp->ip_vp, imgp->ip_arch_offset, imgp->ip_scriptvp);
4315 p->p_textoff = offset;
4318 p->p_textoff = 0;
4466 if (0 == ubc_cs_getcdhash(p->p_textvp, p->p_textoff, hash)) {
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h316 off_t p_textoff; /* offset in executable vnode */ member in struct:proc

Completed in 101 milliseconds