Searched refs:Ph (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c131 struct ps_prochandle *Ph; /* proc handle for process */ member in struct:plgrp_args
664 Plgrp_affinity_get(struct ps_prochandle *Ph, idtype_t idtype, id_t id, argument
717 Pretval = Psyscall(Ph, &retval, syscall, Pnargs, &Pargd[0]);
731 Plgrp_affinity_set(struct ps_prochandle *Ph, idtype_t idtype, id_t id, argument
784 Pretval = Psyscall(Ph, &retval, syscall, Pnargs, &Pargd[0]);
797 Plgrp_home(struct ps_prochandle *Ph, idtype_t idtype, id_t id) argument
843 Pretval = Psyscall(Ph, &retval, syscall, Pnargs, &Pargd[0]);
857 Plgrp_home_set(struct ps_prochandle *Ph, idtype_t idtype, id_t id, argument
860 return (Plgrp_affinity_set(Ph, idtype, id, lgrp,
882 struct ps_prochandle *Ph; local
1198 struct ps_prochandle *Ph; local
1248 struct ps_prochandle *Ph; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libpython/
H A Dlibpython.c387 struct ps_prochandle *Ph; local
389 if (mdb_get_xdata("pshandle", &Ph, sizeof (Ph)) == -1) {
396 (void) Pobject_iter(Ph, python_object_iter, Ph);
425 pydb_hdl = pydb_agent_create(Ph, PYDB_VERSION);

Completed in 79 milliseconds