allowed_ifaces 319 opal/mca/btl/uct/btl_uct_component.c static int mca_btl_uct_component_process_uct_md (uct_md_resource_desc_t *md_desc, char **allowed_ifaces) allowed_ifaces 338 opal/mca/btl/uct/btl_uct_component.c for (int j = 0 ; allowed_ifaces[j] ; ++j) { allowed_ifaces 339 opal/mca/btl/uct/btl_uct_component.c if (0 == strncmp (allowed_ifaces[j], md_desc->md_name, strlen (md_desc->md_name)) || allowed_ifaces 340 opal/mca/btl/uct/btl_uct_component.c 0 == strcmp (allowed_ifaces[j], "all")) { allowed_ifaces 420 opal/mca/btl/uct/btl_uct_component.c char **allowed_ifaces; allowed_ifaces 431 opal/mca/btl/uct/btl_uct_component.c allowed_ifaces = opal_argv_split (mca_btl_uct_component.memory_domains, ','); allowed_ifaces 432 opal/mca/btl/uct/btl_uct_component.c if (NULL == allowed_ifaces) { allowed_ifaces 442 opal/mca/btl/uct/btl_uct_component.c rc = mca_btl_uct_component_process_uct_md (resources + i, allowed_ifaces); allowed_ifaces 448 opal/mca/btl/uct/btl_uct_component.c opal_argv_free (allowed_ifaces);