Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h68 bool coroutine_fn GRAPH_RDLOCK blk_co_is_inserted(BlockBackend *blk);
/openbmc/qemu/block/
H A Dblock-backend.c2229 bool coroutine_fn blk_co_is_inserted(BlockBackend *blk) in blk_co_is_inserted() function
2241 return blk_co_is_inserted(blk) && !blk_dev_is_tray_open(blk); in blk_co_is_available()