/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/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/libpcap/ |
D | pcap-dlpi.c | 264 if (pd->send_fd < 0) { in pcap_inject_dlpi() 269 ret = dlrawdatareq(pd->send_fd, buf, size); in pcap_inject_dlpi() 333 if (pd->send_fd >= 0) { in pcap_cleanup_dlpi() 334 close(pd->send_fd); in pcap_cleanup_dlpi() 335 pd->send_fd = -1; in pcap_cleanup_dlpi() 531 pd->send_fd = open("/dev/dlpi", O_RDWR); 554 if (pd->send_fd >= 0) { 555 retv = dl_doattach(pd->send_fd, ppa, p->errbuf); 618 if (pd->send_fd >= 0) { 624 if (dl_dohpuxbind(pd->send_fd, p->errbuf) < 0) { [all …]
|
D | dlpisubs.h | 16 int send_fd; member
|
/external/liburing/test/ |
D | ring-leak.c | 51 static void send_fd(int socket, int fd) in send_fd() function 167 send_fd(sp[0], ring_fd); in main()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | reuseport_addr_any.c | 193 int epfd, i, send_fd, recv_fd; in test() local 206 send_fd = connect_and_send(family, proto); in test() 212 close(send_fd); in test()
|
D | tcp_fastopen_backup_key.c | 245 int i, send_fd; in run_one_test() local 263 send_fd = connect_and_send(family, SOCK_STREAM); in run_one_test() 290 close(send_fd); in run_one_test()
|
/external/perfetto/include/perfetto/ext/base/ |
D | unix_socket.h | 323 inline bool Send(const void* msg, size_t len, int send_fd = -1) { 324 if (send_fd != -1) 325 return Send(msg, len, &send_fd, 1);
|
/external/crosvm/third_party/vmm_vhost/src/connection/ |
D | tube.rs | 207 fn send_fd() { in send_fd() function
|
D | socket.rs | 279 fn send_fd() { in send_fd() function
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 786 __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,
|