Lines Matching refs:Ph
131 struct ps_prochandle *Ph; /* proc handle for process */
664 Plgrp_affinity_get(struct ps_prochandle *Ph, idtype_t idtype, id_t id,
717 Pretval = Psyscall(Ph, &retval, syscall, Pnargs, &Pargd[0]);
731 Plgrp_affinity_set(struct ps_prochandle *Ph, idtype_t idtype, id_t id,
784 Pretval = Psyscall(Ph, &retval, syscall, Pnargs, &Pargd[0]);
797 Plgrp_home(struct ps_prochandle *Ph, idtype_t idtype, id_t id)
843 Pretval = Psyscall(Ph, &retval, syscall, Pnargs, &Pargd[0]);
857 Plgrp_home_set(struct ps_prochandle *Ph, idtype_t idtype, id_t id,
860 return (Plgrp_affinity_set(Ph, idtype, id, lgrp,
882 struct ps_prochandle *Ph;
894 Ph = plgrp_args->Ph;
921 affs[i] = Plgrp_affinity_get(Ph, P_LWPID, lwpid,
951 if (Plgrp_home_set(Ph, P_LWPID, lwpid, lgrps[i]) != 0) {
963 home = Plgrp_home(Ph, P_LWPID, lwpid);
1011 Prelease(Ph, PRELEASE_RETAIN);
1030 Plgrp_affinity_get(Ph, P_LWPID,
1066 if (Plgrp_affinity_set(Ph, P_LWPID, lwpid, lgrpid,
1084 Plgrp_affinity_get(Ph, P_LWPID, lwpid, lgrpid);
1143 home = Plgrp_home(Ph, P_LWPID, lwpid);
1198 struct ps_prochandle *Ph;
1212 Ph = plgrp_args->Ph;
1217 if (Ph == NULL)
1220 pstatus = Pstatus(Ph);
1248 struct ps_prochandle *Ph;
1261 Ph = proc_arg_xgrab(pidstring, NULL,
1263 if (Ph == NULL) {
1277 plgrp_todo->Ph = Ph;
1284 if (Plwp_iter_all(Ph, Plwp_iter_handler, plgrp_todo) != 0) {
1291 Prelease(Ph, PRELEASE_RETAIN);