HomeSort by relevance Sort by last modified time
    Searched refs:MSG_DONTWAIT (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /external/strace/tests/
mmsg-silent.c 51 int rc = send_mmsg(fds[1], &mh, 1, MSG_DONTWAIT);
54 printf("sendmmsg(%d, %p, 1, MSG_DONTWAIT) = %d\n", fds[1], &mh, rc);
57 rc = recv_mmsg(fds[0], &mh, 1, MSG_DONTWAIT, &t);
58 printf("recvmmsg(%d, %p, 1, MSG_DONTWAIT, %p) = %d\n",
netlink_protocol.c 68 rc = sendto(fd, NULL, sizeof(*req), MSG_DONTWAIT, NULL, 0);
69 printf("sendto(%d, NULL, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
73 rc = sendto(fd, req, 0, MSG_DONTWAIT, NULL, 0);
74 printf("sendto(%d, \"\", 0, MSG_DONTWAIT, NULL, 0) = %s\n",
78 rc = sendto(fd, NULL, 0, MSG_DONTWAIT, NULL, 0);
79 printf("sendto(%d, NULL, 0, MSG_DONTWAIT, NULL, 0) = %s\n",
84 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0);
85 printf("sendto(%d, %p, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
89 rc = sendto(fd, req->magic, sizeof(req->magic), MSG_DONTWAIT, NULL, 0);
90 printf("sendto(%d, \"abcd\", %u, MSG_DONTWAIT, NULL, 0) = %s\n"
    [all...]
msg_name.c 65 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
70 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
76 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
79 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
84 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
87 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
95 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
98 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
103 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
106 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
    [all...]
mmsg_name.c 116 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
136 printf("], %u, MSG_DONTWAIT) = %d %s (%m)\n",
151 rc = send_mmsg(-1, &send_mh[IOV_MAX], 2, MSG_DONTWAIT);
156 printf("}, %p], %u, MSG_DONTWAIT) = %d %s (%m)\n",
159 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
179 printf("], %u, MSG_DONTWAIT) = %d\n", IOV_MAX1, rc);
200 rc = recv_mmsg(recv_fd, recv_mh, IOV_MAX1, MSG_DONTWAIT, 0);
218 printf("], %u, MSG_DONTWAIT, NULL) = %d\n", IOV_MAX1, rc);
net-y-unix.c 125 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
127 printf("sendto(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
135 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
137 printf("recvfrom(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
207 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
209 printf("sendto(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
217 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
219 printf("recvfrom(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
net-yy-unix.c 126 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
128 printf("sendto(%d<UNIX:[%lu->%lu]>, \"%s\", %u, MSG_DONTWAIT"
133 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
135 printf("recvfrom(%d<UNIX:[%lu->%lu,\"%s\"]>, \"%s\", %u, MSG_DONTWAIT"
199 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
201 printf("sendto(%d<UNIX:[%lu->%lu,@\"%s\"]>, \"%s\", %u, MSG_DONTWAIT"
206 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
208 printf("recvfrom(%d<UNIX:[%lu->%lu,\"%s\"]>, \"%s\", %u, MSG_DONTWAIT"
unix-pair-send-recv.c 107 assert(sys_recv(0, NULL, len, MSG_DONTWAIT) == -1);
  /external/strace/tests-m32/
mmsg-silent.c 51 int rc = send_mmsg(fds[1], &mh, 1, MSG_DONTWAIT);
54 printf("sendmmsg(%d, %p, 1, MSG_DONTWAIT) = %d\n", fds[1], &mh, rc);
57 rc = recv_mmsg(fds[0], &mh, 1, MSG_DONTWAIT, &t);
58 printf("recvmmsg(%d, %p, 1, MSG_DONTWAIT, %p) = %d\n",
netlink_protocol.c 68 rc = sendto(fd, NULL, sizeof(*req), MSG_DONTWAIT, NULL, 0);
69 printf("sendto(%d, NULL, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
73 rc = sendto(fd, req, 0, MSG_DONTWAIT, NULL, 0);
74 printf("sendto(%d, \"\", 0, MSG_DONTWAIT, NULL, 0) = %s\n",
78 rc = sendto(fd, NULL, 0, MSG_DONTWAIT, NULL, 0);
79 printf("sendto(%d, NULL, 0, MSG_DONTWAIT, NULL, 0) = %s\n",
84 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0);
85 printf("sendto(%d, %p, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
89 rc = sendto(fd, req->magic, sizeof(req->magic), MSG_DONTWAIT, NULL, 0);
90 printf("sendto(%d, \"abcd\", %u, MSG_DONTWAIT, NULL, 0) = %s\n"
    [all...]
msg_name.c 65 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
70 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
76 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
79 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
84 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
87 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
95 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
98 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
103 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
106 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
    [all...]
mmsg_name.c 116 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
136 printf("], %u, MSG_DONTWAIT) = %d %s (%m)\n",
151 rc = send_mmsg(-1, &send_mh[IOV_MAX], 2, MSG_DONTWAIT);
156 printf("}, %p], %u, MSG_DONTWAIT) = %d %s (%m)\n",
159 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
179 printf("], %u, MSG_DONTWAIT) = %d\n", IOV_MAX1, rc);
200 rc = recv_mmsg(recv_fd, recv_mh, IOV_MAX1, MSG_DONTWAIT, 0);
218 printf("], %u, MSG_DONTWAIT, NULL) = %d\n", IOV_MAX1, rc);
net-y-unix.c 125 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
127 printf("sendto(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
135 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
137 printf("recvfrom(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
207 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
209 printf("sendto(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
217 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
219 printf("recvfrom(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
net-yy-unix.c 126 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
128 printf("sendto(%d<UNIX:[%lu->%lu]>, \"%s\", %u, MSG_DONTWAIT"
133 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
135 printf("recvfrom(%d<UNIX:[%lu->%lu,\"%s\"]>, \"%s\", %u, MSG_DONTWAIT"
199 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
201 printf("sendto(%d<UNIX:[%lu->%lu,@\"%s\"]>, \"%s\", %u, MSG_DONTWAIT"
206 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
208 printf("recvfrom(%d<UNIX:[%lu->%lu,\"%s\"]>, \"%s\", %u, MSG_DONTWAIT"
unix-pair-send-recv.c 107 assert(sys_recv(0, NULL, len, MSG_DONTWAIT) == -1);
  /external/strace/tests-mx32/
mmsg-silent.c 51 int rc = send_mmsg(fds[1], &mh, 1, MSG_DONTWAIT);
54 printf("sendmmsg(%d, %p, 1, MSG_DONTWAIT) = %d\n", fds[1], &mh, rc);
57 rc = recv_mmsg(fds[0], &mh, 1, MSG_DONTWAIT, &t);
58 printf("recvmmsg(%d, %p, 1, MSG_DONTWAIT, %p) = %d\n",
netlink_protocol.c 68 rc = sendto(fd, NULL, sizeof(*req), MSG_DONTWAIT, NULL, 0);
69 printf("sendto(%d, NULL, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
73 rc = sendto(fd, req, 0, MSG_DONTWAIT, NULL, 0);
74 printf("sendto(%d, \"\", 0, MSG_DONTWAIT, NULL, 0) = %s\n",
78 rc = sendto(fd, NULL, 0, MSG_DONTWAIT, NULL, 0);
79 printf("sendto(%d, NULL, 0, MSG_DONTWAIT, NULL, 0) = %s\n",
84 rc = sendto(fd, efault, sizeof(struct nlmsghdr), MSG_DONTWAIT, NULL, 0);
85 printf("sendto(%d, %p, %u, MSG_DONTWAIT, NULL, 0) = %s\n",
89 rc = sendto(fd, req->magic, sizeof(req->magic), MSG_DONTWAIT, NULL, 0);
90 printf("sendto(%d, \"abcd\", %u, MSG_DONTWAIT, NULL, 0) = %s\n"
    [all...]
msg_name.c 65 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
70 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
76 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
79 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
84 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
87 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
95 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
98 ", msg_controllen=0, msg_flags=0}, MSG_DONTWAIT) = %d\n",
103 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT);
106 ", msg_iovlen=1, msg_controllen=0, msg_flags=0}, MSG_DONTWAIT)"
    [all...]
mmsg_name.c 116 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
136 printf("], %u, MSG_DONTWAIT) = %d %s (%m)\n",
151 rc = send_mmsg(-1, &send_mh[IOV_MAX], 2, MSG_DONTWAIT);
156 printf("}, %p], %u, MSG_DONTWAIT) = %d %s (%m)\n",
159 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT);
179 printf("], %u, MSG_DONTWAIT) = %d\n", IOV_MAX1, rc);
200 rc = recv_mmsg(recv_fd, recv_mh, IOV_MAX1, MSG_DONTWAIT, 0);
218 printf("], %u, MSG_DONTWAIT, NULL) = %d\n", IOV_MAX1, rc);
net-y-unix.c 125 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
127 printf("sendto(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
135 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
137 printf("recvfrom(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
207 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
209 printf("sendto(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
217 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
219 printf("recvfrom(%d<socket:[%lu]>, \"%s\", %u, MSG_DONTWAIT"
net-yy-unix.c 126 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
128 printf("sendto(%d<UNIX:[%lu->%lu]>, \"%s\", %u, MSG_DONTWAIT"
133 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
135 printf("recvfrom(%d<UNIX:[%lu->%lu,\"%s\"]>, \"%s\", %u, MSG_DONTWAIT"
199 assert(sendto(connect_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, 0)
201 printf("sendto(%d<UNIX:[%lu->%lu,@\"%s\"]>, \"%s\", %u, MSG_DONTWAIT"
206 assert(recvfrom(accept_fd, text, sizeof(text) - 1, MSG_DONTWAIT, NULL, NULL)
208 printf("recvfrom(%d<UNIX:[%lu->%lu,\"%s\"]>, \"%s\", %u, MSG_DONTWAIT"
unix-pair-send-recv.c 107 assert(sys_recv(0, NULL, len, MSG_DONTWAIT) == -1);
  /external/strace/xlat/
msg_flags.h 27 #if defined(MSG_DONTWAIT) || (defined(HAVE_DECL_MSG_DONTWAIT) && HAVE_DECL_MSG_DONTWAIT)
28 XLAT(MSG_DONTWAIT),
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
recv_msg_trunc.cc 29 assert(sendto(fd_0, "hello", strlen("hello"), MSG_DONTWAIT,
  /frameworks/native/libs/gui/
BitTube.cpp 92 len = ::send(mSendFd, vaddr, size, MSG_DONTWAIT | MSG_NOSIGNAL);
102 len = ::recv(mReceiveFd, vaddr, size, MSG_DONTWAIT);
  /frameworks/native/libs/sensor/
BitTube.cpp 109 len = ::send(mSendFd, vaddr, size, MSG_DONTWAIT | MSG_NOSIGNAL);
120 len = ::recv(mReceiveFd, vaddr, size, MSG_DONTWAIT);

Completed in 193 milliseconds

1 2 3 4 5 6 7 8 9