Home
last modified time | relevance | path

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

/openbmc/google-ipmi-sys/
H A Dlinux_boot_done.cpp42 return ::ipmi::responseSuccess(SysOEMCommands::SysLinuxBootDone, in linuxBootDone()
H A Dcommands.hpp59 SysLinuxBootDone = 17, enumerator
H A Dipmi.cpp90 case SysLinuxBootDone: in handleSysCommand()
/openbmc/google-ipmi-sys/test/
H A Dlinux_boot_done_unittest.cpp43 EXPECT_EQ(SysOEMCommands::SysLinuxBootDone, result.first); in TEST()