Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpldm.cpp149 EventState eventState{}; in sensorEvent()
150 EventState previousEventState{}; in sensorEvent()
165 static_cast<EventState>( in sensorEvent()
172 static_cast<EventState>( in sensorEvent()
178 static_cast<EventState>( in sensorEvent()
219 if (eventState == static_cast<EventState>(SBE_HRESET_NOT_READY)) in sensorEvent()
226 static_cast<EventState>(SBE_HRESET_READY)) in sensorEvent()
233 static_cast<EventState>(SBE_HRESET_FAILED)) in sensorEvent()
248 if (eventState == static_cast<EventState>(SBE_HRESET_FAILED)) in sensorEvent()
H A Dpldm.hpp35 using EventState = uint8_t; typedef
/openbmc/pldm/libpldmresponder/
H A Devent_parser.hpp71 using StateToDBusValue = std::map<pdr::EventState, pldm::utils::PropertyValue>;
109 int eventAction(const StateSensorEntry& entry, pdr::EventState state);
H A Devent_parser.cpp123 pdr::EventState state) in eventAction()
/openbmc/pldm/softoff/
H A Dsoftoff.cpp130 pldm::pdr::EventState msgEventState; in hostSoftOffComplete()
131 pldm::pdr::EventState msgPreviousEventState; in hostSoftOffComplete()
/openbmc/pldm/common/
H A Dtypes.hpp179 using EventState = uint8_t; typedef
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.hpp137 pdr::EventState state);
H A Dhost_pdr_handler.cpp218 pdr::EventState state) in handleStateSensorEvent()
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_ioc.h264 U8 EventState; /* 27h */ member
530 U8 EventState; /* 00h */ member
/openbmc/qemu/hw/scsi/
H A Dmpi.h688 uint8_t EventState; /* 27h */ member
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c2510 if ((ret == 0) && (!ioc->facts.EventState)) { in mpt_do_ioc_recovery()
2517 if (ioc->alt_ioc && alt_ioc_ready && !ioc->alt_ioc->facts.EventState) in mpt_do_ioc_recovery()
4240 ioc->facts.EventState = 0; in mpt_diag_reset()
4243 ioc->alt_ioc->facts.EventState = 0; in mpt_diag_reset()
4303 ioc->facts.EventState = 0; in SendIocReset()
6723 seq_printf(m, " EventState = 0x%02x\n", ioc->facts.EventState); in mpt_iocinfo_proc_show()
7732 ioc->facts.EventState = evState; in ProcessEventNotification()