Searched refs:MSG_WAITALL (Results 1 - 13 of 13) sorted by relevance

/external/fio/os/
H A Dos-hpux.h36 #ifndef MSG_WAITALL
37 #define MSG_WAITALL 0x40 macro
/external/strace/xlat/
H A Dmsg_flags.h28 #if defined(MSG_WAITALL) || (defined(HAVE_DECL_MSG_WAITALL) && HAVE_DECL_MSG_WAITALL)
29 XLAT(MSG_WAITALL),
/external/nanopb-c/examples/network_server/
H A Dcommon.c22 result = recv(fd, buf, count, MSG_WAITALL);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_util.c94 do ret = recv(sock_fd, buf, r, MSG_WAITALL);
H A Dbtif_sock_thread.c468 if(recv(fd, &cmd, sizeof(cmd), MSG_WAITALL) != sizeof(cmd))
H A Dbtif_hl.c4989 recv(signal_fds[0], &sig_recv, sizeof(sig_recv), MSG_WAITALL);
/external/bluetooth/bluedroid/hci/src/
H A Duserial_mct.c120 recv(signal_fds[0], &sig_recv, sizeof(sig_recv), MSG_WAITALL);
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsocket.h317 #define MSG_WAITALL 0x40 /* wait for full request or error */ macro
/external/fio/engines/
H A Dnet.c483 else if (!ret && (flags & MSG_WAITALL))
489 flags |= MSG_WAITALL;
738 ret = sendto(f->fd, (void *) &msg, sizeof(msg), MSG_WAITALL, to, len);
774 ret = recvfrom(f->fd, (void *) &msg, sizeof(msg), MSG_WAITALL, to, &len);
810 ret = sendto(f->fd, (void *) &msg, sizeof(msg), MSG_WAITALL, to, len);
/external/bluetooth/bluedroid/udrv/ulinux/
H A Duipc.c329 recv(uipc_main.signal_fds[0], &sig_recv, sizeof(sig_recv), MSG_WAITALL);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c498 recv(signal_fds[0], &sig_recv, sizeof(sig_recv), MSG_WAITALL);
/external/fio/
H A Dserver.c148 int ret = recv(sk, p, len, MSG_WAITALL);
/external/blktrace/
H A Dblktrace.c809 int ret = recv(fd, buf, bytes_left, MSG_WAITALL);

Completed in 723 milliseconds