Home
last modified time | relevance | path

Searched refs:SysHostPowerOff (Results 1 – 4 of 4) sorted by relevance

/openbmc/google-ipmi-sys/test/
H A Dpoweroff_unittest.cpp33 std::vector<std::uint8_t> request = {SysOEMCommands::SysHostPowerOff}; in TEST()
55 EXPECT_EQ(SysOEMCommands::SysHostPowerOff, result.first); in TEST()
/openbmc/google-ipmi-sys/
H A Dcommands.hpp45 SysHostPowerOff = 10, enumerator
H A Dhost_power_off.cpp55 return ::ipmi::responseSuccess(SysOEMCommands::SysHostPowerOff, in hostPowerOff()
H A Dipmi.cpp77 case SysHostPowerOff: in handleSysCommand()