Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dme_to_redfish_hooks.cpp153 chassisSource = {{0b00, "BMC"}, in messageHook() local
177 auto chassis = chassisSource.find(selData.eventData3 >> 3 & 0b11); in messageHook()
180 if (dc == dcSource.end() || chassis == chassisSource.end() || in messageHook()