Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/
H A Dcommands.hpp71 SysGetBMInstanceProperty = 23, enumerator
H A Dbm_instance.cpp72 return ::ipmi::responseSuccess(SysOEMCommands::SysGetBMInstanceProperty, in getBMInstanceProperty()
H A Dipmi.cpp95 case SysGetBMInstanceProperty: in handleSysCommand()
/openbmc/google-ipmi-sys/test/
H A Dbm_instance_unittest.cpp70 EXPECT_EQ(SysOEMCommands::SysGetBMInstanceProperty, result.first); in TEST()