Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dme_to_redfish_hooks.cpp149 static const boost::container::flat_map<uint8_t, std::string> dcSource = { in messageHook() local
176 auto dc = dcSource.find(selData.eventData3 >> 5 & 0b11); in messageHook()
180 if (dc == dcSource.end() || chassis == chassisSource.end() || in messageHook()