/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
H A D | Threshold.events.yaml | 12 redfish-mapping: SensorEvent.InvalidSensorReading 34 redfish-mapping: SensorEvent.ReadingAboveLowerCriticalThreshold 56 redfish-mapping: SensorEvent.ReadingAboveLowerFatalThreshold 78 redfish-mapping: SensorEvent.ReadingAboveLowerFatalThreshold 100 redfish-mapping: SensorEvent.ReadingAboveUpperCautionThreshold 122 redfish-mapping: SensorEvent.ReadingAboveUpperCautionThreshold 144 redfish-mapping: SensorEvent.ReadingAboveUpperCriticalThreshold 166 redfish-mapping: SensorEvent.ReadingAboveUpperFatalThreshold 188 redfish-mapping: SensorEvent.ReadingAboveUpperFatalThreshold 210 redfish-mapping: SensorEvent.ReadingBelowLowerCautionThreshold [all …]
|
/openbmc/pldm/libpldmresponder/ |
H A D | platform_state_sensor.hpp | 169 uint8_t sensorEvent = getStateSensorEventState<DBusInterface>( in getStateSensorReadingsHandler() local 180 previousState = sensorEvent; in getStateSensorReadingsHandler() 190 if (sensorEvent == PLDM_SENSOR_UNKNOWN) in getStateSensorReadingsHandler() 196 {opState, PLDM_SENSOR_NORMAL, previousState, sensorEvent}); in getStateSensorReadingsHandler()
|
H A D | event_parser.hpp | 21 * sensorEvent type. This struct is used as a key in a std::map so implemented
|
H A D | platform.hpp | 110 return this->sensorEvent(request, payloadLength, formatVersion, in __anon58b9ed2e0702() 301 int sensorEvent(const pldm_msg* request, size_t payloadLength,
|
H A D | pdr_utils.hpp | 222 * command of sensorEvent type.
|
H A D | platform.cpp | 416 int Handler::sensorEvent(const pldm_msg* request, size_t payloadLength, in sensorEvent() function in pldm::responder::platform::Handler
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/ |
H A D | Event.interface.yaml | 7 When the PLDM daemon receives a sensorEvent of type stateSensorState, it
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | sensor_event_message_registry.hpp | 29 "SensorEvent", 33 "https://redfish.dmtf.org/registries/SensorEvent.1.0.1.json";
|
/openbmc/pldm/host-bmc/ |
H A D | dbus_to_event_handler.hpp | 18 using sensorEvent = typedef
|
H A D | dbus_to_event_handler.cpp | 182 const std::map<Type, sensorEvent> sensorHandlers = { in listenSensorEvent()
|
/openbmc/openpower-occ-control/ |
H A D | pldm.hpp | 88 std::bind(std::mem_fn(&Interface::sensorEvent), this, in Interface() 323 void sensorEvent(sdbusplus::message_t& msg);
|
H A D | pldm.cpp | 132 void Interface::sensorEvent(sdbusplus::message_t& msg) in sensorEvent() function in pldm::Interface 230 "sensorEvent: Requesting OCC reset for OCC{INST}", in sensorEvent()
|
/openbmc/intel-ipmi-oem/ |
H A D | ipmi-allowlist.conf | 32 0x04:0x28:0x7f7f //<Sensor/Event>:<Set SensorEvent Enable> 33 0x04:0x29:0xff7f //<Sensor/Event>:<Get SensorEvent Enable> 35 0x04:0x2b:0xff7f //<Sensor/Event>:<Get SensorEvent Status>
|
/openbmc/pldm/platform-mc/ |
H A D | event_manager.cpp | 34 /* EventClass sensorEvent `Table 11 - PLDM Event Types` DSP0248 */ in handlePlatformEvent()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_strings.c | 242 { IPMI_NETFN_SE, "SensorEvent" },
|