HomeSort by relevance Sort by last modified time
    Searched full:first_buf_index (Results 1 - 1 of 1) sorted by null

  /external/qemu/block/
raw.c 124 int first_buf_index = 0, i; local
131 first_buf_index = i;
136 first_buf = qiov->iov[first_buf_index].iov_base;
158 b->qiov.iov[first_buf_index].iov_base += 512;
159 b->qiov.iov[first_buf_index].iov_len -= 512;

Completed in 55 milliseconds