Home
last modified time | relevance | path

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

/openbmc/ipmi-fru-parser/
H A Dwritefrudata.cpp73 auto maxIndexValue = 0; in getFRUValue() local
79 maxIndexValue = OPENBMC_VPD_KEY_BOARD_MAX; in getFRUValue()
84 maxIndexValue = OPENBMC_VPD_KEY_PRODUCT_MAX; in getFRUValue()
89 maxIndexValue = OPENBMC_VPD_KEY_CHASSIS_MAX; in getFRUValue()
93 auto last = first + (maxIndexValue - minIndexValue) + 1; in getFRUValue()