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.cpp47 if (*dataLen < sizeof(struct FanCtrlRequest)) in getFailsafeModeState()
53 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in getFailsafeModeState()
78 if (*dataLen < sizeof(struct FanCtrlRequest)) in getManualModeState()
84 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in getManualModeState()
129 if (*dataLen < sizeof(struct FanCtrlRequest)) in manualModeControl()
135 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in manualModeControl()
H A Dmanual_messages.hpp17 struct FanCtrlRequest struct