Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/block/
H A Dblock.h84 DEFINE_PROP_BLOCKDEV_ON_ERROR("rerror", _state, _conf.rerror, \
86 DEFINE_PROP_BLOCKDEV_ON_ERROR("werror", _state, _conf.werror, \
/openbmc/qemu/include/hw/
H A Dqdev-properties-system.h63 #define DEFINE_PROP_BLOCKDEV_ON_ERROR(_n, _s, _f, _d) \ macro