md_name 92 opal/mca/btl/uct/btl_uct.h char *md_name; md_name 171 opal/mca/btl/uct/btl_uct_component.c size_t modex_size = 4 + strlen (module->md_name) + 1; md_name 234 opal/mca/btl/uct/btl_uct_component.c size_t name_len = strlen (module->md_name); md_name 241 opal/mca/btl/uct/btl_uct_component.c strcpy ((char *) modex_data, module->md_name); md_name 261 opal/mca/btl/uct/btl_uct_component.c static mca_btl_uct_module_t *mca_btl_uct_alloc_module (const char *md_name, mca_btl_uct_md_t *md, md_name 285 opal/mca/btl/uct/btl_uct_component.c module->md_name = strdup (md_name); md_name 336 opal/mca/btl/uct/btl_uct_component.c BTL_VERBOSE(("processing memory domain %s", md_desc->md_name)); md_name 339 opal/mca/btl/uct/btl_uct_component.c if (0 == strncmp (allowed_ifaces[j], md_desc->md_name, strlen (md_desc->md_name)) || md_name 353 opal/mca/btl/uct/btl_uct_component.c uct_md_config_read (md_desc->md_name, NULL, NULL, &uct_config); md_name 354 opal/mca/btl/uct/btl_uct_component.c uct_md_open (md_desc->md_name, uct_config, &md->uct_md); md_name 360 opal/mca/btl/uct/btl_uct_component.c module = mca_btl_uct_alloc_module (md_desc->md_name, md, md_attr.rkey_packed_size); md_name 375 opal/mca/btl/uct/btl_uct_component.c BTL_VERBOSE(("uct memory domain %s does not have any appropriate tls", md_desc->md_name)); md_name 385 opal/mca/btl/uct/btl_uct_component.c (void) opal_asprintf (&tmp, "uct.%s", module->md_name); md_name 385 opal/mca/btl/uct/btl_uct_endpoint.c BTL_VERBOSE(("found modex for md %s, searching for %s", modex_data + 4, uct_btl->md_name)); md_name 389 opal/mca/btl/uct/btl_uct_endpoint.c if (0 != strcmp ((char *) modex_data, uct_btl->md_name)) { md_name 301 opal/mca/btl/uct/btl_uct_module.c free (uct_module->md_name); md_name 408 opal/mca/btl/uct/btl_uct_tl.c BTL_VERBOSE(("Interface CAPS for tl %s::%s: 0x%lx", module->md_name, tl_desc->tl_name,