Lines Matching defs:Pr
101 struct ps_prochandle *Pr;
105 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY,
114 (void) memcpy(&psinfo, Ppsinfo(Pr), sizeof (psinfo_t));
117 if (Pstate(Pr) == PS_DEAD) {
118 if ((Pcontent(Pr) & content) != content) {
131 if (Pgetauxval(Pr, AT_BASE) != -1L && Prd_agent(Pr) == NULL) {
138 rc += Pobject_iter(Pr, show_map, Pr);
140 rc += Pobject_iter_resolved(Pr, show_map, Pr);
141 Prelease(Pr, 0);
152 struct ps_prochandle *Pr = cd;
161 if (ps_pauxv(Pr, &auxv) == PS_OK) {