Searched refs:pr_base (Results 1 – 4 of 4) sorted by relevance
52 p->p_prof.pr_base = bufbase; in profil()82 p->p_prof.pr_base = buf; in pcsample()
1660 uint16_t *slot = pr->pr_base; in profil_tick()1694 result = suword32(pr->pr_base, (uint32_t)upc); in profil_tick()1698 result = suword64(pr->pr_base, (uint64_t)upc); in profil_tick()1711 pr->pr_base = (caddr_t)pr->pr_base + SIZEOF_PTR(model); in profil_tick()
401 p->p_prof.pr_base = NULL; in exec_common()
60 void *pr_base; /* buffer base */ member