Searched defs:iovec (Results 1 – 6 of 6) sorted by relevance
31 struct iovec { struct32 void * iov_base; /* [XSI] Base address of I/O memory region */33 size_t iov_len; /* [XSI] Size of region iov_base points to */
20 struct iovec iovec[1]; in send_fd() local52 struct iovec iovec[1]; in recv_fd() local
29 struct iovec iovec[1]; variable
95 struct iovec iovec = { .iov_base = "", .iov_len = 0 }; in tcp_send_implied_connect_v4() local148 struct iovec iovec = { .iov_base = "", .iov_len = 0 }; in tcp_send_implied_connect_v6() local
62 struct iovec iovec = { .iov_base = &data, .iov_len = 1 }; variable
1394 struct user64_iovec iovec = ((struct user64_iovec *)dst)[i]; in copyin_user_iovec_array() local1398 struct user32_iovec iovec = ((struct user32_iovec *)dst)[i]; in copyin_user_iovec_array() local