Searched defs:good (Results 1 – 3 of 3) sorted by relevance
| /openbmc/openpower-hw-diags/util/ | ||
| H A D | bin_stream.hpp | 42 bool good() in good() function in util::BinFileReader |
| /openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ | ||
| H A D | firmware_json_unittest.cpp | 625 auto good = R"( in TEST() local |
| /openbmc/u-boot/include/ | ||
| H A D | ata.h | 119 #define ATA_OK_STAT(stat,good,bad) (((stat)&((good)|(bad)))==(good)) argument |