currentnode       183 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c   ldom_t currentnode;
currentnode       202 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c     currentnode = mpctl((topology->flags & HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM) ?
currentnode       204 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c     while (currentnode != -1 && i < nbnodes) {
currentnode       205 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c       hwloc_debug("node %d is %d\n", i, currentnode);
currentnode       206 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c       nodes[i] = obj = hwloc_alloc_setup_object(topology, HWLOC_OBJ_NUMANODE, (unsigned) currentnode);
currentnode       209 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c       hwloc_bitmap_set(obj->nodeset, currentnode);
currentnode       213 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c       currentnode = mpctl((topology->flags & HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM) ?
currentnode       214 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c         MPC_GETNEXTLDOM_SYS : MPC_GETNEXTLDOM, currentnode, 0);
currentnode       231 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c       currentnode = mpctl(MPC_SPUTOLDOM, currentcpu, 0);
currentnode       233 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c       if (i >= nbnodes || (ldom_t) nodes[i]->os_index != currentnode)
currentnode       235 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c           if ((ldom_t) nodes[i]->os_index == currentnode)