Home
last modified time | relevance | path

Searched refs:SysOEMCommands (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/google-ipmi-sys/test/
H A Dbmc_mode_unittest.cpp44 EXPECT_EQ(SysOEMCommands::SysGetBmcMode, result.first); in TEST()
56 EXPECT_EQ(SysOEMCommands::SysGetBmcMode, result.first); in TEST()
68 EXPECT_EQ(SysOEMCommands::SysGetBmcMode, result.first); in 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()
H A Dpsu_unittest.cpp56 EXPECT_EQ(SysOEMCommands::SysPsuHardReset, result.first); in TEST()
69 EXPECT_EQ(SysOEMCommands::SysPsuHardResetOnShutdown, result.first); in TEST()
H A Deth_unittest.cpp53 EXPECT_EQ(SysOEMCommands::SysGetEthDevice, result.first); in TEST()
77 EXPECT_EQ(SysOEMCommands::SysGetEthDevice, result.first); in TEST()
H A Dpcie_unittest.cpp48 EXPECT_EQ(SysOEMCommands::SysPcieSlotCount, result.first); in TEST()
99 EXPECT_EQ(SysOEMCommands::SysPcieSlotI2cBusMapping, result.first); in TEST()
H A Dlinux_boot_done_unittest.cpp43 EXPECT_EQ(SysOEMCommands::SysLinuxBootDone, result.first); in TEST()
H A Dflash_unittest.cpp47 EXPECT_EQ(SysOEMCommands::SysGetFlashSize, result.first); in TEST()
H A Dentity_unittest.cpp62 EXPECT_EQ(SysOEMCommands::SysEntityName, result.first); in TEST()
H A Dcpld_unittest.cpp63 EXPECT_EQ(SysOEMCommands::SysCpldVersion, result.first); in TEST()
H A Dmachine_unittest.cpp60 EXPECT_EQ(SysOEMCommands::SysMachineName, result.first); in TEST()
/openbmc/google-ipmi-sys/
H A Dgoogle_accel_oob.cpp77 return ::ipmi::responseSuccess(SysOEMCommands::SysAccelOobDeviceCount, in accelOobDeviceCount()
130 return ::ipmi::responseSuccess(SysOEMCommands::SysAccelOobDeviceName, in accelOobDeviceName()
234 return ::ipmi::responseSuccess(SysOEMCommands::SysAccelOobRead, replyBuf); in accelOobRead()
284 return ::ipmi::responseSuccess(SysOEMCommands::SysAccelOobWrite, replyBuf); in accelOobWrite()
310 SysOEMCommands::SysGetAccelVrSettings, in accelGetVrSettings()
336 return ::ipmi::responseSuccess(SysOEMCommands::SysSetAccelVrSettings, in accelSetVrSettings()
H A Dpsu.cpp55 return ::ipmi::responseSuccess(SysOEMCommands::SysPsuHardReset, in psuHardReset()
71 return ::ipmi::responseSuccess(SysOEMCommands::SysPsuHardResetOnShutdown, in psuHardResetOnShutdown()
H A Dpcie_i2c.cpp52 return ::ipmi::responseSuccess(SysOEMCommands::SysPcieSlotCount, in pcieSlotCount()
108 return ::ipmi::responseSuccess(SysOEMCommands::SysPcieSlotI2cBusMapping, in pcieSlotI2cBusMapping()
H A Dbmc_mode.cpp36 SysOEMCommands::SysGetBmcMode, in getBmcMode()
H A Dlinux_boot_done.cpp42 return ::ipmi::responseSuccess(SysOEMCommands::SysLinuxBootDone, in linuxBootDone()
H A Dcommands.hpp22 enum SysOEMCommands enum
H A Dflash_size.cpp48 SysOEMCommands::SysGetFlashSize, in getFlashSize()
H A Dhost_power_off.cpp55 return ::ipmi::responseSuccess(SysOEMCommands::SysHostPowerOff, in hostPowerOff()
H A Dmachine_name.cpp64 return ::ipmi::responseSuccess(SysOEMCommands::SysMachineName, reply); in getMachineName()
H A Dpcie_bifurcation.cpp71 return ::ipmi::responseSuccess(SysOEMCommands::SysPCIeSlotBifurcation, in pcieBifurcation()
H A Dcpld.cpp71 SysOEMCommands::SysCpldVersion, in cpldVersion()
H A Dbm_instance.cpp72 return ::ipmi::responseSuccess(SysOEMCommands::SysGetBMInstanceProperty, in getBMInstanceProperty()
H A Deth.cpp66 return ::ipmi::responseSuccess(SysOEMCommands::SysGetEthDevice, reply); in getEthDevice()
H A Dcable.cpp94 return ::ipmi::responseSuccess(SysOEMCommands::SysCableCheck, in cableCheck()
H A Dentity_name.cpp88 return ::ipmi::responseSuccess(SysOEMCommands::SysEntityName, reply); in getEntityName()

12