Home
last modified time | relevance | path

Searched defs:account_failed (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D13647 account_failed = False variable in BlockDeviceStatsTestCase
334 account_failed = False variable in BlockDeviceStatsTestAccountInvalid
338 account_failed = True variable in BlockDeviceStatsTestAccountFailed
342 account_failed = True variable in BlockDeviceStatsTestAccountBoth
/openbmc/qemu/include/hw/block/
H A Dblock.h34 OnOffAuto account_invalid, account_failed; member
/openbmc/qemu/include/block/
H A Daccounting.h93 bool account_failed; member
/openbmc/qemu/block/
H A Daccounting.c60 enum OnOffAuto account_failed) in block_acct_setup()
/openbmc/qemu/
H A Dblockdev.c485 OnOffAuto account_invalid, account_failed; in blockdev_init() local