msg_hdr_t 82 opal/mca/pmix/pmix4x/pmix/test/test_server.c static int server_fwd_msg(msg_hdr_t *msg_hdr, char *buf, size_t size); msg_hdr_t 83 opal/mca/pmix/pmix4x/pmix/test/test_server.c static int server_send_msg(msg_hdr_t *msg_hdr, char *data, size_t size); msg_hdr_t 343 opal/mca/pmix/pmix4x/pmix/test/test_server.c static int server_fwd_msg(msg_hdr_t *msg_hdr, char *buf, size_t size) msg_hdr_t 357 opal/mca/pmix/pmix4x/pmix/test/test_server.c rc = write(server->wr_fd, msg_hdr, sizeof(msg_hdr_t)); msg_hdr_t 358 opal/mca/pmix/pmix4x/pmix/test/test_server.c if (rc != sizeof(msg_hdr_t)) { msg_hdr_t 368 opal/mca/pmix/pmix4x/pmix/test/test_server.c static int server_send_msg(msg_hdr_t *msg_hdr, char *data, size_t size) msg_hdr_t 386 opal/mca/pmix/pmix4x/pmix/test/test_server.c ret += write(server->wr_fd, msg_hdr, sizeof(msg_hdr_t)); msg_hdr_t 408 opal/mca/pmix/pmix4x/pmix/test/test_server.c msg_hdr_t msg_hdr; msg_hdr_t 444 opal/mca/pmix/pmix4x/pmix/test/test_server.c msg_hdr_t msg_hdr; msg_hdr_t 479 opal/mca/pmix/pmix4x/pmix/test/test_server.c msg_hdr_t msg_hdr; msg_hdr_t 487 opal/mca/pmix/pmix4x/pmix/test/test_server.c rc = read(server->rd_fd, &msg_hdr, sizeof(msg_hdr_t)); msg_hdr_t 495 opal/mca/pmix/pmix4x/pmix/test/test_server.c if (rc != (int)(sizeof(msg_hdr_t) + msg_hdr.size)) { msg_hdr_t 514 opal/mca/pmix/pmix4x/pmix/test/test_server.c msg_hdr_t resp_hdr; msg_hdr_t 543 opal/mca/pmix/pmix4x/pmix/test/test_server.c msg_hdr_t resp_hdr; msg_hdr_t 596 opal/mca/pmix/pmix4x/pmix/test/test_server.c msg_hdr_t msg_hdr; msg_hdr_t 667 opal/mca/pmix/pmix4x/pmix/test/test_server.c msg_hdr_t msg_hdr; msg_hdr_t 683 opal/mca/pmix/pmix4x/pmix/test/test_server.c msg_hdr_t msg_hdr;