orte_coprocessors  555 orte/mca/ess/hnp/ess_hnp_module.c     if (NULL == orte_coprocessors) {
orte_coprocessors  556 orte/mca/ess/hnp/ess_hnp_module.c         orte_coprocessors = OBJ_NEW(opal_hash_table_t);
orte_coprocessors  557 orte/mca/ess/hnp/ess_hnp_module.c         opal_hash_table_init(orte_coprocessors, orte_process_info.num_procs);
orte_coprocessors  570 orte/mca/ess/hnp/ess_hnp_module.c             opal_hash_table_set_value_uint32(orte_coprocessors, h, (void*)&(ORTE_PROC_MY_NAME->vpid));
orte_coprocessors  582 orte/mca/ess/hnp/ess_hnp_module.c         opal_hash_table_set_value_uint32(orte_coprocessors, h, (void*)&(ORTE_PROC_MY_NAME->vpid));
orte_coprocessors  549 orte/mca/plm/base/plm_base_launch_support.c                 if (OPAL_SUCCESS != (rc = opal_hash_table_get_value_uint32(orte_coprocessors, h,
orte_coprocessors  559 orte/mca/plm/base/plm_base_launch_support.c     if (NULL != orte_coprocessors) {
orte_coprocessors  560 orte/mca/plm/base/plm_base_launch_support.c         OBJ_RELEASE(orte_coprocessors);
orte_coprocessors  993 orte/mca/plm/base/plm_base_launch_support.c         if (NULL == orte_coprocessors) {
orte_coprocessors  994 orte/mca/plm/base/plm_base_launch_support.c             orte_coprocessors = OBJ_NEW(opal_hash_table_t);
orte_coprocessors  995 orte/mca/plm/base/plm_base_launch_support.c             opal_hash_table_init(orte_coprocessors, orte_process_info.num_procs);
orte_coprocessors 1005 orte/mca/plm/base/plm_base_launch_support.c             opal_hash_table_set_value_uint32(orte_coprocessors, h, (void*)&daemon->name.vpid);
orte_coprocessors   73 orte/runtime/orte_globals.c opal_hash_table_t *orte_coprocessors = NULL;
orte_coprocessors  457 orte/runtime/orte_globals.h ORTE_DECLSPEC extern opal_hash_table_t *orte_coprocessors;