Home
last modified time | relevance | path

Searched defs:FAILURE (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp15 static constexpr auto FAILURE = -1; variable
/openbmc/openpower-occ-control/
H A Docc_command.hpp79 FAILURE = 0x02, enumerator
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp205 static constexpr auto FAILURE = -1; variable
/openbmc/qemu/tests/unit/
H A Dtest-vmstate.c63 #define FAILURE(val) \ macro