ri_type           173 opal/mca/base/mca_base_component_repository.c     opal_string_copy (ri->ri_type, type, MCA_BASE_MAX_TYPE_NAME_LEN);
ri_type           295 opal/mca/base/mca_base_component_repository.c     group_id = mca_base_var_group_find (NULL, ri->ri_type, ri->ri_name);
ri_type           371 opal/mca/base/mca_base_component_repository.c                         "%s MCA component \"%s\" at path %s", ri->ri_type, ri->ri_name, ri->ri_path);
ri_type           404 opal/mca/base/mca_base_component_repository.c     if (0 != strcmp (ri->ri_type, framework->framework_name)) {
ri_type           449 opal/mca/base/mca_base_component_repository.c         ret = opal_asprintf (&struct_name, "mca_%s_%s_component", ri->ri_type, ri->ri_name);
ri_type           468 opal/mca/base/mca_base_component_repository.c                                 "%s MCA dynamic component (ignored): %s. ret %d", ri->ri_base, ri->ri_type, err_msg, ret);
ri_type           484 opal/mca/base/mca_base_component_repository.c                                 ri->ri_type, ri->ri_path, component_struct->mca_major_version,
ri_type           493 opal/mca/base/mca_base_component_repository.c         if (0 != strcmp(component_struct->mca_type_name, ri->ri_type) ||
ri_type           496 opal/mca/base/mca_base_component_repository.c                                 ri->ri_path, ri->ri_type, ri->ri_name,
ri_type           511 opal/mca/base/mca_base_component_repository.c                              "component \"%s\"", ri->ri_type, ri->ri_name);
ri_type           573 opal/mca/base/mca_base_component_repository.c     memset(ri->ri_type, 0, sizeof(ri->ri_type));
ri_type            49 opal/mca/base/mca_base_component_repository.h     char ri_type[MCA_BASE_MAX_TYPE_NAME_LEN + 1];
ri_type           169 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c     ri->ri_type[PMIX_MCA_BASE_MAX_TYPE_NAME_LEN] = '\0';
ri_type           170 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c     pmix_strncpy (ri->ri_type, type, PMIX_MCA_BASE_MAX_TYPE_NAME_LEN);
ri_type           299 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c     group_id = pmix_mca_base_var_group_find (NULL, ri->ri_type, ri->ri_name);
ri_type           375 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c                         "%s MCA component \"%s\" at path %s", ri->ri_type, ri->ri_name, ri->ri_path);
ri_type           408 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c     if (0 != strcmp (ri->ri_type, framework->framework_name)) {
ri_type           456 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c         ret = asprintf (&struct_name, "mca_%s_%s_component", ri->ri_type, ri->ri_name);
ri_type           475 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c                                 "%s MCA dynamic component (ignored): %s. ret %d", ri->ri_base, ri->ri_type, err_msg, ret);
ri_type           491 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c                                 ri->ri_type, ri->ri_path, component_struct->pmix_mca_major_version,
ri_type           500 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c         if (0 != strcmp(component_struct->pmix_mca_type_name, ri->ri_type) ||
ri_type           503 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c                                 ri->ri_path, ri->ri_type, ri->ri_name,
ri_type           518 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c                              "component \"%s\"", ri->ri_type, ri->ri_name);
ri_type           580 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.c     memset(ri->ri_type, 0, sizeof(ri->ri_type));
ri_type            49 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_component_repository.h     char ri_type[PMIX_MCA_BASE_MAX_TYPE_NAME_LEN + 1];
ri_type          1068 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         if (0 > asprintf(&message, "MCA %s", ri->ri_type)) {
ri_type          1081 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         if (0 > asprintf(&message, "mca:%s:%s:failed", ri->ri_type, ri->ri_name)) {
ri_type          1098 opal/runtime/opal_info_support.c         opal_asprintf(&message, "MCA %s", ri->ri_type);
ri_type          1106 opal/runtime/opal_info_support.c         opal_asprintf(&message, "mca:%s:%s:failed", ri->ri_type, ri->ri_name);