pset_info
if (pset_info(g_pset, NULL, &g_pset_ncpus, g_pset_cpus) == -1)
if (pset_info(g_pset, NULL, &ncpus, g_pset_cpus) == -1) {
if (pset_info(pset, &type, &numcpus, cpus) != 0) {
if (pset_info(pset, NULL, &numcpus, cpus) != 0) {
if (pset_info(psetid, NULL, &num_cpus, NULL) != 0) {
if (pset_info(psetid, NULL, &num_cpus, cpulist) != 0) {
if (pset_info(g_pset, NULL, &g_pset_ncpus, g_pset_cpus) == -1)
if (pset_info(g_pset, NULL, &ncpus, g_pset_cpus) == -1) {
ret = pset_info(psetid, &type, &num,
if (pset_info(PS_MYID, NULL, &ncpus, NULL) == -1)
if (pset_info(PS_MYID, NULL, &ncpus, cpus) == -1) {
extern int pset_info(psetid_t, int *, uint_t *, processorid_t *);
return (pset_info((psetid_t)arg1, (int *)arg2,