Home
last modified time | relevance | path

Searched full:eventtype (Results 1 – 25 of 89) sorted by relevance

1234

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Devent.hpp8 enum class EventType{ enum
29 NLOHMANN_JSON_SERIALIZE_ENUM(EventType, {
30 {EventType::Invalid, "Invalid"},
31 {EventType::StatusChange, "StatusChange"},
32 {EventType::ResourceUpdated, "ResourceUpdated"},
33 {EventType::ResourceAdded, "ResourceAdded"},
34 {EventType::ResourceRemoved, "ResourceRemoved"},
35 {EventType::Alert, "Alert"},
36 {EventType::MetricReport, "MetricReport"},
37 {EventType::Other, "Other"},
/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/ibm-logging/ibm-ac-server/
H A DpolicyTable.json12 "EventType": "Firmware/Software Failure", string
33 "EventType": "Communication Failure/Timeout", string
54 "EventType": "Communication Failure/Timeout", string
75 "EventType": "Communication Failure/Timeout", string
96 "EventType": "Unrecoverable Hardware Failure", string
117 "EventType": "Firmware/Software Failure", string
138 "EventType": "Unrecoverable Hardware Failure", string
159 "EventType": "Unrecoverable Hardware Failure", string
180 "EventType": "Unrecoverable Hardware Failure", string
201 "EventType": "Unrecoverable Hardware Failure", string
[all …]
/openbmc/openbmc-tools/openbmctool/
H A DpolicyTable.json12 "EventType": "Firmware/Software Failure", string
33 "EventType": "Communication Failure/Timeout", string
54 "EventType": "Communication Failure/Timeout", string
75 "EventType": "Communication Failure/Timeout", string
96 "EventType": "Unrecoverable Hardware Failure", string
117 "EventType": "Firmware/Software Failure", string
138 "EventType": "Unrecoverable Hardware Failure", string
159 "EventType": "Unrecoverable Hardware Failure", string
180 "EventType": "Unrecoverable Hardware Failure", string
201 "EventType": "Unrecoverable Hardware Failure", string
[all …]
/openbmc/intel-ipmi-oem/src/
H A Dipmi_to_redfish_hooks.cpp56 BIOSEventTypes eventType = static_cast<BIOSEventTypes>(selData.eventType); in biosMessageHook() local
60 switch (eventType) in biosMessageHook()
124 switch (eventType) in biosMessageHook()
158 switch (eventType) in biosMessageHook()
190 switch (eventType) in biosMessageHook()
260 switch (eventType) in biosMessageHook()
326 BIOSEventTypes eventType = static_cast<BIOSEventTypes>(selData.eventType); in biosSMIMessageHook() local
330 switch (eventType) in biosSMIMessageHook()
377 switch (eventType) in biosSMIMessageHook()
421 switch (eventType) in biosSMIMessageHook()
[all …]
H A Dsensorcommands.cpp116 uint8_t eventType = 0; in ipmiSenPlatformEvent() local
134 p.unpack(sysgeneratorID, evmRev, sensorType, sensorNum, eventType, in ipmiSenPlatformEvent()
149 p.unpack(evmRev, sensorType, sensorNum, eventType, eventData1, in ipmiSenPlatformEvent()
176 generatorID, evmRev, sensorType, sensorNum, eventType, eventData1, in ipmiSenPlatformEvent()
182 setMeStatus(*eventData2, *eventData3, (eventType & disabled)); in ipmiSenPlatformEvent()
/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() argument
18 uint8_t newEventType = eventType; in check()
43 if (newEventType == static_cast<uint8_t>(EventType::notApplicable)) in check()
46 static_cast<uint8_t>(EventType::miscInformational); in check()
52 static_cast<uint8_t>(EventType::miscInformational)) || in check()
53 (newEventType == static_cast<uint8_t>(EventType::tracing))) in check()
H A Dpel_rules.hpp22 * @param[in] eventType - The current Event Type value
25 * @return std::tuple<actionFlags, eventType> - The corrected values.
27 std::tuple<uint16_t, uint8_t> check(uint16_t actionFlags, uint8_t eventType,
H A Duser_header.cpp184 if (entry.eventType) in UserHeader()
186 _eventType = *entry.eventType; in UserHeader()
195 ? static_cast<uint8_t>(EventType::miscInformational) in UserHeader()
196 : static_cast<uint8_t>(EventType::notApplicable); in UserHeader()
257 std::string eventType; in getJSON() local
262 eventType = pv::getValue(_eventType, pel_values::eventTypeValues); in getJSON()
289 jsonInsert(uh, "Event Type", eventType, 1); in getJSON()
/openbmc/telemetry/src/utils/
H A Dmessanger.hpp24 template <class EventType>
25 void on_receive(std::function<void(const EventType&)> handler) in on_receive()
30 template <class EventType>
31 void send(const EventType& event) in send()
/openbmc/phosphor-logging/test/openpower-pels/
H A Duser_header_test.cpp50 EXPECT_EQ(uh.eventType(), 0x00); in TEST()
111 regEntry.eventType = 1; in TEST()
130 EXPECT_EQ(uh.eventType(), 1); in TEST()
201 regEntry.eventType = 1; in TEST()
223 regEntry.eventType = 1; in TEST()
245 regEntry.eventType = 1; in TEST()
276 ASSERT_EQ(uh.eventType(), 0); in TEST()
290 regEntry.eventType = 1; in TEST()
324 regEntry.eventType = 1; in TEST()
341 regEntry.eventType = 1; in TEST()
[all …]
H A Dpel_rules_test.cpp11 uint8_t eventType; member
67 entry.actionFlags, entry.eventType, entry.severity); in TEST()
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp266 tiPel->setType(static_cast<uint8_t>(pel::EventType::na)); in createPelCustom()
316 uint32_t event(EventType i_event, in event()
333 case EventType::Checkstop: in event()
337 case EventType::Terminate: in event()
342 case EventType::Vital: in event()
346 case EventType::HwDiagsFail: in event()
347 case EventType::AttentionFail: in event()
481 event(EventType::Terminate, i_additionalData, in eventTerminate()
492 return event(EventType::Vital, additionalData, createFFDCFiles(nullptr, 0), in eventVital()
510 event(EventType::AttentionFail, additionalData, in eventAttentionFail()
/openbmc/intel-ipmi-oem/include/
H A Dipmi_to_redfish_hooks.hpp26 uint8_t sensorType, uint8_t sensorNum, uint8_t eventType,
30 uint8_t sensorNum, uint8_t eventType, uint8_t eventData1,
38 int eventType; member
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_dbus.hpp45 * @param eventType - the event type
50 uint32_t createPel(const std::string& eventType,
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DEventService.v1_10_2.json118 … based on the `RegistryPrefix` and `ResourceType` properties and not on the `EventType` property.",
121 … "$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType"
485 "EventType": { object
486 … based on the `RegistryPrefix` and `ResourceType` properties and not on the `EventType` property.",
561 "EventType": { object
562 "$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType",
563 … based on the `RegistryPrefix` and `ResourceType` properties and not on the `EventType` property.",
565 … If not provided by the client, the resulting event should not contain the `EventType` property.",
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DEventService.v1_10_2.json118 … based on the `RegistryPrefix` and `ResourceType` properties and not on the `EventType` property.",
121 … "$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType"
485 "EventType": { object
486 … based on the `RegistryPrefix` and `ResourceType` properties and not on the `EventType` property.",
561 "EventType": { object
562 "$ref": "http://redfish.dmtf.org/schemas/v1/Event.json#/definitions/EventType",
563 … based on the `RegistryPrefix` and `ResourceType` properties and not on the `EventType` property.",
565 … If not provided by the client, the resulting event should not contain the `EventType` property.",
/openbmc/openpower-debug-collector/
H A Dwatchdog_timeout.cpp79 std::string eventType = in main() local
84 if (!createPel(eventType, additionalData, ffdc)) in main()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1124 if (((data->eventType & 0x80) >> 7) == 0) in parseStdSel()
1208 uint8_t eventType = ptr[5] & 0xf; in parseOemUnifiedSel() local
1279 eventType = ptr[9] & 0xf; in parseOemUnifiedSel()
1283 dimmErr[std::min(eventType, in parseOemUnifiedSel()
1286 if (static_cast<MemErrType>(eventType) == MemErrType::memTrainErr || in parseOemUnifiedSel()
1287 static_cast<MemErrType>(eventType) == MemErrType::memPmicErr) in parseOemUnifiedSel()
1308 eventType, static_cast<uint8_t>(postEvent.size() - 1))]); in parseOemUnifiedSel()
1310 switch (static_cast<PostEvtType>(eventType)) in parseOemUnifiedSel()
1341 eventType, static_cast<uint8_t>(pcieEvent.size() - 1))]); in parseOemUnifiedSel()
1343 if (static_cast<PcieEvtType>(eventType) == PcieEvtType::dpc) in parseOemUnifiedSel()
[all …]
/openbmc/pldm/host-bmc/
H A Ddbus_to_event_handler.hpp82 * @param[in] eventType - PLDM Event types
85 void sendEventMsg(uint8_t eventType,
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DIPMI.interface.yaml55 Log a system event record SEL entry with custom SensorType/EventType.
74 - name: eventType
/openbmc/intel-ipmi-oem/docs/
H A DIntel_IPMI_Platform_Events.md56 [GeneratorID][SensorNumber][EventType][EventData[2]]
63 - `EventType` - sensor-specific group of events,
135 |[EventType] |
209 ##### 1. Determine EventType
211 Based on `EventType` proper designated handler is called.
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp123 record.event.eventRecord.eventType = 0; in constructSEL()
140 record.event.eventRecord.eventType = in constructSEL()
277 record.event.eventRecord.eventType = in prepareSELEntry()
282 record.event.eventRecord.eventType = iter->second.eventReadingType; in prepareSELEntry()
/openbmc/phosphor-dbus-monitor/src/templates/
H A Deventpath.mako.cpp1 std::make_unique<SNMPTrap<${c.eventType}>>()
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/snmp-policy/
H A Dsnmp-config.yaml18 eventType: ErrorTrap
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/dbus/events-policy/
H A Dconfig.yaml18 eventType: ErrorTrap

1234