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.cpp48 if (*dataLen < sizeof(struct FanCtrlRequest)) in getFailsafeModeState()
54 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in getFailsafeModeState()
80 if (*dataLen < sizeof(struct FanCtrlRequest)) in getManualModeState()
86 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in getManualModeState()
132 if (*dataLen < sizeof(struct FanCtrlRequest)) in manualModeControl()
138 reinterpret_cast<const struct FanCtrlRequest*>(&reqBuf[0]); in manualModeControl()
H A Dmanual_messages.hpp17 struct FanCtrlRequest struct