Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Doemcommands.hpp297 uint8_t biosIDLength; member
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp440 if ((*dataLen < 2ul) || (*dataLen != (1ul + data->biosIDLength))) in ipmiOEMSetBIOSID()
445 std::string idString((char*)data->biosId, data->biosIDLength); in ipmiOEMSetBIOSID()
462 data->biosIDLength; // how many bytes are written into storage in ipmiOEMSetBIOSID()