Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp129 static constexpr uint8_t oemNTSErrTypeMax = 0xFF; variable
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1491 else if ((recType >= oemNTSErrTypeMin) && (recType <= oemNTSErrTypeMax)) in parseSelData()