Home
last modified time | relevance | path

Searched refs:iovcount (Results 1 – 2 of 2) sorted by relevance

/linux/arch/um/drivers/
H A Dvector_user.h86 extern int uml_vector_writev(int fd, void *hdr, int iovcount);
H A Dvector_user.c790 int uml_vector_writev(int fd, void *hdr, int iovcount) in uml_vector_writev() argument
794 CATCH_EINTR(n = writev(fd, (struct iovec *) hdr, iovcount)); in uml_vector_writev()