opal_fd_write      92 opal/mca/btl/tcp/btl_tcp.h             (void) opal_fd_write( mca_btl_tcp_pipe_to_progress[1], sizeof(opal_event_t*), \
opal_fd_write     549 opal/mca/btl/usnic/btl_usnic_cagent.c     ret = opal_fd_write(fd, sizeof(cmd), &cmd);
opal_fd_write    1032 opal/mca/btl/usnic/btl_usnic_cagent.c     if (OPAL_SUCCESS != opal_fd_write(client_fd, tlen,
opal_fd_write     135 opal/mca/btl/usnic/btl_usnic_cclient.c     if (OPAL_SUCCESS != opal_fd_write(agent_fd, tlen,
opal_fd_write     181 opal/mca/btl/usnic/btl_usnic_cclient.c     if (OPAL_SUCCESS != opal_fd_write(agent_fd, sizeof(id), &id)) {
opal_fd_write     206 opal/mca/btl/usnic/btl_usnic_cclient.c     if (OPAL_SUCCESS != opal_fd_write(agent_fd, sizeof(cmd), &cmd)) {
opal_fd_write     245 opal/mca/btl/usnic/btl_usnic_cclient.c     if (OPAL_SUCCESS != opal_fd_write(agent_fd, sizeof(id), &id)) {
opal_fd_write     263 opal/mca/btl/usnic/btl_usnic_cclient.c     if (OPAL_SUCCESS != opal_fd_write(agent_fd, sizeof(cmd), &cmd)) {
opal_fd_write     293 opal/mca/btl/usnic/btl_usnic_cclient.c     if (OPAL_SUCCESS != opal_fd_write(agent_fd, sizeof(id), &id)) {
opal_fd_write     304 opal/mca/btl/usnic/btl_usnic_cclient.c     if (OPAL_SUCCESS != opal_fd_write(agent_fd, sizeof(cmd), &cmd)) {
opal_fd_write      51 opal/util/fd.h OPAL_DECLSPEC int opal_fd_write(int fd, int len, const void *buffer);
opal_fd_write     253 orte/mca/odls/alps/odls_alps_module.c     if (OPAL_SUCCESS != (ret = opal_fd_write(fd, sizeof(*msg), msg))) {
opal_fd_write     257 orte/mca/odls/alps/odls_alps_module.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->file_str_len, file))) {
opal_fd_write     261 orte/mca/odls/alps/odls_alps_module.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->topic_str_len, topic))) {
opal_fd_write     265 orte/mca/odls/alps/odls_alps_module.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->msg_str_len, str))) {
opal_fd_write     255 orte/mca/odls/default/odls_default_module.c     if (OPAL_SUCCESS != (ret = opal_fd_write(fd, sizeof(*msg), msg))) {
opal_fd_write     259 orte/mca/odls/default/odls_default_module.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->file_str_len, file))) {
opal_fd_write     263 orte/mca/odls/default/odls_default_module.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->topic_str_len, topic))) {
opal_fd_write     267 orte/mca/odls/default/odls_default_module.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->msg_str_len, str))) {
opal_fd_write      84 orte/mca/rtc/base/rtc_base_stubs.c     if (OPAL_SUCCESS != (ret = opal_fd_write(fd, sizeof(*msg), msg))) {
opal_fd_write      88 orte/mca/rtc/base/rtc_base_stubs.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->file_str_len, file))) {
opal_fd_write      92 orte/mca/rtc/base/rtc_base_stubs.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->topic_str_len, topic))) {
opal_fd_write      96 orte/mca/rtc/base/rtc_base_stubs.c         OPAL_SUCCESS != (ret = opal_fd_write(fd, msg->msg_str_len, str))) {
opal_fd_write     636 orte/orted/orted_main.c         if (OPAL_SUCCESS != (ret = opal_fd_write(orted_globals.uri_pipe, strlen(tmp)+1, tmp))) { ; /* need to add 1 to get the NULL */
opal_fd_write     101 orte/test/system/event-threads.c     opal_fd_write(progress_thread_pipe[1], 1, &byte);
opal_fd_write     147 orte/test/system/event-threads.c     opal_fd_write(my_fd, strlen(bytes), bytes);
opal_fd_write      97 orte/test/system/evthread-test.c     opal_fd_write(progress_thread_pipe[1], 1, &byte);