Home | History | Annotate | Download | only in qemu

Lines Matching refs:is_read

1316 BlockErrorAction bdrv_get_on_error(BlockDriverState *bs, int is_read)
1318 return is_read ? bs->on_read_error : bs->on_write_error;
1515 BlockMonEventAction action, int is_read)
1537 is_read ? "read" : "write");