Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/
H A Dcommands.hpp37 SysEntityName = 6, enumerator
H A Dentity_name.cpp88 return ::ipmi::responseSuccess(SysOEMCommands::SysEntityName, reply); in getEntityName()
H A Dipmi.cpp70 case SysEntityName: in handleSysCommand()
/openbmc/google-ipmi-sys/test/
H A Dentity_unittest.cpp62 EXPECT_EQ(SysOEMCommands::SysEntityName, result.first); in TEST()