/openbmc/openpower-vpd-parser/test/ |
H A D | utest_keyword_parser.cpp | 48 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 59 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 69 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 79 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 89 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 99 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 109 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 121 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 133 Parser l_vpdParser(l_vpdFile, l_json); in TEST()
|
H A D | utest_ipz_parser.cpp | 12 vpd::Parser l_vpdParser(l_vpdFile, l_json); in TEST() 70 EXPECT_THROW(vpd::Parser(l_vpdFile, l_json), std::runtime_error); in TEST() 78 vpd::Parser l_vpdParser(l_vpdFile, l_json); in TEST() 88 vpd::Parser l_vpdParser(l_vpdFile, l_json); in TEST() 98 vpd::Parser l_vpdParser(l_vpdFile, l_json); in TEST() 110 vpd::Parser l_vpdParser(l_vpdFile, l_json); in TEST() 121 vpd::Parser l_vpdParser(l_vpdFile, l_json); in TEST() 131 vpd::Parser l_vpdParser(l_vpdFile, l_json); in TEST()
|
H A D | utest_ddimm_parser.cpp | 34 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 58 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 69 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 80 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 90 Parser l_vpdParser(l_vpdFile, l_json); in TEST() 101 Parser l_vpdParser(l_vpdFile, l_json); in TEST()
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | parser.cpp | 14 Parser::Parser(const std::string& vpdFilePath, nlohmann::json parsedJson) : in Parser() function in vpd::Parser 41 std::shared_ptr<vpd::ParserInterface> Parser::getVpdParserInstance() in getVpdParserInstance() 54 types::VPDMapVariant Parser::parse() in parse() 60 int Parser::updateVpdKeyword(const types::WriteVpdParams& i_paramsToWriteData) in updateVpdKeyword() 237 int Parser::updateVpdKeywordOnRedundantPath( in updateVpdKeywordOnRedundantPath() 243 std::shared_ptr<Parser> l_parserObj = in updateVpdKeywordOnRedundantPath() 244 std::make_shared<Parser>(i_fruPath, m_parsedJson); in updateVpdKeywordOnRedundantPath() 263 int Parser::updateVpdKeywordOnHardware( in updateVpdKeywordOnHardware()
|
H A D | backup_restore.cpp | 66 std::shared_ptr<Parser> l_vpdParser = in backupAndRestore() 67 std::make_shared<Parser>(l_srcVpdPath, m_sysCfgJsonObj); in backupAndRestore() 85 std::shared_ptr<Parser> l_vpdParser = in backupAndRestore() 86 std::make_shared<Parser>(l_dstVpdPath, m_sysCfgJsonObj); in backupAndRestore() 315 std::make_shared<Parser>(l_dstFruPath, m_sysCfgJsonObj); in backupAndRestoreIpzVpd() 336 std::make_shared<Parser>(l_srcFruPath, m_sysCfgJsonObj); in backupAndRestoreIpzVpd()
|
H A D | vpd_parser_main.cpp | 78 std::shared_ptr<vpd::Parser> vpdParser = in main() 79 std::make_shared<vpd::Parser>(vpdFilePath, json); in main()
|
H A D | manager.cpp | 541 std::shared_ptr<Parser> l_parserObj = in updateKeywordOnHardware() 542 std::make_shared<Parser>(l_fruPath, l_sysCfgJsonObj); in updateKeywordOnHardware() 572 std::shared_ptr<Parser> l_parserObj = in updateKeywordOnHardware() 573 std::make_shared<Parser>(i_fruPath, l_sysCfgJsonObj); in updateKeywordOnHardware() 612 std::shared_ptr<vpd::Parser> l_parserObj = in readKeyword() 613 std::make_shared<vpd::Parser>(i_fruPath, l_jsonObj); in readKeyword()
|
/openbmc/phosphor-networkd/src/ |
H A D | util.hpp | 18 class Parser; 49 bool getIPv6AcceptRA(const config::Parser& config); 65 DHCPVal getDHCPValue(const config::Parser& config); 72 bool getDHCPProp(const config::Parser& config, DHCPType dhcpType,
|
H A D | ethernet_interface.hpp | 65 class Parser; 91 const config::Parser& config, bool enabled); 116 void loadNTPServers(const config::Parser& config); 120 void loadNameServers(const config::Parser& config); 279 const config::Parser& config, bool enabled);
|
H A D | util.cpp | 169 inline auto systemdParseLast(const config::Parser& config, in systemdParseLast() 197 bool getIPv6AcceptRA(const config::Parser& config) in getIPv6AcceptRA() 209 DHCPVal getDHCPValue(const config::Parser& config) in getDHCPValue() 215 bool getDHCPProp(const config::Parser& config, DHCPType dhcpType, in getDHCPProp()
|
H A D | config_parser.cpp | 120 Parser::Parser(const fs::path& filename) in Parser() function in phosphor::network::config::Parser 249 void Parser::setFile(const fs::path& filename) in setFile() 302 void Parser::writeFile() const in writeFile() 307 void Parser::writeFile(const fs::path& filename) in writeFile()
|
H A D | config_parser.hpp | 149 class Parser class 154 Parser() = default; 159 Parser(const fs::path& filename);
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/ |
H A D | libhtml-parser-perl_3.72.bb | 1 DESCRIPTION = "This package contains the Parser.pm module with friends." 2 HOMEPAGE = "https://metacpan.org/release/GAAS/HTML-Parser-3.72" 10 SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz" 14 S = "${WORKDIR}/HTML-Parser-${PV}"
|
/openbmc/openbmc/poky/meta/recipes-devtools/intltool/intltool/ |
H A D | remove-perl-check.patch | 7 perl which doesn't have XML::Parser installed, despite the fact that intltool 8 will work fine as nativeperl has XML::Parser. 35 - AC_MSG_CHECKING([for XML::Parser]) 36 - if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then 39 - AC_MSG_ERROR([XML::Parser perl module is required for intltool])
|
H A D | noperlcheck.patch | 30 -AC_MSG_CHECKING([for XML::Parser]) 31 -if `$PERL -e "require XML::Parser" 2>/dev/null`; then 34 - AC_MSG_ERROR([XML::Parser perl module is required for intltool])
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-fru-whitelist-native.bb | 1 SUMMARY = "Whitelisted IPMI FRU Parser commands" 2 DESCRIPTION = "Whitelisted IPMI FRU Parser commands for OpenBMC"
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/ |
H A D | libxml-parser-perl_2.47.bb | 1 SUMMARY = "XML::Parser - A perl module for parsing XML documents" 9 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz \ 15 S = "${WORKDIR}/XML-Parser-${PV}"
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | parser.hpp | 21 class Parser class 30 Parser(const std::string& vpdFilePath, nlohmann::json parsedJson);
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/ |
H A D | edk2-test-parser-native.bb | 1 SUMMARY = "EDK2 Test Parser" 2 DESCRIPTION = "EDK2 Test Parser for parsing the results of UEFI SCT tests"
|
/openbmc/phosphor-networkd/test/ |
H A D | test_ethernet_interface.cpp | 48 config::Parser()}; in makeInterface() 92 "/xyz/openbmc_test/network"sv, config::Parser()); in TEST_F() 154 config::Parser parser((confDir / "00-bmc-test0.network").native()); in TEST_F() 171 config::Parser parser((confDir / "00-bmc-test0.network").native()); in TEST_F()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/ |
H A D | 0001-Define-createIdentifierRef-prototype-in-yang-complex.patch | 33 +extern void smiyyerror(char *msg, Parser *parserPtr); 47 extern Parser *currentParser;
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-parso_0.8.4.bb | 1 SUMMARY = "A Python Parser"
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pycparser_2.22.bb | 1 SUMMARY = "Parser of the C language, written in pure Python"
|
/openbmc/openpower-vpd-parser/ |
H A D | README.md | 11 ## OpenPower VPD Parser 24 ## IBM VPD Parser
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lemon/ |
H A D | lemon_3.44.2.bb | 1 DESCRIPTION = "The Lemon Parser Generator"
|