idreq             369 orte/orted/pmix/pmix_server.c static void send_error(int status, opal_process_name_t *idreq,
idreq             382 orte/orted/pmix/pmix_server.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(reply, idreq, 1, OPAL_NAME))) {
idreq             484 orte/orted/pmix/pmix_server.c     opal_process_name_t idreq;
idreq             493 orte/orted/pmix/pmix_server.c     if (OPAL_SUCCESS != (rc = opal_dss.unpack(buffer, &idreq, &cnt, OPAL_NAME))) {
idreq             501 orte/orted/pmix/pmix_server.c                         ORTE_NAME_PRINT(&idreq));
idreq             509 orte/orted/pmix/pmix_server.c     memcpy((char*)&name, (char*)&idreq, sizeof(orte_process_name_t));
idreq             518 orte/orted/pmix/pmix_server.c         req->target = idreq;
idreq             526 orte/orted/pmix/pmix_server.c             send_error(rc, &idreq, sender, room_num);
idreq             532 orte/orted/pmix/pmix_server.c         send_error(ORTE_ERR_NOT_FOUND, &idreq, sender, room_num);
idreq             537 orte/orted/pmix/pmix_server.c         send_error(ORTE_ERR_NOT_FOUND, &idreq, sender, room_num);
idreq             545 orte/orted/pmix/pmix_server.c     req->target = idreq;
idreq             553 orte/orted/pmix/pmix_server.c         send_error(rc, &idreq, sender, room_num);
idreq             558 orte/orted/pmix/pmix_server.c     if (OPAL_SUCCESS != (rc = opal_pmix.server_dmodex_request(&idreq, modex_resp, req))) {
idreq             562 orte/orted/pmix/pmix_server.c         send_error(rc, &idreq, sender, room_num);