Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/ipmi/
H A Dmanualcmds.cpp27 if (*dataLen < sizeof(struct FanCtrlRequest)) in getFailsafeModeState()
33 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in getFailsafeModeState()
58 if (*dataLen < sizeof(struct FanCtrlRequest)) in getManualModeState()
64 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in getManualModeState()
109 if (*dataLen < sizeof(struct FanCtrlRequest)) in manualModeControl()
115 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in manualModeControl()
H A Dmanual_messages.hpp15 struct FanCtrlRequest struct