Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dwait_vpd_parser.cpp42 l_retries != vpd::constants::VALUE_0; --l_retries) in checkVpdCollectionStatus()
57 return vpd::constants::VALUE_0; in checkVpdCollectionStatus()
204 return vpd::constants::VALUE_0; in main()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dsingle_fab.hpp76 return !(i_imValue.compare(constants::VALUE_0, constants::VALUE_4, in isP10System()
103 return !(i_imValue.compare(constants::VALUE_0, constants::VALUE_4, in isP11System()
H A Dconstants.hpp85 static constexpr auto VALUE_0 = 0; variable
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dddimm_parser.cpp81 uint8_t l_DiePerPackage = constants::VALUE_0; in getDdr5DiePerPackage()
120 : constants::VALUE_0) + in getDdr5BasedDdimmSize()
124 : constants::VALUE_0)); in getDdr5BasedDdimmSize()
154 constants::SHIFT_BITS_5, constants::VALUE_0, in getDdr5BasedDdimmSize()
205 constants::SHIFT_BITS_5, constants::VALUE_0, in getDdr5BasedDdimmSize()
H A Dsingle_fab.cpp146 constants::VALUE_0, constants::VALUE_1, in updateSystemImValueInVpdToP11Series()
H A Dmanager.cpp245 l_fruPath, i_paramsToWriteData) < constants::VALUE_0) in updateKeyword()
H A Dipz_parser.cpp854 __FILE__, __FUNCTION__, constants::VALUE_0, in processInvalidRecords()
H A Dbios_handler.cpp539 if (l_ammValInVpd.at(0) == constants::VALUE_0) in processActiveMemoryMirror()
H A Dworker.cpp1335 if (i_vpdPath.find(constants::pimPath) != constants::VALUE_0) in setPresentProperty()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp71 static constexpr auto VALUE_0 = 0; variable
H A Dtool_utils.hpp983 l_result.resize(i_numBytesCopy, constants::VALUE_0); in convertIntegralTypeToBytes()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp23 {{"pvm_keep_and_clear", constants::VALUE_1, constants::VALUE_0,
24 constants::VALUE_1, constants::VALUE_0},
26 constants::VALUE_1, constants::VALUE_0},
28 constants::VALUE_1, constants::VALUE_0}}},
1552 : constants::VALUE_0; in getVpdValueInBiosConfigManager()
1554 l_result.resize(constants::VALUE_1, constants::VALUE_0); in getVpdValueInBiosConfigManager()
1559 l_result.at(constants::VALUE_0) |= in getVpdValueInBiosConfigManager()
1564 l_result.at(constants::VALUE_0) &= in getVpdValueInBiosConfigManager()
1579 : constants::VALUE_0; in getVpdValueInBiosConfigManager()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp680 if (*l_imagePriority != constants::VALUE_0) in getImagePrefix()
706 .substr(constants::VALUE_0, constants::VALUE_2); in getImagePrefix()
H A Dcommon_utility.hpp471 return o_errCode == vpd::constants::VALUE_0; in restartService()
H A Devent_logger_utility.hpp610 .compare(constants::VALUE_0, strlen(constants::pimPath), in createSyncPelWithInvCallOut()
/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/
H A Dibm_handler.cpp1299 o_bmcPosition = (l_value == constants::VALUE_0) ? constants::VALUE_1 in checkAndUpdateBmcPosition()
1300 : constants::VALUE_0; in checkAndUpdateBmcPosition()