uct_md            354 opal/mca/btl/uct/btl_uct_component.c     uct_md_open (md_desc->md_name, uct_config, &md->uct_md);
uct_md            357 opal/mca/btl/uct/btl_uct_component.c     uct_md_query (md->uct_md, &md_attr);
uct_md            358 opal/mca/btl/uct/btl_uct_component.c     uct_md_query_tl_resources (md->uct_md, &tl_desc, &num_tls);
uct_md            228 opal/mca/btl/uct/btl_uct_module.c     ucs_status = uct_md_mem_reg (uct_module->md->uct_md, base, size, uct_flags, &uct_reg->uct_memh);
uct_md            237 opal/mca/btl/uct/btl_uct_module.c         ucs_status = uct_md_mkey_pack (uct_module->md->uct_md, uct_reg->uct_memh, uct_reg->handle.packed_handle);
uct_md            240 opal/mca/btl/uct/btl_uct_module.c             uct_md_mem_dereg (uct_module->md->uct_md, uct_reg->uct_memh);
uct_md            253 opal/mca/btl/uct/btl_uct_module.c     uct_md_mem_dereg (uct_module->md->uct_md, uct_reg->uct_memh);
uct_md            354 opal/mca/btl/uct/btl_uct_module.c     md->uct_md = NULL;
uct_md            359 opal/mca/btl/uct/btl_uct_module.c     if (md->uct_md) {
uct_md            360 opal/mca/btl/uct/btl_uct_module.c         uct_md_close (md->uct_md);
uct_md            361 opal/mca/btl/uct/btl_uct_module.c         md->uct_md = NULL;
uct_md            156 opal/mca/btl/uct/btl_uct_tl.c     if (tl->uct_md) {
uct_md            157 opal/mca/btl/uct/btl_uct_tl.c         OBJ_RELEASE(tl->uct_md);
uct_md            321 opal/mca/btl/uct/btl_uct_tl.c     ucs_status = uct_iface_open (tl->uct_md->uct_md, context->uct_worker, &iface_params,
uct_md            385 opal/mca/btl/uct/btl_uct_tl.c     tl->uct_md = md;
uct_md            398 opal/mca/btl/uct/btl_uct_tl.c     (void) uct_md_iface_config_read (md->uct_md, tl_desc->tl_name, NULL, NULL, &tl->uct_tl_config);
uct_md             65 opal/mca/btl/uct/btl_uct_types.h     uct_md_h uct_md;
uct_md            305 opal/mca/btl/uct/btl_uct_types.h     mca_btl_uct_md_t *uct_md;
uct_md            190 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     uct_md_h uct_md;
uct_md            194 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     uct_md = ucp_context_find_tl_md(spml->ucp_context, "mlx5");
uct_md            195 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     if (uct_md == NULL) {
uct_md            203 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     status = uct_ib_md_alloc_device_mem(uct_md, &length, &address,