orte_node_topologies  319 orte/mca/ess/base/ess_base_std_orted.c     orte_node_topologies = OBJ_NEW(opal_pointer_array_t);
orte_node_topologies  320 orte/mca/ess/base/ess_base_std_orted.c     if (ORTE_SUCCESS != (ret = opal_pointer_array_init(orte_node_topologies,
orte_node_topologies  505 orte/mca/ess/base/ess_base_std_orted.c     opal_pointer_array_add(orte_node_topologies, t);
orte_node_topologies  411 orte/mca/ess/hnp/ess_hnp_module.c     orte_node_topologies = OBJ_NEW(opal_pointer_array_t);
orte_node_topologies  412 orte/mca/ess/hnp/ess_hnp_module.c     if (ORTE_SUCCESS != (ret = opal_pointer_array_init(orte_node_topologies,
orte_node_topologies  546 orte/mca/ess/hnp/ess_hnp_module.c     opal_pointer_array_add(orte_node_topologies, t);
orte_node_topologies  816 orte/mca/ess/hnp/ess_hnp_module.c     opal_pointer_array_t * array = orte_node_topologies;
orte_node_topologies  833 orte/mca/ess/hnp/ess_hnp_module.c     OBJ_RELEASE(orte_node_topologies);
orte_node_topologies  957 orte/mca/plm/base/plm_base_launch_support.c     for (i=0; i < orte_node_topologies->size; i++) {
orte_node_topologies  958 orte/mca/plm/base/plm_base_launch_support.c         if (NULL == (t2 = (orte_topology_t*)opal_pointer_array_get_item(orte_node_topologies, i))) {
orte_node_topologies 1101 orte/mca/plm/base/plm_base_launch_support.c     t = (orte_topology_t*)opal_pointer_array_get_item(orte_node_topologies, 0);
orte_node_topologies 1284 orte/mca/plm/base/plm_base_launch_support.c         for (i=0; i < orte_node_topologies->size; i++) {
orte_node_topologies 1285 orte/mca/plm/base/plm_base_launch_support.c             if (NULL == (t = (orte_topology_t*)opal_pointer_array_get_item(orte_node_topologies, i))) {
orte_node_topologies 1328 orte/mca/plm/base/plm_base_launch_support.c             t->index = opal_pointer_array_add(orte_node_topologies, t);
orte_node_topologies  122 orte/mca/ras/simulator/ras_sim_module.c             t = (orte_topology_t*)opal_pointer_array_get_item(orte_node_topologies, 0);
orte_node_topologies  191 orte/mca/ras/simulator/ras_sim_module.c             opal_pointer_array_add(orte_node_topologies, t);
orte_node_topologies  247 orte/mca/ras/simulator/ras_sim_module.c             opal_pointer_array_add(orte_node_topologies, t);
orte_node_topologies  225 orte/mca/state/novm/state_novm.c     t = (orte_topology_t*)opal_pointer_array_get_item(orte_node_topologies, 0);
orte_node_topologies  138 orte/runtime/orte_globals.c opal_pointer_array_t *orte_node_topologies = NULL;
orte_node_topologies  522 orte/runtime/orte_globals.h ORTE_DECLSPEC extern opal_pointer_array_t *orte_node_topologies;
orte_node_topologies  377 orte/util/nidmap.c     for (n=0; n < orte_node_topologies->size; n++) {
orte_node_topologies  378 orte/util/nidmap.c         if (NULL != (t = (orte_topology_t*)opal_pointer_array_get_item(orte_node_topologies, n))) {
orte_node_topologies  489 orte/util/nidmap.c     for (n=nstart; n < orte_node_topologies->size; n++) {
orte_node_topologies  490 orte/util/nidmap.c         if (NULL == (t = (orte_topology_t*)opal_pointer_array_get_item(orte_node_topologies, n))) {
orte_node_topologies  831 orte/util/nidmap.c             opal_pointer_array_set_item(orte_node_topologies, index, t2);
orte_node_topologies  889 orte/util/nidmap.c                 nptr->topology = opal_pointer_array_get_item(orte_node_topologies, index);