Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dvector_user.h86 extern int uml_vector_writev(int fd, void *hdr, int iovcount);
H A Dvector_user.c707 int uml_vector_writev(int fd, void *hdr, int iovcount) in uml_vector_writev() argument
711 CATCH_EINTR(n = writev(fd, (struct iovec *) hdr, iovcount)); in uml_vector_writev()
/openbmc/qemu/net/
H A Dl2tpv3.c448 static void destroy_vector(struct mmsghdr *msgvec, int count, int iovcount) in destroy_vector() argument
457 for (j = 0; j < iovcount; j++) { in destroy_vector()
/openbmc/linux/drivers/vhost/
H A Dnet.c1049 unsigned *iovcount, in get_rx_bufs() argument
1098 *iovcount = seg; in get_rx_bufs()