Home
last modified time | relevance | path

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

/external/qemu/include/block/
Dblock_int.h147 int tray_open; /* if true, the virtual tray is open */ member
/external/qemu/
Dblock.c2522 return !bs->tray_open; in bdrv_is_inserted()
2567 bs->tray_open = eject_flag; in bdrv_eject()
Dqapi-schema.json948 # @tray_open: #optional True if the device has a tray and it is open
965 '*tray_open': 'bool', '*io-status': 'BlockDeviceIoStatus',
/external/qemu/qapi-auto-generated/
Dqapi-types.h2269 bool tray_open; member
Dqapi-visit.c1844 visit_type_bool(m, obj ? &(*obj)->tray_open : NULL, "tray_open", &err); in visit_type_BlockInfo_fields()