pids              329 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   processorid_t *pids;
pids              348 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   pids = malloc(npids * sizeof(*pids));
pids              349 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   if (!pids)
pids              352 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   n = lgrp_cpus(cookie, root, pids, npids, LGRP_CONTENT_HIERARCHY);
pids              358 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c     hwloc_debug("root lgrp contains allowed PU #%d = P#%d\n", i, pids[i]);
pids              359 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c     hwloc_bitmap_set(topology->allowed_cpuset, pids[i]);
pids              361 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   free(pids);
pids              401 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   processorid_t *pids;
pids              414 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   pids = malloc(npids * sizeof(*pids));
pids              415 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   if (!pids)
pids              457 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c     n = lgrp_cpus(cookie, nids[i], pids, npids, LGRP_CONTENT_HIERARCHY);
pids              463 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	hwloc_debug("node %ld's cpu %d is %d\n", nids[i], j, pids[j]);
pids              464 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c 	hwloc_bitmap_set(obj->cpuset, pids[j]);
pids              476 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c   free(pids);