Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dappcommands.hpp81 uint8_t bios_fixed_boot_device[SIZE_BIOS_FIXED_BOOT_DEVICE]; member
/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp410 memcpy(sysInfoParams.bios_fixed_boot_device, &req[1], in ipmiAppSetSysInfoParams()
498 std::begin(sysInfoParams.bios_fixed_boot_device), in ipmiAppGetSysInfoParams()
499 std::end(sysInfoParams.bios_fixed_boot_device)); in ipmiAppGetSysInfoParams()