/systemd-251/src/test/ |
D | test-socket-util.c | 251 struct iovec iov = IOVEC_INIT(buf, sizeof(buf)-1); in TEST() local 278 struct iovec iov = IOVEC_INIT_STRING(wire_contents); in TEST() local 295 struct iovec iov = IOVEC_INIT(buf, sizeof(buf)-1); in TEST() local 325 struct iovec iov = IOVEC_INIT_STRING(wire_contents); in TEST() local 335 struct iovec iov = IOVEC_INIT(buf, sizeof(buf)-1); in TEST() local 369 struct iovec iov = IOVEC_INIT(buf, sizeof(buf)-1); in TEST() local 394 struct iovec iov = IOVEC_INIT_STRING(""); /* zero-length iov */ in TEST() local 406 struct iovec iov = IOVEC_INIT(buf, sizeof(buf)-1); in TEST() local
|
D | test-fileio.c | 617 struct iovec iov[] = { in TEST() local
|
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-send.c | 101 struct iovec iov[2]; in sd_journal_printv() local 142 struct iovec *iov = NULL; in fill_iovec_sprintf() local 206 struct iovec *iov = NULL; in sd_journal_send() local 228 _public_ int sd_journal_sendv(const struct iovec *iov, int n) { in sd_journal_sendv() 361 static int fill_iovec_perror_and_send(const char *message, int skip, struct iovec iov[]) { in fill_iovec_perror_and_send() 476 struct iovec iov[5]; in sd_journal_printv_with_location() local 524 _cleanup_free_ struct iovec *iov = NULL; in sd_journal_send_with_location() local 556 const struct iovec *iov, int n) { in sd_journal_sendv_with_location() 581 struct iovec iov[6]; in sd_journal_perror_with_location() local
|
/systemd-251/src/resolve/ |
D | resolved-dnstls-gnutls.c | 17 static ssize_t dnstls_stream_vec_push(gnutls_transport_ptr_t p, const giovec_t *iov, int iovcnt) { in dnstls_stream_vec_push() 167 ssize_t dnstls_stream_writev(DnsStream *stream, const struct iovec *iov, size_t iovcnt) { in dnstls_stream_writev()
|
D | resolved-dnstls-openssl.c | 26 struct iovec iov[1]; in dnstls_flush_write_buffer() local 327 ssize_t dnstls_stream_writev(DnsStream *stream, const struct iovec *iov, size_t iovcnt) { in dnstls_stream_writev()
|
D | resolved-dns-stream.c | 206 ssize_t dns_stream_writev(DnsStream *s, const struct iovec *iov, size_t iovcnt, int flags) { in dns_stream_writev() 331 struct iovec iov[] = { in on_stream_io() local
|
D | resolved-manager.c | 754 struct iovec iov; in manager_recv() local 963 struct iovec iov; in manager_ipv4_send() local 1018 struct iovec iov; in manager_ipv6_send() local
|
/systemd-251/src/libsystemd-network/ |
D | icmp6-util.c | 125 struct iovec iov = { in icmp6_send_router_solicitation() local 153 struct iovec iov = {}; in icmp6_receive() local
|
D | sd-dhcp-server.c | 376 struct iovec iov = { in dhcp_server_send_udp() local 1268 struct iovec iov = {}; in server_receive_message() local
|
D | sd-radv.c | 172 struct iovec iov[5 + ra->n_prefixes + ra->n_route_prefixes]; in radv_send() local
|
D | sd-dhcp6-client.c | 1213 struct iovec iov; in client_receive_message() local
|
D | sd-dhcp-client.c | 1985 struct iovec iov = {}; in client_receive_message_raw() local
|
/systemd-251/src/libsystemd/sd-netlink/ |
D | netlink-socket.c | 221 static int socket_recv_message(int fd, struct iovec *iov, uint32_t *ret_mcast_group, bool peek) { in socket_recv_message() 282 struct iovec iov = {}; in socket_read_message() local
|
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-socket.c | 34 static void iovec_advance(struct iovec iov[], unsigned *idx, size_t size) { in iovec_advance() 516 struct iovec iov = {}; in bus_socket_read_auth() local 1024 struct iovec *iov; in bus_socket_write_message() local 1187 struct iovec iov = {}; in bus_socket_read_message() local
|
/systemd-251/src/fuzz/ |
D | fuzz-varlink.c | 26 struct iovec *iov = userdata; in io_callback() local
|
/systemd-251/src/portable/ |
D | portable.c | 149 const struct iovec *iov, in send_one_fd_iov_with_data_fd() 211 struct iovec iov[] = { in extract_now() local 286 struct iovec iov[] = { in extract_now() local 440 struct iovec iov = IOVEC_INIT(iov_buffer, sizeof(iov_buffer)); in portable_extract_by_path() local
|
/systemd-251/src/core/ |
D | dynamic-user.c | 323 struct iovec iov = IOVEC_INIT(&uid, sizeof(uid)); in dynamic_user_pop() local 345 struct iovec iov = IOVEC_INIT(&uid, sizeof(uid)); in dynamic_user_push() local
|
/systemd-251/src/libsystemd/sd-resolve/ |
D | sd-resolve.c | 237 struct iovec iov[2]; in send_addrinfo_reply() local 293 struct iovec iov[3]; in send_nameinfo_reply() local 934 struct iovec iov[3]; in resolve_getaddrinfo_with_destroy_callback() local 1026 struct iovec iov[2]; in resolve_getnameinfo_with_destroy_callback() local
|
/systemd-251/src/udev/ |
D | udev-ctrl.c | 157 struct iovec iov = IOVEC_MAKE(&msg_wire, sizeof(UdevCtrlMessageWire)); in udev_ctrl_connection_event_handler() local
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-monitor.c | 424 struct iovec iov = { in device_monitor_receive_device() local 556 struct iovec iov[2] = { in device_monitor_send_device() local
|
/systemd-251/src/basic/ |
D | socket-util.c | 959 const struct iovec *iov, size_t iovlen, in send_one_fd_iov_sa() 1013 struct iovec *iov, size_t iovlen, in receive_one_fd_iov()
|
D | socket-util.h | 166 #define send_one_fd_iov(transport_fd, fd, iov, iovlen, flags) send_one_fd_iov_sa(transport_fd, fd, … argument
|
/systemd-251/src/machine/ |
D | machine-dbus.c | 280 struct iovec iov[2] = { in bus_machine_method_get_addresses() local 301 struct iovec iov[2]; in bus_machine_method_get_addresses() local
|
/systemd-251/src/timesync/ |
D | timesyncd-manager.c | 401 struct iovec iov = { in manager_receive_response() local
|
/systemd-251/src/home/ |
D | homed-manager.c | 1046 struct iovec iov; in read_datagram() local
|