config            188 ompi/mca/pml/ucx/pml_ucx.c     ucp_config_t *config;
config            194 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_config_read("MPI", NULL, &config);
config            216 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_init(&params, config, &ompi_pml_ucx.ucp_context);
config            217 ompi/mca/pml/ucx/pml_ucx.c     ucp_config_release(config);
config            136 opal/mca/common/ucx/common_ucx_wpool.c     ucp_config_t *config = NULL;
config            151 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_config_read("MPI", NULL, &config);
config            171 opal/mca/common/ucx/common_ucx_wpool.c     status = ucp_init(&context_params, config, &wpool->ucp_ctx);
config            172 opal/mca/common/ucx/common_ucx_wpool.c     ucp_config_release(config);
config             21 opal/mca/event/external/event_external_module.c static struct event_config *config = NULL;
config             27 opal/mca/event/external/event_external_module.c     base = event_base_new_with_config(config);
config             55 opal/mca/event/external/event_external_module.c     config = event_config_new();
config             70 opal/mca/event/external/event_external_module.c             event_config_avoid_method(config, all_available_eventops[i]);
config             70 opal/mca/event/libevent2022/libevent2022_module.c static struct event_config *config=NULL;
config             78 opal/mca/event/libevent2022/libevent2022_module.c     base = event_base_new_with_config(config);
config            104 opal/mca/event/libevent2022/libevent2022_module.c     config = event_config_new();
config            119 opal/mca/event/libevent2022/libevent2022_module.c             event_config_avoid_method(config, ompi_eventops[i]->name);
config            129 opal/mca/event/libevent2022/libevent2022_module.c     event_config_free(config);
config            661 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c hwloc_pcidisc_find_cap(const unsigned char *config, unsigned cap)
config            666 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   if (!(config[HWLOC_PCI_STATUS] & HWLOC_PCI_STATUS_CAP_LIST))
config            669 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   for (ptr = config[HWLOC_PCI_CAPABILITY_LIST] & ~3;
config            671 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c        ptr = config[ptr + HWLOC_PCI_CAP_LIST_NEXT] & ~3) {
config            679 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c     id = config[ptr + HWLOC_PCI_CAP_LIST_ID];
config            693 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c hwloc_pcidisc_find_linkspeed(const unsigned char *config,
config            699 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   memcpy(&linksta, &config[offset + HWLOC_PCI_EXP_LNKSTA], 4);
config            724 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c hwloc_pcidisc_check_bridge_type(unsigned device_class, const unsigned char *config)
config            731 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   headertype = config[HWLOC_PCI_HEADER_TYPE] & 0x7f;
config            742 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 				const unsigned char *config)
config            747 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   if (config[HWLOC_PCI_PRIMARY_BUS] != pattr->bus) {
config            753 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c 		pattr->domain, pattr->bus, pattr->dev, pattr->func, config[HWLOC_PCI_PRIMARY_BUS]);
config            760 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   battr->downstream.pci.secondary_bus = config[HWLOC_PCI_SECONDARY_BUS];
config            761 opal/mca/hwloc/hwloc201/hwloc/hwloc/pci-common.c   battr->downstream.pci.subordinate_bus = config[HWLOC_PCI_SUBORDINATE_BUS];
config            462 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h HWLOC_DECLSPEC unsigned hwloc_pcidisc_find_cap(const unsigned char *config, unsigned cap);
config            469 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h HWLOC_DECLSPEC int hwloc_pcidisc_find_linkspeed(const unsigned char *config, unsigned offset, float *linkspeed);
config            475 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h HWLOC_DECLSPEC hwloc_obj_type_t hwloc_pcidisc_check_bridge_type(unsigned device_class, const unsigned char *config);
config            483 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/plugins.h HWLOC_DECLSPEC int hwloc_pcidisc_setup_bridge_attr(hwloc_obj_t obj, const unsigned char *config);