Lines Matching defs:Pr
65 pr_statvfs(struct ps_prochandle *Pr, const char *path, statvfs_t *buf)
75 if (Pr == NULL) /* no subject process */
89 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_ILP32) {
101 error = Psyscall(Pr, &rval, SYS_statvfs, 2, &argd[0]);
108 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_ILP32)
118 pr_fstatvfs(struct ps_prochandle *Pr, int fd, statvfs_t *buf)
128 if (Pr == NULL) /* no subject process */
142 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_ILP32) {
154 error = Psyscall(Pr, &rval, SYS_fstatvfs, 2, &argd[0]);
161 if (Pstatus(Pr)->pr_dmodel == PR_MODEL_ILP32)