Home
last modified time | relevance | path

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

/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c84 struct iovec vecs[2]; in test_file() local
106 vecs[0].iov_base = buf + (FILE_BUF_SIZE / 2); in test_file()
107 vecs[0].iov_len = 16; in test_file()
108 vecs[1].iov_base = buf + (FILE_BUF_SIZE / 2) + 16; in test_file()
109 vecs[1].iov_len = (FILE_BUF_SIZE / 2) - 16; in test_file()
110 len = chk_error(writev(fd, vecs, 2)); in test_file()
129 vecs[0].iov_base = buf3; in test_file()
130 vecs[0].iov_len = 32; in test_file()
131 vecs[1].iov_base = buf3 + 32; in test_file()
132 vecs[1].iov_len = FILE_BUF_SIZE - FOFFSET - 32; in test_file()
[all …]
/qemu/hw/display/
H A Dvirtio-gpu-rutabaga.c453 struct rutabaga_iovecs vecs = { 0 }; in rutabaga_cmd_attach_backing() local
471 vecs.iovecs = res->iov; in rutabaga_cmd_attach_backing()
472 vecs.num_iovecs = res->iov_cnt; in rutabaga_cmd_attach_backing()
475 &vecs); in rutabaga_cmd_attach_backing()
598 struct rutabaga_iovecs vecs = { 0 }; in rutabaga_cmd_resource_create_blob() local
627 vecs.iovecs = res->iov; in rutabaga_cmd_resource_create_blob()
628 vecs.num_iovecs = res->iov_cnt; in rutabaga_cmd_resource_create_blob()
631 cblob.resource_id, &rc_blob, &vecs, in rutabaga_cmd_resource_create_blob()