Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dappcommands.hpp44 #define SIZE_LAST_BOOT_TIME 4 macro
82 uint8_t last_boot_time[SIZE_LAST_BOOT_TIME];
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp389 if (SIZE_LAST_BOOT_TIME != req_len) in ipmiAppSetSysInfoParams()
391 memcpy(sysInfoParams.last_boot_time, &req[1], SIZE_LAST_BOOT_TIME); in ipmiAppSetSysInfoParams()