orte_component_map 61 orte/tools/orte-info/components.c opal_pointer_array_t orte_component_map = {{0}}; orte_component_map 79 orte/tools/orte-info/components.c OBJ_CONSTRUCT(&orte_component_map, opal_pointer_array_t); orte_component_map 80 orte/tools/orte-info/components.c opal_pointer_array_init(&orte_component_map, 256, INT_MAX, 128); orte_component_map 82 orte/tools/orte-info/components.c opal_info_register_framework_params(&orte_component_map); orte_component_map 83 orte/tools/orte-info/components.c orte_info_register_framework_params(&orte_component_map); orte_component_map 101 orte/tools/orte-info/components.c for (i=0; i < orte_component_map.size; i++) { orte_component_map 102 orte/tools/orte-info/components.c if (NULL != (map = (orte_info_component_map_t*)opal_pointer_array_get_item(&orte_component_map, i))) { orte_component_map 107 orte/tools/orte-info/components.c OBJ_DESTRUCT(&orte_component_map); orte_component_map 122 orte/tools/orte-info/orte-info.h extern opal_pointer_array_t orte_component_map; orte_component_map 170 orte/tools/orte-info/version.c for (j=0; j < orte_component_map.size; j++) { orte_component_map 171 orte/tools/orte-info/version.c if (NULL == (map = (orte_info_component_map_t*)opal_pointer_array_get_item(&orte_component_map, j))) {