Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp19 int l_rc = constants::FAILURE; in readKeyword() local
50 l_rc = constants::SUCCESS; in readKeyword()
59 l_rc = constants::SUCCESS; in readKeyword()
88 return l_rc; in readKeyword()
93 int l_rc{constants::FAILURE}; in dumpObject() local
112 l_rc = constants::SUCCESS; in dumpObject()
120 return l_rc; in dumpObject()
267 int l_rc = constants::FAILURE; in fixSystemVpd() local
272 return l_rc; in fixSystemVpd()
292 l_rc = updateAllKeywords(l_backupRestoreCfgJsonObj, true); in fixSystemVpd()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp467 int l_rc{constants::FAILURE}; in EnableRebootGuard() local
476 l_rc = constants::SUCCESS; in EnableRebootGuard()
486 return l_rc; in EnableRebootGuard()
500 int l_rc{constants::FAILURE}; in DisableRebootGuard() local
545 l_rc = constants::SUCCESS; in DisableRebootGuard()
561 l_rc = constants::SUCCESS; in DisableRebootGuard()
563 return l_rc; in DisableRebootGuard()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp328 int l_rc = constants::FAILURE; in writeKeyword() local
338 l_result.read(l_rc); in writeKeyword()
339 return l_rc; in writeKeyword()
367 int l_rc = constants::FAILURE; in writeKeywordOnHardware() local
377 l_result.read(l_rc); in writeKeywordOnHardware()
379 if (l_rc > 0) in writeKeywordOnHardware()
383 return l_rc; in writeKeywordOnHardware()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Devent_logger.cpp115 auto l_rc = sd_bus_call_method_async( in createAsyncPelWithInventoryCallout() local
127 if (l_rc < 0) in createAsyncPelWithInventoryCallout()
131 std::string(strerror(-l_rc))); in createAsyncPelWithInventoryCallout()
218 auto l_rc = sd_bus_call_method_async( in createAsyncPel() local
228 if (l_rc < 0) in createAsyncPel()
232 std::string(strerror(-l_rc))); in createAsyncPel()