Home
last modified time | relevance | path

Searched refs:last_boot_time (Results 1 – 2 of 2) sorted by relevance

/openbmc/fb-ipmi-oem/include/
H A Dappcommands.hpp82 uint8_t last_boot_time[SIZE_LAST_BOOT_TIME]; member
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp391 memcpy(sysInfoParams.last_boot_time, &req[1], SIZE_LAST_BOOT_TIME); in ipmiAppSetSysInfoParams()
478 std::begin(sysInfoParams.last_boot_time), in ipmiAppGetSysInfoParams()
479 std::end(sysInfoParams.last_boot_time)); in ipmiAppGetSysInfoParams()