Home
last modified time | relevance | path

Searched defs:eventType (Results 1 – 25 of 25) sorted by relevance

/openbmc/pldm/oem/meta/event/
H A Doem_event_manager.cpp280 UpiError eventType = static_cast<UpiError>(eventData[10] & 0xF); in handleUnifiedBIOSEvent() local
398 PcieEvent eventType = static_cast<PcieEvent>(eventData[6] & 0xF); in handleUnifiedBIOSEvent() local
434 MemoryEvent eventType = in handleUnifiedBIOSEvent() local
499 uint8_t eventType = eventData[10] & 0x0F; in handleUnifiedBIOSEvent() local
523 uint8_t eventType = eventData[6] & 0x0F; in handleUnifiedBIOSEvent() local
535 uint8_t eventType = eventData[10] & 0xF; in handleUnifiedBIOSEvent() local
571 MemoryError eventType = static_cast<MemoryError>(eventData[10] & 0xF); in handleMemoryError() local
621 PostError eventType = static_cast<PostError>(eventData[6] & 0xF); in handleSystemPostEvent() local
/openbmc/intel-ipmi-oem/src/
H A Dipmi_to_redfish_hooks.cpp56 BIOSEventTypes eventType = static_cast<BIOSEventTypes>(selData.eventType); in biosMessageHook() local
326 BIOSEventTypes eventType = static_cast<BIOSEventTypes>(selData.eventType); in biosSMIMessageHook() local
866 uint8_t sensorType, uint8_t sensorNum, uint8_t eventType, in checkRedfishHooks()
912 uint8_t sensorNum, uint8_t eventType, uint8_t eventData1, in checkRedfishHooks()
H A Dsensorcommands.cpp116 uint8_t eventType = 0; in ipmiSenPlatformEvent() local
H A Dstoragecommands.cpp985 uint7_t eventType = 0; in ipmiStorageGetSELEntry() local
1073 uint8_t eventType, uint8_t eventData1, uint8_t eventData2, in ipmiStorageAddSELEntry()
/openbmc/phosphor-modbus/tests/
H A Dtest_events.cpp130 auto testAssertEvent(EventTestType eventType) in testAssertEvent()
188 auto testDeassertEvent(EventTestType eventType) in testDeassertEvent()
247 auto testEvents(EventTestType eventType) -> sdbusplus::async::task<void> in testEvents()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_rules.cpp14 std::tuple<uint16_t, uint8_t> check(uint16_t actionFlags, uint8_t eventType, in check()
H A Duser_header.hpp106 uint8_t eventType() const in eventType() function in openpower::pels::UserHeader
H A Duser_header.cpp242 std::string eventType; in getJSON() local
H A Dregistry.hpp183 std::optional<uint8_t> eventType; member
/openbmc/openpower-debug-collector/
H A Dwatchdog_timeout.cpp92 std::string eventType = in main() local
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_rules_test.cpp11 uint8_t eventType; member
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_dbus.cpp88 uint32_t createPel(const std::string& eventType, in createPel()
/openbmc/intel-ipmi-oem/include/
H A Dipmi_to_redfish_hooks.hpp38 int eventType; member
/openbmc/pldm/host-bmc/
H A Ddbus_to_event_handler.cpp27 void DbusToPLDMEvent::sendEventMsg(uint8_t eventType, in sendEventMsg()
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.hpp68 uint8_t eventType; //!< Event Dir | Event Type. member
/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp144 for (const char* eventType : psuEventInterface) in ColdRedundancy() local
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp71 uint8_t eventType; //!< Event Dir | Event Type. member
H A Dsensorhandler.cpp441 uint8_t eventType = info.sensorReadingType; ipmiGetSensorType() local
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp1099 pldm::utils::Level eventType, pldm::utils::Direction direction, in triggerThresholdEvent() argument
/openbmc/fb-ipmi-oem/include/
H A Dstoragecommands.hpp193 uint8_t eventType; //!< Event Dir | Event Type. member
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp515 int encodeEventMsg(uint8_t eventType, const std::vector<uint8_t>& eventDataVec, in encodeEventMsg() argument
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1210 uint8_t eventType = ptr[5] & 0xf; in parseOemUnifiedSel() local
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp1032 uint7_t eventType = 0; in ipmiStorageGetSELEntry() local
H A Dsensorcommands.cpp719 uint8_t eventType = 0; ipmiSenPlatformEvent() local
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/
H A Dschema.json367 "eventType": { object