mca_types          48 ompi/runtime/ompi_info_support.c void ompi_info_register_types(opal_pointer_array_t *mca_types)
mca_types          53 ompi/runtime/ompi_info_support.c     opal_pointer_array_add(mca_types, (void *)ompi_info_type_ompi);
mca_types          54 ompi/runtime/ompi_info_support.c     opal_pointer_array_add(mca_types, "mpi");
mca_types          58 ompi/runtime/ompi_info_support.c         opal_pointer_array_add(mca_types, ompi_frameworks[i]->framework_name);
mca_types          28 ompi/runtime/ompi_info_support.h OMPI_DECLSPEC void  ompi_info_register_types(opal_pointer_array_t *mca_types);
mca_types          75 ompi/tools/ompi_info/ompi_info.c     opal_pointer_array_t mca_types;
mca_types         112 ompi/tools/ompi_info/ompi_info.c     OBJ_CONSTRUCT(&mca_types, opal_pointer_array_t);
mca_types         113 ompi/tools/ompi_info/ompi_info.c     opal_pointer_array_init(&mca_types, 128, INT_MAX, 64);
mca_types         116 ompi/tools/ompi_info/ompi_info.c     opal_info_register_types(&mca_types);
mca_types         120 ompi/tools/ompi_info/ompi_info.c     orte_info_register_types(&mca_types);
mca_types         123 ompi/tools/ompi_info/ompi_info.c     ompi_info_register_types(&mca_types);
mca_types         134 ompi/tools/ompi_info/ompi_info.c                                 &mca_types, &component_map, NULL);
mca_types         164 ompi/tools/ompi_info/ompi_info.c                             &mca_types, &component_map, ompi_info_cmd_line);
mca_types         181 ompi/tools/ompi_info/ompi_info.c         opal_info_show_component_version(&mca_types, &component_map, opal_info_type_all,
mca_types         196 ompi/tools/ompi_info/ompi_info.c     OBJ_DESTRUCT(&mca_types);
mca_types          43 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pinfo.h extern pmix_pointer_array_t mca_types;
mca_types          73 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     pmix_pointer_array_t mca_types;
mca_types         127 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     PMIX_CONSTRUCT(&mca_types, pmix_pointer_array_t);
mca_types         128 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     pmix_pointer_array_init(&mca_types, 256, INT_MAX, 128);
mca_types         129 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     pmix_info_register_types(&mca_types);
mca_types         140 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c                                 &mca_types, &component_map, NULL);
mca_types         171 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c                             &mca_types, &component_map, pmix_info_cmd_line);
mca_types         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,
mca_types         197 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/pmix_info.c     PMIX_DESTRUCT(&mca_types);
mca_types         275 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c void pmix_info_register_types(pmix_pointer_array_t *mca_types)
mca_types         280 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     pmix_pointer_array_add(mca_types, "mca");
mca_types         281 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     pmix_pointer_array_add(mca_types, "pmix");
mca_types         285 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         pmix_pointer_array_add(mca_types, pmix_frameworks[i]->framework_name);
mca_types         431 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                          pmix_pointer_array_t *mca_types,
mca_types         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,
mca_types         489 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         for (i = 0; i < mca_types->size; ++i) {
mca_types         490 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             if (NULL == (type = (char *)pmix_pointer_array_get_item(mca_types, i))) {
mca_types         500 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             for (found = false, i = 0; i < mca_types->size; ++i) {
mca_types         501 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c                 if (NULL == (str = (char *)pmix_pointer_array_get_item(mca_types, i))) {
mca_types         517 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             pmix_info_show_component_version(mca_types, component_map, type,
mca_types         989 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c void pmix_info_show_component_version(pmix_pointer_array_t *mca_types,
mca_types        1013 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         for (found = false, j = 0; j < mca_types->size; ++j) {
mca_types        1014 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c             if (NULL == (pos = (char*)pmix_pointer_array_get_item(mca_types, j))) {
mca_types          65 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_register_types(pmix_pointer_array_t *mca_types);
mca_types          89 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.h PMIX_EXPORT void pmix_info_show_component_version(pmix_pointer_array_t *mca_types,
mca_types         293 opal/runtime/opal_info_support.c void opal_info_register_types(opal_pointer_array_t *mca_types)
mca_types         298 opal/runtime/opal_info_support.c     opal_pointer_array_add(mca_types, "mca");
mca_types         299 opal/runtime/opal_info_support.c     opal_pointer_array_add(mca_types, "opal");
mca_types         303 opal/runtime/opal_info_support.c         opal_pointer_array_add(mca_types, opal_frameworks[i]->framework_name);
mca_types         446 opal/runtime/opal_info_support.c                          opal_pointer_array_t *mca_types,
mca_types         501 opal/runtime/opal_info_support.c         opal_info_show_component_version(mca_types, component_map, opal_info_type_all,
mca_types         504 opal/runtime/opal_info_support.c         for (i = 0; i < mca_types->size; ++i) {
mca_types         505 opal/runtime/opal_info_support.c             if (NULL == (type = (char *)opal_pointer_array_get_item(mca_types, i))) {
mca_types         515 opal/runtime/opal_info_support.c             for (found = false, i = 0; i < mca_types->size; ++i) {
mca_types         516 opal/runtime/opal_info_support.c                 if (NULL == (str = (char *)opal_pointer_array_get_item(mca_types, i))) {
mca_types         532 opal/runtime/opal_info_support.c             opal_info_show_component_version(mca_types, component_map, type,
mca_types        1019 opal/runtime/opal_info_support.c void opal_info_show_component_version(opal_pointer_array_t *mca_types,
mca_types        1043 opal/runtime/opal_info_support.c         for (found = false, j = 0; j < mca_types->size; ++j) {
mca_types        1044 opal/runtime/opal_info_support.c             if (NULL == (pos = (char*)opal_pointer_array_get_item(mca_types, j))) {
mca_types          64 opal/runtime/opal_info_support.h OPAL_DECLSPEC void opal_info_register_types(opal_pointer_array_t *mca_types);
mca_types          88 opal/runtime/opal_info_support.h OPAL_DECLSPEC void opal_info_show_component_version(opal_pointer_array_t *mca_types,
mca_types          45 orte/runtime/orte_info_support.c void orte_info_register_types(opal_pointer_array_t *mca_types)
mca_types          50 orte/runtime/orte_info_support.c     opal_pointer_array_add(mca_types, "orte");
mca_types          54 orte/runtime/orte_info_support.c         opal_pointer_array_add(mca_types, orte_frameworks[i]->framework_name);
mca_types          34 orte/runtime/orte_info_support.h ORTE_DECLSPEC void orte_info_register_types(opal_pointer_array_t *mca_types);
mca_types          72 orte/tools/orte-info/orte-info.c opal_pointer_array_t mca_types = {{0}};
mca_types         206 orte/tools/orte-info/orte-info.c     OBJ_CONSTRUCT(&mca_types, opal_pointer_array_t);
mca_types         207 orte/tools/orte-info/orte-info.c     opal_pointer_array_init(&mca_types, 256, INT_MAX, 128);
mca_types         209 orte/tools/orte-info/orte-info.c     opal_info_register_types(&mca_types);
mca_types         210 orte/tools/orte-info/orte-info.c     orte_info_register_types(&mca_types);
mca_types         255 orte/tools/orte-info/orte-info.c         for (i = 0; i < mca_types.size; ++i) {
mca_types         256 orte/tools/orte-info/orte-info.c             if (NULL == (str = (char*)opal_pointer_array_get_item(&mca_types, i))) {
mca_types         274 orte/tools/orte-info/orte-info.c     OBJ_DESTRUCT(&mca_types);
mca_types          46 orte/tools/orte-info/orte-info.h extern opal_pointer_array_t mca_types;
mca_types         109 orte/tools/orte-info/param.c         for (i = 0; i < mca_types.size; ++i) {
mca_types         110 orte/tools/orte-info/param.c             if (NULL == (type = (char *)opal_pointer_array_get_item(&mca_types, i))) {
mca_types         120 orte/tools/orte-info/param.c             for (found = false, i = 0; i < mca_types.size; ++i) {
mca_types         121 orte/tools/orte-info/param.c                 if (NULL == (str = (char *)opal_pointer_array_get_item(&mca_types, i))) {
mca_types          90 orte/tools/orte-info/version.c         for (j = 0; j < mca_types.size; ++j) {
mca_types          91 orte/tools/orte-info/version.c             if (NULL == (pos = (char*)opal_pointer_array_get_item(&mca_types, j))) {
mca_types         154 orte/tools/orte-info/version.c     for (found = false, j = 0; j < mca_types.size; ++j) {
mca_types         155 orte/tools/orte-info/version.c         if (NULL == (pos = (char*)opal_pointer_array_get_item(&mca_types, j))) {
mca_types          34 oshmem/runtime/oshmem_info_support.c void oshmem_info_register_types(opal_pointer_array_t *mca_types)
mca_types          39 oshmem/runtime/oshmem_info_support.c     opal_pointer_array_add(mca_types, (void *)oshmem_info_type_oshmem);
mca_types          43 oshmem/runtime/oshmem_info_support.c         opal_pointer_array_add(mca_types, oshmem_frameworks[i]->framework_name);
mca_types          18 oshmem/runtime/oshmem_info_support.h OSHMEM_DECLSPEC void oshmem_info_register_types(opal_pointer_array_t *mca_types);
mca_types          66 oshmem/tools/oshmem_info/oshmem_info.c     opal_pointer_array_t mca_types;
mca_types         103 oshmem/tools/oshmem_info/oshmem_info.c     OBJ_CONSTRUCT(&mca_types, opal_pointer_array_t);
mca_types         104 oshmem/tools/oshmem_info/oshmem_info.c     opal_pointer_array_init(&mca_types, 256, INT_MAX, 128);
mca_types         107 oshmem/tools/oshmem_info/oshmem_info.c     opal_info_register_types(&mca_types);
mca_types         111 oshmem/tools/oshmem_info/oshmem_info.c     orte_info_register_types(&mca_types);
mca_types         115 oshmem/tools/oshmem_info/oshmem_info.c     opal_info_register_types(&mca_types);
mca_types         118 oshmem/tools/oshmem_info/oshmem_info.c     oshmem_info_register_types(&mca_types);
mca_types         129 oshmem/tools/oshmem_info/oshmem_info.c                                 &mca_types, &component_map, NULL);
mca_types         155 oshmem/tools/oshmem_info/oshmem_info.c                             &mca_types, &component_map, info_cmd_line);
mca_types         168 oshmem/tools/oshmem_info/oshmem_info.c         opal_info_show_component_version(&mca_types, &component_map, opal_info_type_all,
mca_types         177 oshmem/tools/oshmem_info/oshmem_info.c     OBJ_DESTRUCT(&mca_types);