Searched defs:account_invalid (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ | ||
H A D | 136 | 46 account_invalid = False variable in BlockDeviceStatsTestCase |
/openbmc/qemu/include/hw/block/ | ||
H A D | block.h | 34 OnOffAuto account_invalid, account_failed; member |
/openbmc/qemu/include/block/ | ||
H A D | accounting.h | 92 bool account_invalid; member |
/openbmc/qemu/block/ | ||
H A D | accounting.c | 59 void block_acct_setup(BlockAcctStats *stats, enum OnOffAuto account_invalid, in block_acct_setup() |
/openbmc/qemu/ | ||
H A D | blockdev.c | 485 OnOffAuto account_invalid, account_failed; in blockdev_init() local |