Home
last modified time | relevance | path

Searched refs:MSG_WAITALL (Results 1 – 15 of 15) sorted by relevance

/external/fio/os/
Dos-hpux.h36 #ifndef MSG_WAITALL
37 #define MSG_WAITALL 0x40 macro
/external/strace/xlat/
Dmsg_flags.h28 #if defined(MSG_WAITALL) || (defined(HAVE_DECL_MSG_WAITALL) && HAVE_DECL_MSG_WAITALL)
29 XLAT(MSG_WAITALL),
Dmsg_flags.in9 MSG_WAITALL
/external/nanopb-c/examples/network_server/
Dcommon.c22 result = recv(fd, buf, count, MSG_WAITALL); in read_callback()
/external/fio/engines/
Dnet.c483 else if (!ret && (flags & MSG_WAITALL)) in fio_netio_recv()
489 flags |= MSG_WAITALL; in fio_netio_recv()
738 ret = sendto(f->fd, (void *) &msg, sizeof(msg), MSG_WAITALL, to, len); in fio_netio_udp_close()
774 ret = recvfrom(f->fd, (void *) &msg, sizeof(msg), MSG_WAITALL, to, &len); in fio_netio_udp_recv_open()
810 ret = sendto(f->fd, (void *) &msg, sizeof(msg), MSG_WAITALL, to, len); in fio_netio_udp_send_open()
/external/bluetooth/bluedroid/btif/src/
Dbtif_sock_util.c94 do ret = recv(sock_fd, buf, r, MSG_WAITALL); in sock_recv_all()
Dbtif_sock_thread.c468 if(recv(fd, &cmd, sizeof(cmd), MSG_WAITALL) != sizeof(cmd)) in process_cmd_sock()
Dbtif_hl.c4989 recv(signal_fds[0], &sig_recv, sizeof(sig_recv), MSG_WAITALL); in btif_hl_select_wake_reset()
/external/bluetooth/bluedroid/hci/src/
Duserial_mct.c120 recv(signal_fds[0], &sig_recv, sizeof(sig_recv), MSG_WAITALL); in reset_signal()
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
Dsocket.h317 #define MSG_WAITALL 0x40 /* wait for full request or error */ macro
/external/bluetooth/bluedroid/udrv/ulinux/
Duipc.c329 recv(uipc_main.signal_fds[0], &sig_recv, sizeof(sig_recv), MSG_WAITALL); in uipc_check_interrupt_locked()
/external/nanopb-c/docs/
Dconcepts.rst60 … full requested length of data. For example, POSIX *recv()* needs the *MSG_WAITALL* parameter to a…
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c498 recv(signal_fds[0], &sig_recv, sizeof(sig_recv), MSG_WAITALL); in reset_signal()
/external/fio/
Dserver.c148 int ret = recv(sk, p, len, MSG_WAITALL); in fio_recv_data()
/external/blktrace/
Dblktrace.c809 int ret = recv(fd, buf, bytes_left, MSG_WAITALL); in __net_recv_data()