tool 157 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c char *tool; tool 225 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c &pmix_pattrs_globals.tool, PMIX_CMD_LINE_TYPE_STRING, tool 346 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c && (pmix_pattrs_globals.client || pmix_pattrs_globals.server || pmix_pattrs_globals.tool || NULL != pmix_pattrs_globals.host)) { tool 355 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c pmix_pattrs_globals.client || pmix_pattrs_globals.server || pmix_pattrs_globals.tool) { tool 378 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c } else if (NULL != pmix_pattrs_globals.tool) { tool 380 opal/mca/pmix/pmix4x/pmix/src/tools/pattrs/pattrs.c fns = pmix_attributes_print_attr(PMIX_TOOL_ATTRIBUTES, pmix_pattrs_globals.tool); tool 857 orte/orted/pmix/pmix_server_gen.c orte_process_name_t tool = {ORTE_JOBID_INVALID, ORTE_VPID_INVALID}; tool 877 orte/orted/pmix/pmix_server_gen.c tool.jobid = val->data.name.jobid; tool 879 orte/orted/pmix/pmix_server_gen.c tool.vpid = val->data.name.vpid; tool 895 orte/orted/pmix/pmix_server_gen.c if (ORTE_JOBID_INVALID == tool.jobid || tool 896 orte/orted/pmix/pmix_server_gen.c ORTE_VPID_INVALID == tool.vpid) { tool 904 orte/orted/pmix/pmix_server_gen.c cd->toolcbfunc(ORTE_ERROR, tool, cd->cbdata); tool 912 orte/orted/pmix/pmix_server_gen.c tool.jobid = jdata->jobid; tool 913 orte/orted/pmix/pmix_server_gen.c tool.vpid = 0; tool 918 orte/orted/pmix/pmix_server_gen.c cd->toolcbfunc(ORTE_ERR_NOT_SUPPORTED, tool, cd->cbdata); tool 928 orte/orted/pmix/pmix_server_gen.c jdata->jobid = tool.jobid; tool 956 orte/orted/pmix/pmix_server_gen.c proc->name.vpid = tool.vpid; tool 1017 orte/orted/pmix/pmix_server_gen.c cd->toolcbfunc(ORTE_ERR_NOT_SUPPORTED, tool, cd->cbdata); tool 107 orte/util/comm/comm.c static orte_process_name_t tool; tool 117 orte/util/comm/comm.c if (ORTE_SUCCESS != (rc = orte_rml_base_parse_uris(uri, &tool, NULL))) { tool 127 orte/util/comm/comm.c if (OPAL_SUCCESS != (rc = opal_pmix.store_local(&tool, &val))) { tool 139 orte/util/comm/comm.c if (ORTE_SUCCESS != (rc = orte_routed.update_route(&tool, &tool))) { tool 204 orte/util/comm/comm.c if (0 > (rc = orte_rml.send_buffer_nb(&tool, buf, ORTE_RML_TAG_TOOL, send_cbfunc, NULL))) {