/external/strace/tests-m32/ |
D | msg_name.c | 40 send_recv(const int send_fd, const int recv_fd, in send_recv() argument 43 if (send(send_fd, "A", 1, 0) != 1) in send_recv() 49 test_msg_name(const int send_fd, const int recv_fd) in test_msg_name() argument 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 130 rc = send_recv(send_fd, -1, msg + 1, 0); in test_msg_name() [all …]
|
D | mmsg_name.c | 83 test_mmsg_name(const int send_fd, const int recv_fd) in test_mmsg_name() argument 115 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT); in test_mmsg_name() 118 printf("sendmmsg(%d, [", send_fd); in test_mmsg_name() 158 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT); in test_mmsg_name() 162 printf("sendmmsg(%d, [", send_fd); in test_mmsg_name()
|
D | btrfs.c | 1500 .send_fd = 4, in btrfs_test_send_ioctl() 1511 (int) args.send_fd, args.clone_sources_count); in btrfs_test_send_ioctl() 1525 (int) args.send_fd, args.clone_sources_count); in btrfs_test_send_ioctl()
|
/external/strace/tests/ |
D | msg_name.c | 40 send_recv(const int send_fd, const int recv_fd, in send_recv() argument 43 if (send(send_fd, "A", 1, 0) != 1) in send_recv() 49 test_msg_name(const int send_fd, const int recv_fd) in test_msg_name() argument 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 130 rc = send_recv(send_fd, -1, msg + 1, 0); in test_msg_name() [all …]
|
D | mmsg_name.c | 83 test_mmsg_name(const int send_fd, const int recv_fd) in test_mmsg_name() argument 115 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT); in test_mmsg_name() 118 printf("sendmmsg(%d, [", send_fd); in test_mmsg_name() 158 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT); in test_mmsg_name() 162 printf("sendmmsg(%d, [", send_fd); in test_mmsg_name()
|
D | btrfs.c | 1500 .send_fd = 4, in btrfs_test_send_ioctl() 1511 (int) args.send_fd, args.clone_sources_count); in btrfs_test_send_ioctl() 1525 (int) args.send_fd, args.clone_sources_count); in btrfs_test_send_ioctl()
|
/external/strace/tests-mx32/ |
D | msg_name.c | 40 send_recv(const int send_fd, const int recv_fd, in send_recv() argument 43 if (send(send_fd, "A", 1, 0) != 1) in send_recv() 49 test_msg_name(const int send_fd, const int recv_fd) in test_msg_name() argument 66 int rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 77 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 85 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 96 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 104 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 113 rc = send_recv(send_fd, recv_fd, msg, MSG_DONTWAIT); in test_msg_name() 130 rc = send_recv(send_fd, -1, msg + 1, 0); in test_msg_name() [all …]
|
D | mmsg_name.c | 83 test_mmsg_name(const int send_fd, const int recv_fd) in test_mmsg_name() argument 115 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT); in test_mmsg_name() 118 printf("sendmmsg(%d, [", send_fd); in test_mmsg_name() 158 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT); in test_mmsg_name() 162 printf("sendmmsg(%d, [", send_fd); in test_mmsg_name()
|
D | btrfs.c | 1500 .send_fd = 4, in btrfs_test_send_ioctl() 1511 (int) args.send_fd, args.clone_sources_count); in btrfs_test_send_ioctl() 1525 (int) args.send_fd, args.clone_sources_count); in btrfs_test_send_ioctl()
|
/external/libpcap/ |
D | pcap-dlpi.c | 270 if (pd->send_fd < 0) { in pcap_inject_dlpi() 275 ret = dlrawdatareq(pd->send_fd, buf, size); in pcap_inject_dlpi() 339 if (pd->send_fd >= 0) { in pcap_cleanup_dlpi() 340 close(pd->send_fd); in pcap_cleanup_dlpi() 341 pd->send_fd = -1; in pcap_cleanup_dlpi() 537 pd->send_fd = open("/dev/dlpi", O_RDWR); 560 if (pd->send_fd >= 0) { 561 retv = dl_doattach(pd->send_fd, ppa, p->errbuf); 624 if (pd->send_fd >= 0) { 630 if (dl_dohpuxbind(pd->send_fd, p->errbuf) < 0) { [all …]
|
D | dlpisubs.h | 16 int send_fd; member
|
/external/perfetto/include/perfetto/base/ |
D | unix_socket.h | 246 int send_fd = -1, 248 if (send_fd != -1) 249 return Send(msg, len, &send_fd, 1, blocking);
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 736 __s64 send_fd; /* in */ member
|
/external/strace/ |
D | btrfs.c | 1154 PRINT_FIELD_FD("{", args, send_fd, tcp); in MPERS_PRINTER_DECL()
|
D | ChangeLog | 28842 * btrfs.c (btrfs_ioctl): Print struct btrfs_ioctl_send_args.send_fd,
|