Lines Matching defs:Pr
43 pr_lseek(struct ps_prochandle *Pr, int filedes, off_t offset, int whence)
53 if (Pr == NULL)
64 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_NATIVE) {
96 error = Psyscall(Pr, &rval, syscall, nargs, &argd[0]);
103 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_NATIVE)
118 pr_llseek(struct ps_prochandle *Pr, int filedes, offset_t offset, int whence)
128 if (Pr == NULL)
139 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_LP64) {
171 error = Psyscall(Pr, &rval, syscall, nargs, &argd[0]);
178 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_LP64)