Searched defs:iovec (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
H A Duio.h20 struct iovec struct
42 #define UIO_MAXIOV 16 /* Maximum iovec's in one operation
48 * Total number of bytes covered by an iovec.
50 * NOTE that it is not safe to use this function until all the iovec's
54 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs)
64 unsigned long iov_shorten(struct iovec *iov, unsigned long nr_segs, size_t to);
/external/qemu/
H A Dqemu-common.h71 struct iovec { struct
326 struct iovec *iov;
333 void qemu_iovec_init_external(QEMUIOVector *qiov, struct iovec *iov, int niov);

Completed in 120 milliseconds