component_map      62 ompi/runtime/ompi_info_support.c int ompi_info_register_framework_params(opal_pointer_array_t *component_map)
component_map      76 ompi/runtime/ompi_info_support.c     rc = opal_info_register_framework_params(component_map);
component_map      82 ompi/runtime/ompi_info_support.c     rc = orte_info_register_framework_params(component_map);
component_map      88 ompi/runtime/ompi_info_support.c     return opal_info_register_project_frameworks(ompi_info_type_ompi, ompi_frameworks, component_map);
component_map      30 ompi/runtime/ompi_info_support.h OMPI_DECLSPEC int ompi_info_register_framework_params(opal_pointer_array_t *component_map);
component_map      76 ompi/tools/ompi_info/ompi_info.c     opal_pointer_array_t component_map;
component_map     126 ompi/tools/ompi_info/ompi_info.c     OBJ_CONSTRUCT(&component_map, opal_pointer_array_t);
component_map     127 ompi/tools/ompi_info/ompi_info.c     opal_pointer_array_init(&component_map, 64, INT_MAX, 32);
component_map     130 ompi/tools/ompi_info/ompi_info.c     if (OMPI_SUCCESS != (ret = ompi_info_register_framework_params(&component_map))) {
component_map     134 ompi/tools/ompi_info/ompi_info.c                                 &mca_types, &component_map, NULL);
component_map     164 ompi/tools/ompi_info/ompi_info.c                             &mca_types, &component_map, ompi_info_cmd_line);
component_map     181 ompi/tools/ompi_info/ompi_info.c         opal_info_show_component_version(&mca_types, &component_map, opal_info_type_all,
component_map     197 ompi/tools/ompi_info/ompi_info.c     for (i=0; i < component_map.size; i++) {
component_map     198 ompi/tools/ompi_info/ompi_info.c         if (NULL != (map = (opal_info_component_map_t*)opal_pointer_array_get_item(&component_map, i))) {
component_map     202 ompi/tools/ompi_info/ompi_info.c     OBJ_DESTRUCT(&component_map);
component_map      74 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     pmix_pointer_array_t component_map;
component_map     132 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     PMIX_CONSTRUCT(&component_map, pmix_pointer_array_t);
component_map     133 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     pmix_pointer_array_init(&component_map, 64, INT_MAX, 32);
component_map     136 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     if (PMIX_SUCCESS != (ret = pmix_info_register_framework_params(&component_map))) {
component_map     140 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c                                 &mca_types, &component_map, NULL);
component_map     171 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c                             &mca_types, &component_map, pmix_info_cmd_line);
component_map     188 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c         pmix_info_show_component_version(&mca_types, &component_map, pmix_info_type_all,
component_map     198 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     for (i=0; i < component_map.size; i++) {
component_map     199 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c         if (NULL != (map = (pmix_info_component_map_t*)pmix_pointer_array_get_item(&component_map, i))) {
component_map     203 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     PMIX_DESTRUCT(&component_map);
component_map     230 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c static int info_register_framework (pmix_mca_base_framework_t *framework, pmix_pointer_array_t *component_map)
component_map     239 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     if (NULL != component_map) {
component_map     244 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         pmix_pointer_array_add(component_map, map);
component_map     251 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                                            pmix_pointer_array_t *component_map)
component_map     256 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         if (PMIX_SUCCESS != (rc = info_register_framework(frameworks[i], component_map))) {
component_map     289 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c int pmix_info_register_framework_params(pmix_pointer_array_t *component_map)
component_map     309 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     return pmix_info_register_project_frameworks("pmix", pmix_frameworks, component_map);
component_map     432 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                          pmix_pointer_array_t *component_map,
component_map     486 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         pmix_info_show_component_version(mca_types, component_map, pmix_info_type_all,
component_map     517 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             pmix_info_show_component_version(mca_types, component_map, type,
component_map     525 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c void pmix_info_err_params(pmix_pointer_array_t *component_map)
component_map     533 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     for (i=0; i < component_map->size; i++) {
component_map     534 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         if (NULL == (mptr = (pmix_info_component_map_t*)pmix_pointer_array_get_item(component_map, i))) {
component_map     990 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                                       pmix_pointer_array_t *component_map,
component_map    1031 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     for (j=0; j < component_map->size; j++) {
component_map    1032 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         if (NULL == (map = (pmix_info_component_map_t*)pmix_pointer_array_get_item(component_map, j))) {
component_map      67 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT int pmix_info_register_framework_params(pmix_pointer_array_t *component_map);
component_map      70 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_err_params(pmix_pointer_array_t *component_map);
component_map      74 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h                                      pmix_pointer_array_t *component_map,
component_map      90 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h                                                   pmix_pointer_array_t *component_map,
component_map     116 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h                                                        pmix_pointer_array_t *component_map);
component_map     247 opal/runtime/opal_info_support.c static int info_register_framework (mca_base_framework_t *framework, opal_pointer_array_t *component_map)
component_map     257 opal/runtime/opal_info_support.c     if (NULL != component_map) {
component_map     262 opal/runtime/opal_info_support.c         opal_pointer_array_add(component_map, map);
component_map     269 opal/runtime/opal_info_support.c                                            opal_pointer_array_t *component_map)
component_map     274 opal/runtime/opal_info_support.c         if (OPAL_SUCCESS != (rc = info_register_framework(frameworks[i], component_map))) {
component_map     307 opal/runtime/opal_info_support.c int opal_info_register_framework_params(opal_pointer_array_t *component_map)
component_map     327 opal/runtime/opal_info_support.c     return opal_info_register_project_frameworks("opal", opal_frameworks, component_map);
component_map     447 opal/runtime/opal_info_support.c                          opal_pointer_array_t *component_map,
component_map     501 opal/runtime/opal_info_support.c         opal_info_show_component_version(mca_types, component_map, opal_info_type_all,
component_map     532 opal/runtime/opal_info_support.c             opal_info_show_component_version(mca_types, component_map, type,
component_map     540 opal/runtime/opal_info_support.c void opal_info_err_params(opal_pointer_array_t *component_map)
component_map     548 opal/runtime/opal_info_support.c     for (i=0; i < component_map->size; i++) {
component_map     549 opal/runtime/opal_info_support.c         if (NULL == (mptr = (opal_info_component_map_t*)opal_pointer_array_get_item(component_map, i))) {
component_map    1020 opal/runtime/opal_info_support.c                                       opal_pointer_array_t *component_map,
component_map    1061 opal/runtime/opal_info_support.c     for (j=0; j < component_map->size; j++) {
component_map    1062 opal/runtime/opal_info_support.c         if (NULL == (map = (opal_info_component_map_t*)opal_pointer_array_get_item(component_map, j))) {
component_map      66 opal/runtime/opal_info_support.h OPAL_DECLSPEC int opal_info_register_framework_params(opal_pointer_array_t *component_map);
component_map      69 opal/runtime/opal_info_support.h OPAL_DECLSPEC void opal_info_err_params(opal_pointer_array_t *component_map);
component_map      73 opal/runtime/opal_info_support.h                                        opal_pointer_array_t *component_map,
component_map      89 opal/runtime/opal_info_support.h                                                     opal_pointer_array_t *component_map,
component_map     115 opal/runtime/opal_info_support.h                                                          opal_pointer_array_t *component_map);
component_map      58 orte/runtime/orte_info_support.c int orte_info_register_framework_params(opal_pointer_array_t *component_map)
component_map      74 orte/runtime/orte_info_support.c     rc = opal_info_register_framework_params(component_map);
component_map      79 orte/runtime/orte_info_support.c     return opal_info_register_project_frameworks("orte", orte_frameworks, component_map);
component_map      36 orte/runtime/orte_info_support.h ORTE_DECLSPEC int orte_info_register_framework_params(opal_pointer_array_t *component_map);
component_map      47 oshmem/runtime/oshmem_info_support.c int oshmem_info_register_framework_params(opal_pointer_array_t *component_map)
component_map      64 oshmem/runtime/oshmem_info_support.c     rc = opal_info_register_framework_params(component_map);
component_map      69 oshmem/runtime/oshmem_info_support.c     return opal_info_register_project_frameworks(oshmem_info_type_oshmem, oshmem_frameworks, component_map);
component_map      20 oshmem/runtime/oshmem_info_support.h OSHMEM_DECLSPEC int oshmem_info_register_framework_params(opal_pointer_array_t *component_map);
component_map      67 oshmem/tools/oshmem_info/oshmem_info.c     opal_pointer_array_t component_map;
component_map     121 oshmem/tools/oshmem_info/oshmem_info.c     OBJ_CONSTRUCT(&component_map, opal_pointer_array_t);
component_map     122 oshmem/tools/oshmem_info/oshmem_info.c     opal_pointer_array_init(&component_map, 256, INT_MAX, 128);
component_map     125 oshmem/tools/oshmem_info/oshmem_info.c     if (OSHMEM_SUCCESS != (ret = oshmem_info_register_framework_params(&component_map))) {
component_map     129 oshmem/tools/oshmem_info/oshmem_info.c                                 &mca_types, &component_map, NULL);
component_map     155 oshmem/tools/oshmem_info/oshmem_info.c                             &mca_types, &component_map, info_cmd_line);
component_map     168 oshmem/tools/oshmem_info/oshmem_info.c         opal_info_show_component_version(&mca_types, &component_map, opal_info_type_all,
component_map     178 oshmem/tools/oshmem_info/oshmem_info.c     for (i=0; i < component_map.size; i++) {
component_map     179 oshmem/tools/oshmem_info/oshmem_info.c         if (NULL != (map = (opal_info_component_map_t*)opal_pointer_array_get_item(&component_map, i))) {
component_map     183 oshmem/tools/oshmem_info/oshmem_info.c     OBJ_DESTRUCT(&component_map);