Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dconst.hpp165 static constexpr std::uintmax_t MAX_VPD_SIZE = 65504; variable
H A Dvpd_tool_impl.cpp694 constants::MAX_VPD_SIZE); in readKwFromHw()
/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.cpp612 std::min(std::filesystem::file_size(vpdFilePath), MAX_VPD_SIZE); in updateKeyword()