HomeSort by relevance Sort by last modified time
    Searched refs:nr_iov (Results 1 - 2 of 2) sorted by null

  /external/qemu/
qemu-io.c 128 create_iovec(QEMUIOVector *qiov, char **argv, int nr_iov, int pattern)
130 size_t *sizes = calloc(nr_iov, sizeof(size_t));
136 for (i = 0; i < nr_iov; i++) {
162 qemu_iovec_init(qiov, nr_iov);
166 for (i = 0; i < nr_iov; i++) {
538 int nr_iov; local
582 nr_iov = argc - optind;
583 buf = create_iovec(&qiov, &argv[optind], nr_iov, 0xab);
794 int nr_iov; local
832 nr_iov = argc - optind
898 int nr_iov; local
1122 int nr_iov, c; local
1222 int nr_iov, c; local
    [all...]
posix-aio-compat.c 153 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset)
155 return preadv(fd, iov, nr_iov, offset);
159 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset)
161 return pwritev(fd, iov, nr_iov, offset);
167 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset)
173 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset)

Completed in 41 milliseconds