Lines Matching defs:Pr
41 pr_getrlimit(struct ps_prochandle *Pr,
50 if (Pr == NULL) /* no subject process */
68 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_ILP32)
76 error = Psyscall(Pr, &rval, sysnum, 2, &argd[0]);
89 pr_setrlimit(struct ps_prochandle *Pr,
98 if (Pr == NULL) /* no subject process */
116 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_ILP32)
124 error = Psyscall(Pr, &rval, sysnum, 2, &argd[0]);
137 pr_getrlimit64(struct ps_prochandle *Pr,
146 if (Pr == NULL) /* no subject process */
164 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_ILP32)
172 error = Psyscall(Pr, &rval, sysnum, 2, &argd[0]);
185 pr_setrlimit64(struct ps_prochandle *Pr,
194 if (Pr == NULL) /* no subject process */
212 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_ILP32)
220 error = Psyscall(Pr, &rval, sysnum, 2, &argd[0]);