Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/
H A Dcommands.hpp39 SysMachineName = 7, enumerator
H A Dmachine_name.cpp64 return ::ipmi::responseSuccess(SysOEMCommands::SysMachineName, reply); in getMachineName()
H A Dipmi.cpp72 case SysMachineName: in handleSysCommand()
/openbmc/google-ipmi-sys/test/
H A Dmachine_unittest.cpp60 EXPECT_EQ(SysOEMCommands::SysMachineName, result.first); in TEST()