Searched refs:iovcount (Results 1 – 3 of 3) sorted by relevance
86 extern int uml_vector_writev(int fd, void *hdr, int iovcount);
790 int uml_vector_writev(int fd, void *hdr, int iovcount) in uml_vector_writev() argument794 CATCH_EINTR(n = writev(fd, (struct iovec *) hdr, iovcount)); in uml_vector_writev()
1021 unsigned *iovcount, in get_rx_bufs() argument1070 *iovcount = seg; in get_rx_bufs()