Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/
H A Dcommands.hpp33 SysPcieSlotCount = 4, enumerator
H A Dipmi.cpp66 case SysPcieSlotCount: in handleSysCommand()
H A Dpcie_i2c.cpp52 return ::ipmi::responseSuccess(SysOEMCommands::SysPcieSlotCount, in pcieSlotCount()
/openbmc/google-ipmi-sys/test/
H A Dpcie_unittest.cpp48 EXPECT_EQ(SysOEMCommands::SysPcieSlotCount, result.first); in TEST()