Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dipmi_fru_info_area.cpp56 static constexpr auto fruMinSize = 0x27E0; variable
476 if (combFruArea.size() < fruMinSize) in buildFruAreaData()
478 combFruArea.resize(fruMinSize, fruPadValue); in buildFruAreaData()