Home
last modified time | relevance | path

Searched refs:blk_is_sg (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dblock-backend-global-state.h86 bool blk_is_sg(BlockBackend *blk);
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c389 if (blk_is_sg(blk)) { in scsi_bus_legacy_add_drive()
H A Dscsi-disk.c2588 if (blk_is_sg(s->qdev.conf.blk)) { in scsi_realize()
/openbmc/qemu/block/
H A Dblock-backend.c2205 bool blk_is_sg(BlockBackend *blk) in blk_is_sg() function
/openbmc/qemu/
H A Dblock.c1023 if (blk_is_sg(file) || !blk_is_inserted(file) || blk_getlength(file) == 0) { in find_image_format()