Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dme_to_redfish_hooks.cpp163 unmanagedSource = {{0b00, "BMC"}, {0b01, "Estimated"}}; in messageHook() local
179 auto unmanaged = unmanagedSource.find(selData.eventData3 & 0b1); in messageHook()
182 unmanaged == unmanagedSource.end()) in messageHook()