Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_rules.cpp18 uint8_t newEventType = eventType; in check() local
43 if (newEventType == static_cast<uint8_t>(EventType::notApplicable)) in check()
45 newEventType = in check()
51 if ((newEventType == in check()
53 (newEventType == static_cast<uint8_t>(EventType::tracing))) in check()
82 return {static_cast<uint16_t>(newActionFlags.to_ulong()), newEventType}; in check()