Home
last modified time | relevance | path

Searched refs:req_size (Results 1 – 10 of 10) sorted by path

/qemu/audio/
H A Ddsoundaudio.c457 size_t req_size; in dsound_get_buffer_out() local
461 req_size = MIN(*size, hw->size_emul - hw->pos_emul); in dsound_get_buffer_out()
462 assert(req_size > 0); in dsound_get_buffer_out()
464 err = dsound_lock_out(dsb, &hw->info, hw->pos_emul, req_size, &ret, NULL, in dsound_get_buffer_out()
543 size_t req_size; in dsound_get_buffer_in() local
559 req_size = audio_ring_dist(rpos, hw->pos_emul, hw->size_emul); in dsound_get_buffer_in()
560 req_size = MIN(*size, MIN(req_size, hw->size_emul - hw->pos_emul)); in dsound_get_buffer_in()
562 if (req_size == 0) { in dsound_get_buffer_in()
567 err = dsound_lock_in(dscb, &hw->info, hw->pos_emul, req_size, &ret, NULL, in dsound_get_buffer_in()
/qemu/fsdev/
H A D9p-iov-marshal.c26 size_t req_size = size; in v9fs_packunpack() local
51 if (copied < req_size) { in v9fs_packunpack()
/qemu/hw/ppc/
H A Dtrace-events41 spapr_iommu_ddw_create(uint64_t buid, uint32_t cfgaddr, uint64_t pg_size, uint64_t req_size, uint64…
/qemu/hw/scsi/
H A Dvirtio-scsi.c181 unsigned req_size, unsigned resp_size) in virtio_scsi_parse_req() argument
187 &req->req, req_size) < req_size) { in virtio_scsi_parse_req()
211 req_size = req->elem.out_sg[0].iov_len; in virtio_scsi_parse_req()
220 req_size); in virtio_scsi_parse_req()
/qemu/tests/qemu-iotests/tests/
H A Dmirror-change-copy-mode137 req_size = image_size // reqs
174 req_size = image_size // 2 // reqs
/qemu/tests/qtest/
H A Dide-test.c468 uint32_t req_size = sectors * 512; in test_bmdma_various_prdts() local
498 if (prd_size < req_size) { in test_bmdma_various_prdts()
501 } else if (prd_size == req_size) { in test_bmdma_various_prdts()
H A Dtpm-tis-util.c454 const unsigned char *req, size_t req_size, in tpm_tis_transfer() argument
467 g_assert_cmpint(bcount, >=, req_size); in tpm_tis_transfer()
470 for (i = 0; i < req_size; i++) { in tpm_tis_transfer()
H A Dtpm-tis-util.h24 const unsigned char *req, size_t req_size,
H A Dtpm-util.c24 const unsigned char *req, size_t req_size, in tpm_util_crb_transfer() argument
32 qtest_memwrite(s, caddr, req, req_size); in tpm_util_crb_transfer()
H A Dtpm-util.h24 const unsigned char *req, size_t req_size,
28 const unsigned char *req, size_t req_size,