Lines Matching refs:Pr
44 pr_getzoneid(struct ps_prochandle *Pr) in pr_getzoneid() argument
51 if (Pr == NULL) /* no subject process */ in pr_getzoneid()
68 error = Psyscall(Pr, &rval, SYS_zone, 2, &argd[0]); in pr_getzoneid()
78 pr_getprojid(struct ps_prochandle *Pr) in pr_getprojid() argument
85 if (Pr == NULL) /* no subject process */ in pr_getprojid()
95 error = Psyscall(Pr, &rval, SYS_tasksys, 1, &argd[0]); in pr_getprojid()
105 pr_gettaskid(struct ps_prochandle *Pr) in pr_gettaskid() argument
112 if (Pr == NULL) /* no subject process */ in pr_gettaskid()
122 error = Psyscall(Pr, &rval, SYS_tasksys, 1, &argd[0]); in pr_gettaskid()
132 pr_settaskid(struct ps_prochandle *Pr, projid_t project, int flags) in pr_settaskid() argument
139 if (Pr == NULL) /* No subject process */ in pr_settaskid()
163 error = Psyscall(Pr, &rval, SYS_tasksys, 3, &argd[0]); in pr_settaskid()