Home
last modified time | relevance | path

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

/qemu/hw/block/
H A Dnand.c673 uint8_t iobuf[(PAGE_SECTORS + 2) * 0x200];
711 mem_and(iobuf + soff, s->io, s->iolen);
725 uint8_t iobuf[0x200] = { [0 ... 0x1ff] = 0xff, };
742 BDRV_SECTOR_SIZE, iobuf, 0) < 0) {
749 BDRV_SECTOR_SIZE, iobuf, 0) < 0) {
752 memset(iobuf + (addr & 0x1ff), 0xff, (~addr & 0x1ff) + 1);
754 BDRV_SECTOR_SIZE, iobuf, 0) < 0) {
758 memset(iobuf, 0xff, 0x200);
770 BDRV_SECTOR_SIZE, iobuf, 0) < 0) {
773 memset(iobuf, 0xff, ((addr - 1) & 0x1ff) + 1);
[all …]
/qemu/block/
H A Dblock-backend.c1491 void *iobuf; member
1570 void *iobuf, CoroutineEntry co_entry, in blk_aio_prwv() argument
1582 .iobuf = iobuf, in blk_aio_prwv()
1605 QEMUIOVector *qiov = rwco->iobuf; in blk_aio_read_entry()
1617 QEMUIOVector *qiov = rwco->iobuf; in blk_aio_write_entry()
1871 rwco->iobuf); in blk_aio_zone_report_entry()
1889 .iobuf = zones, in blk_aio_zone_report()
1913 (BlockZoneOp)(uintptr_t)rwco->iobuf, in blk_aio_zone_mgmt_entry()
1930 .iobuf = (void *)(uintptr_t)op, in blk_aio_zone_mgmt()
1954 rwco->iobuf, rwco->flags); in blk_aio_zone_append_entry()
[all …]