Home
last modified time | relevance | path

Searched refs:SERIAL_NUM_LEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dddimm_parser.cpp368 i_iterator + constants::SERIAL_NUM_LEN); in readKeywords()
370 advance(i_iterator, constants::SERIAL_NUM_LEN); in readKeywords()
H A Disdimm_parser.cpp159 char l_tmpSN[constants::SERIAL_NUM_LEN + 1] = {'\0'}; in getDDR4SerialNumber()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp30 static constexpr auto SERIAL_NUM_LEN = 12; variable