Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/test/
H A Deth_unittest.cpp53 EXPECT_EQ(SysOEMCommands::SysGetEthDevice, result.first); in TEST()
77 EXPECT_EQ(SysOEMCommands::SysGetEthDevice, result.first); in TEST()
/openbmc/google-ipmi-sys/
H A Dcommands.hpp29 SysGetEthDevice = 2, enumerator
H A Deth.cpp66 return ::ipmi::responseSuccess(SysOEMCommands::SysGetEthDevice, reply); in getEthDevice()
H A Dipmi.cpp62 case SysGetEthDevice: in handleSysCommand()