om 78 ompi/mca/fbtl/base/fbtl_base_file_select.c queried_module_t *om; om 175 ompi/mca/fbtl/base/fbtl_base_file_select.c om = OBJ_NEW(queried_module_t); om 179 ompi/mca/fbtl/base/fbtl_base_file_select.c if (NULL == om) { om 183 ompi/mca/fbtl/base/fbtl_base_file_select.c om->om_component = component; om 184 ompi/mca/fbtl/base/fbtl_base_file_select.c om->om_module = module; om 185 ompi/mca/fbtl/base/fbtl_base_file_select.c opal_list_append(&queried, (opal_list_item_t *)om); om 214 ompi/mca/fbtl/base/fbtl_base_file_select.c om = (queried_module_t *) item; om 215 ompi/mca/fbtl/base/fbtl_base_file_select.c if (om->om_component == best_component) { om 232 ompi/mca/fbtl/base/fbtl_base_file_select.c file->f_fbtl = om->om_module; om 233 ompi/mca/fbtl/base/fbtl_base_file_select.c err = om->om_module->fbtl_module_init(file); om 239 ompi/mca/fbtl/base/fbtl_base_file_select.c if (NULL != om->om_component->fbtlm_file_unquery) { om 245 ompi/mca/fbtl/base/fbtl_base_file_select.c (void) om->om_component->fbtlm_file_unquery(file); om 248 ompi/mca/fbtl/base/fbtl_base_file_select.c om->om_component->fbtlm_version.mca_component_name); om 251 ompi/mca/fbtl/base/fbtl_base_file_select.c OBJ_RELEASE(om); om 78 ompi/mca/fcoll/base/fcoll_base_file_select.c queried_module_t *om; om 170 ompi/mca/fcoll/base/fcoll_base_file_select.c om = OBJ_NEW(queried_module_t); om 174 ompi/mca/fcoll/base/fcoll_base_file_select.c if (NULL == om) { om 178 ompi/mca/fcoll/base/fcoll_base_file_select.c om->om_component = component; om 179 ompi/mca/fcoll/base/fcoll_base_file_select.c om->om_module = module; om 180 ompi/mca/fcoll/base/fcoll_base_file_select.c opal_list_append(&queried, (opal_list_item_t *)om); om 208 ompi/mca/fcoll/base/fcoll_base_file_select.c om = (queried_module_t *) item; om 209 ompi/mca/fcoll/base/fcoll_base_file_select.c if (om->om_component == best_component) { om 226 ompi/mca/fcoll/base/fcoll_base_file_select.c file->f_fcoll = om->om_module; om 227 ompi/mca/fcoll/base/fcoll_base_file_select.c err = om->om_module->fcoll_module_init(file); om 236 ompi/mca/fcoll/base/fcoll_base_file_select.c if (NULL != om->om_component->fcollm_file_unquery) { om 242 ompi/mca/fcoll/base/fcoll_base_file_select.c (void) om->om_component->fcollm_file_unquery(file); om 245 ompi/mca/fcoll/base/fcoll_base_file_select.c om->om_component->fcollm_version.mca_component_name); om 248 ompi/mca/fcoll/base/fcoll_base_file_select.c OBJ_RELEASE(om); om 78 ompi/mca/fs/base/fs_base_file_select.c queried_module_t *om; om 171 ompi/mca/fs/base/fs_base_file_select.c om = OBJ_NEW(queried_module_t); om 175 ompi/mca/fs/base/fs_base_file_select.c if (NULL == om) { om 179 ompi/mca/fs/base/fs_base_file_select.c om->om_component = component; om 180 ompi/mca/fs/base/fs_base_file_select.c om->om_module = module; om 181 ompi/mca/fs/base/fs_base_file_select.c opal_list_append(&queried, (opal_list_item_t *)om); om 209 ompi/mca/fs/base/fs_base_file_select.c om = (queried_module_t *) item; om 210 ompi/mca/fs/base/fs_base_file_select.c if (om->om_component == best_component) { om 227 ompi/mca/fs/base/fs_base_file_select.c file->f_fs = om->om_module; om 228 ompi/mca/fs/base/fs_base_file_select.c err = om->om_module->fs_module_init(file); om 234 ompi/mca/fs/base/fs_base_file_select.c if (NULL != om->om_component->fsm_file_unquery) { om 240 ompi/mca/fs/base/fs_base_file_select.c (void) om->om_component->fsm_file_unquery(file); om 243 ompi/mca/fs/base/fs_base_file_select.c om->om_component->fsm_version.mca_component_name); om 246 ompi/mca/fs/base/fs_base_file_select.c OBJ_RELEASE(om); om 68 ompi/mca/pml/base/pml_base_select.c opened_component_t *om = NULL; om 156 ompi/mca/pml/base/pml_base_select.c om = (opened_component_t*)malloc(sizeof(opened_component_t)); om 157 ompi/mca/pml/base/pml_base_select.c if (NULL == om) { om 160 ompi/mca/pml/base/pml_base_select.c OBJ_CONSTRUCT(om, opal_list_item_t); om 161 ompi/mca/pml/base/pml_base_select.c om->om_component = component; om 162 ompi/mca/pml/base/pml_base_select.c opal_list_append(&opened, (opal_list_item_t*) om); om 209 ompi/mca/pml/base/pml_base_select.c om = (opened_component_t *) item; om 211 ompi/mca/pml/base/pml_base_select.c if (om->om_component != best_component om 213 ompi/mca/pml/base/pml_base_select.c && om->om_component != wrapper_component om 218 ompi/mca/pml/base/pml_base_select.c if (NULL != om->om_component->pmlm_finalize) { om 224 ompi/mca/pml/base/pml_base_select.c om->om_component->pmlm_finalize(); om 227 ompi/mca/pml/base/pml_base_select.c om->om_component->pmlm_version.mca_component_name); om 230 ompi/mca/pml/base/pml_base_select.c OBJ_DESTRUCT( om ); om 231 ompi/mca/pml/base/pml_base_select.c free(om); om 79 ompi/mca/sharedfp/base/sharedfp_base_file_select.c queried_module_t *om; om 176 ompi/mca/sharedfp/base/sharedfp_base_file_select.c om = OBJ_NEW(queried_module_t); om 180 ompi/mca/sharedfp/base/sharedfp_base_file_select.c if (NULL == om) { om 184 ompi/mca/sharedfp/base/sharedfp_base_file_select.c om->om_component = component; om 185 ompi/mca/sharedfp/base/sharedfp_base_file_select.c om->om_module = module; om 186 ompi/mca/sharedfp/base/sharedfp_base_file_select.c opal_list_append(&queried, (opal_list_item_t *)om); om 216 ompi/mca/sharedfp/base/sharedfp_base_file_select.c om = (queried_module_t *) item; om 217 ompi/mca/sharedfp/base/sharedfp_base_file_select.c if (om->om_component == best_component) { om 234 ompi/mca/sharedfp/base/sharedfp_base_file_select.c file->f_sharedfp = om->om_module; om 235 ompi/mca/sharedfp/base/sharedfp_base_file_select.c err = om->om_module->sharedfp_module_init(file); om 242 ompi/mca/sharedfp/base/sharedfp_base_file_select.c if (NULL != om->om_component->sharedfpm_file_unquery) { om 248 ompi/mca/sharedfp/base/sharedfp_base_file_select.c (void) om->om_component->sharedfpm_file_unquery(file); om 251 ompi/mca/sharedfp/base/sharedfp_base_file_select.c om->om_component->sharedfpm_version.mca_component_name); om 254 ompi/mca/sharedfp/base/sharedfp_base_file_select.c OBJ_RELEASE(om); om 83 ompi/mca/topo/base/topo_base_comm_select.c queried_module_t *om; om 178 ompi/mca/topo/base/topo_base_comm_select.c om = OBJ_NEW(queried_module_t); om 182 ompi/mca/topo/base/topo_base_comm_select.c if (NULL == om) { om 186 ompi/mca/topo/base/topo_base_comm_select.c om->om_component = component; om 187 ompi/mca/topo/base/topo_base_comm_select.c om->om_module = module; om 188 ompi/mca/topo/base/topo_base_comm_select.c opal_list_append(&queried, (opal_list_item_t *)om); om 213 ompi/mca/topo/base/topo_base_comm_select.c om = (queried_module_t *) item; om 214 ompi/mca/topo/base/topo_base_comm_select.c if (om->om_component == best_component) { om 224 ompi/mca/topo/base/topo_base_comm_select.c fill_null_pointers(type, om->om_module); om 225 ompi/mca/topo/base/topo_base_comm_select.c om->om_module->topo_component = best_component; om 226 ompi/mca/topo/base/topo_base_comm_select.c *selected_module = om->om_module; om 231 ompi/mca/topo/base/topo_base_comm_select.c om->om_component->topoc_version.mca_component_name); om 232 ompi/mca/topo/base/topo_base_comm_select.c OBJ_RELEASE(om->om_module); om 234 ompi/mca/topo/base/topo_base_comm_select.c OBJ_RELEASE(om); om 53 ompi/mca/vprotocol/base/vprotocol_base_select.c opened_component_t *om = NULL; om 89 ompi/mca/vprotocol/base/vprotocol_base_select.c om = (opened_component_t *) malloc(sizeof(opened_component_t)); om 90 ompi/mca/vprotocol/base/vprotocol_base_select.c if (NULL == om) return OMPI_ERR_OUT_OF_RESOURCE; om 91 ompi/mca/vprotocol/base/vprotocol_base_select.c OBJ_CONSTRUCT(om, opal_list_item_t); om 92 ompi/mca/vprotocol/base/vprotocol_base_select.c om->om_component = component; om 93 ompi/mca/vprotocol/base/vprotocol_base_select.c opal_list_append(&opened, (opal_list_item_t*) om); om 112 ompi/mca/vprotocol/base/vprotocol_base_select.c om = (opened_component_t *) item; om 113 ompi/mca/vprotocol/base/vprotocol_base_select.c if (om->om_component != best_component) { om 115 ompi/mca/vprotocol/base/vprotocol_base_select.c V_OUTPUT_VERBOSE(500, "vprotocol select: component %s not selected / finalized", om->om_component->pmlm_version.mca_component_name); om 116 ompi/mca/vprotocol/base/vprotocol_base_select.c if (NULL != om->om_component->pmlm_finalize) { om 120 ompi/mca/vprotocol/base/vprotocol_base_select.c om->om_component->pmlm_finalize(); om 123 ompi/mca/vprotocol/base/vprotocol_base_select.c OBJ_DESTRUCT(om); om 124 ompi/mca/vprotocol/base/vprotocol_base_select.c free(om); om 53 oshmem/mca/spml/base/spml_base_select.c opened_component_t *om = NULL; om 125 oshmem/mca/spml/base/spml_base_select.c om = (opened_component_t*) malloc(sizeof(opened_component_t)); om 126 oshmem/mca/spml/base/spml_base_select.c if (NULL == om) { om 129 oshmem/mca/spml/base/spml_base_select.c OBJ_CONSTRUCT(om, opal_list_item_t); om 130 oshmem/mca/spml/base/spml_base_select.c om->om_component = component; om 131 oshmem/mca/spml/base/spml_base_select.c opal_list_append(&opened, (opal_list_item_t*) om); om 164 oshmem/mca/spml/base/spml_base_select.c om = (opened_component_t *) item; om 166 oshmem/mca/spml/base/spml_base_select.c if (om->om_component != best_component) { om 169 oshmem/mca/spml/base/spml_base_select.c if (NULL != om->om_component->spmlm_finalize) { om 175 oshmem/mca/spml/base/spml_base_select.c om->om_component->spmlm_finalize(); om 178 oshmem/mca/spml/base/spml_base_select.c om->om_component->spmlm_version.mca_component_name); om 181 oshmem/mca/spml/base/spml_base_select.c OBJ_DESTRUCT( om); om 182 oshmem/mca/spml/base/spml_base_select.c free(om);