hints_dup         401 ompi/mca/mtl/ofi/mtl_ofi_component.c     struct fi_info *hints_dup;
hints_dup         402 ompi/mca/mtl/ofi/mtl_ofi_component.c     hints_dup = fi_dupinfo(hints);
hints_dup         405 ompi/mca/mtl/ofi/mtl_ofi_component.c     hints_dup->fabric_attr->prov_name = provider_name;
hints_dup         406 ompi/mca/mtl/ofi/mtl_ofi_component.c     hints_dup->caps |= FI_TAGGED | FI_DIRECTED_RECV;
hints_dup         408 ompi/mca/mtl/ofi/mtl_ofi_component.c     hints_dup->domain_attr->cq_data_size = sizeof(int);
hints_dup         409 ompi/mca/mtl/ofi/mtl_ofi_component.c     ret = fi_getinfo(fi_version, NULL, NULL, 0ULL, hints_dup, prov_cq_data);
hints_dup         422 ompi/mca/mtl/ofi/mtl_ofi_component.c     fi_freeinfo(hints_dup);