Searched defs:iovec (Results 1 – 5 of 5) 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
62 struct iovec iovec = { .iov_base = &data, .iov_len = 1 }; variable
97 struct iovec iovec = { .iov_base = "", .iov_len = 0 }; in tcp_send_implied_connect_v4() local150 struct iovec iovec = { .iov_base = "", .iov_len = 0 }; in tcp_send_implied_connect_v6() local
1443 struct user64_iovec iovec = ((struct user64_iovec *)dst)[i]; in copyin_user_iovec_array() local1447 struct user32_iovec iovec = ((struct user32_iovec *)dst)[i]; in copyin_user_iovec_array() local