Searched defs:is_read (Results 1 – 17 of 17) sorted by relevance
/qemu/include/qemu/ |
H A D | selfmap.h | 18 bool is_read; member
|
/qemu/block/ |
H A D | win32-aio.c | 55 bool is_read; member
|
H A D | io_uring.c | 34 bool is_read; member
|
H A D | linux-aio.c | 46 bool is_read; member
|
H A D | block-backend.c | 2121 BlockdevOnError blk_get_on_error(BlockBackend *blk, bool is_read) in blk_get_on_error() 2127 BlockErrorAction blk_get_error_action(BlockBackend *blk, bool is_read, in blk_get_error_action() 2151 bool is_read, int error) in send_qmp_error_event() 2169 bool is_read, int error) in blk_error_action()
|
H A D | quorum.c | 138 bool is_read; member
|
/qemu/hw/sd/ |
H A D | bcm2835_sdhost.c | 186 int is_read; in bcm2835_sdhost_fifo_run() local
|
H A D | pl181.c | 219 int is_read; in pl181_fifo_run() local
|
/qemu/ |
H A D | blockjob.c | 585 int is_read, int error) in block_job_error_action()
|
H A D | blockdev.c | 319 static int parse_block_error_action(const char *buf, bool is_read, Error **errp) in parse_block_error_action()
|
/qemu/hw/block/ |
H A D | virtio-blk.c | 73 bool is_read, bool acct_failed) in virtio_blk_handle_rw_error() 119 bool is_read = !(p & VIRTIO_BLK_T_OUT); in virtio_blk_rw_complete() local
|
/qemu/target/hexagon/ |
H A D | hex_common.py | 400 def is_read(self): member in Dest 410 def is_read(self): member in Source 438 def is_read(self): member in ReadWrite
|
/qemu/hw/ide/ |
H A D | core.c | 859 bool is_read = (op & IDE_RETRY_READ) != 0; in ide_handle_rw_error() local 2726 bool is_read; in ide_restart_bh() local
|
H A D | ahci.c | 1021 bool is_read = ncq_tfs->cmd == READ_FPDMA_QUEUED; in ncq_cb() local
|
/qemu/hw/scsi/ |
H A D | scsi-disk.c | 223 bool is_read = (r->req.cmd.mode == SCSI_XFER_FROM_DEV); in scsi_handle_rw_error() local
|
/qemu/hw/pci/ |
H A D | pci.c | 2997 uint16_t prgi, bool is_read, bool is_write) in pci_pri_request_page()
|
/qemu/target/m68k/ |
H A D | translate.c | 4643 TCGv is_read; in DISAS_INSN() local
|