Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp126 static constexpr uint8_t oemTSErrTypeMax = 0xDF; variable
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1464 else if ((recType >= oemTSErrTypeMin) && (recType <= oemTSErrTypeMax)) in parseSelData()