uct_tl_name       159 opal/mca/btl/uct/btl_uct_component.c     const size_t size = strlen (tl->uct_tl_name) + 1;
uct_tl_name       196 opal/mca/btl/uct/btl_uct_component.c     strcpy ((char *) modex_data, tl->uct_tl_name);
uct_tl_name       197 opal/mca/btl/uct/btl_uct_component.c     modex_data += strlen (tl->uct_tl_name) + 1;
uct_tl_name       299 opal/mca/btl/uct/btl_uct_endpoint.c                      tl->uct_tl_name, tl_context->context_id, ep_addr));
uct_tl_name       161 opal/mca/btl/uct/btl_uct_tl.c     free (tl->uct_tl_name);
uct_tl_name       278 opal/mca/btl/uct/btl_uct_tl.c                                        .mode = {.device = {.tl_name = tl->uct_tl_name,
uct_tl_name       283 opal/mca/btl/uct/btl_uct_tl.c                                        .mode = {.device = {.tl_name = tl->uct_tl_name,
uct_tl_name       388 opal/mca/btl/uct/btl_uct_tl.c     tl->uct_tl_name = strdup (tl_desc->tl_name);
uct_tl_name       416 opal/mca/btl/uct/btl_uct_tl.c     BTL_VERBOSE(("tl %s is suitable for RDMA", tl->uct_tl_name));
uct_tl_name       447 opal/mca/btl/uct/btl_uct_tl.c     BTL_VERBOSE(("tl %s is suitable for active-messaging", tl->uct_tl_name));
uct_tl_name       472 opal/mca/btl/uct/btl_uct_tl.c     BTL_VERBOSE(("tl %s is suitable for making connections", tl->uct_tl_name));
uct_tl_name       495 opal/mca/btl/uct/btl_uct_tl.c     BTL_VERBOSE(("evaluating tl %s", tl->uct_tl_name));
uct_tl_name       314 opal/mca/btl/uct/btl_uct_types.h     char *uct_tl_name;