Home
last modified time | relevance | path

Searched full:parsers (Results 1 – 25 of 130) sorted by relevance

123456

/openbmc/openbmc/meta-ibm/dynamic-layers/meta-openpower/recipes-phosphor/vpd/
H A Dopenpower-fru-vpd_%.bbappend9 SYSTEMD_SERVICE:${PN}:append:p10bmc = " wait-vpd-parsers.service"
36 LINK="$D$systemd_system_unitdir/obmc-chassis-poweroff@0.target.wants/wait-vpd-parsers.service"
37 TARGET="../wait-vpd-parsers.service"
41 LINK="$D$systemd_system_unitdir/obmc-chassis-poweroff@0.target.wants/wait-vpd-parsers.service"
/openbmc/linux/sound/soc/intel/avs/
H A Dtopology.c196 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_uuid_tokens() argument
208 if (parsers[j].type != SND_SOC_TPLG_TUPLE_TYPE_UUID || in avs_parse_uuid_tokens()
209 parsers[j].token != le32_to_cpu(tuple->token)) in avs_parse_uuid_tokens()
212 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_uuid_tokens()
222 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_string_tokens() argument
234 if (parsers[j].type != SND_SOC_TPLG_TUPLE_TYPE_STRING || in avs_parse_string_tokens()
235 parsers[j].token != le32_to_cpu(tuple->token)) in avs_parse_string_tokens()
238 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_string_tokens()
248 const struct avs_tplg_token_parser *parsers, int count, in avs_parse_word_tokens() argument
260 if (!(parsers[j].type == SND_SOC_TPLG_TUPLE_TYPE_WORD || in avs_parse_word_tokens()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A D__init__.py2 BitBake Parsers
4 File parsers for the BitBake build tools.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jsoncpp/
H A Djsoncpp_1.9.6.bb7 HOMEPAGE = "https://github.com/open-source-parsers/jsoncpp"
17 SRC_URI = "git://github.com/open-source-parsers/jsoncpp;branch=master;protocol=https"
/openbmc/linux/include/linux/mtd/
H A Dpartitions.h48 const char *const *types; /* names of parsers to use if any */
66 * struct mtd_part_parser_data - used to pass data to MTD partition parsers.
102 * module_mtd_part_parser() - Helper macro for MTD partition parsers that don't
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibparse-yapp-perl_1.21.bb1 SUMMARY = "Perl extension for generating and using LALR parsers"
3 of modules that let you generate and use yacc like thread safe (reentrant) parsers \
/openbmc/linux/Documentation/crypto/
H A Dasymmetric-keys.rst14 - Instantiation data parsers.
36 Also provided is the concept of a data parser. Data parsers are responsible
49 If a key is added with an empty name, the instantiation data parsers are given
229 Instantiation Data Parsers
241 Examples of blob formats for which parsers could be implemented include:
320 Functions are provided to register and unregister parsers::
325 Parsers may not have the same name. The names are otherwise only used for
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpp-netlib/cpp-netlib/
H A Da53f123040998744602f190944464af0e159ea19.patch12 --- a/boost/network/protocol/http/server/impl/parsers.ipp
13 +++ b/boost/network/protocol/http/server/impl/parsers.ipp
/openbmc/openbmc/poky/meta/recipes-extended/perl/
H A Dlibxml-sax-perl_1.02.bb4 building Perl SAX2 XML parsers, filters, and drivers. It is designed \
5 around the need to be able to "plug in" different SAX parsers to an \
/openbmc/u-boot/include/linux/mtd/
H A Dpartitions.h58 * struct mtd_part_parser_data - used to pass data to MTD partition parsers.
60 * @of_node: for OF parsers, device node containing partitioning information
/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-apps.bbappend24 python3-sbe-log-parsers \
25 hostboot-pel-parsers \
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout/
H A DREADME.md85 the system MRW parsers.
95 inventory objects. Similar MRW parsers could be written for other device
/openbmc/linux/Documentation/sphinx/
H A Dkernel_include.py38 from docutils.parsers.rst import directives
39 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines
40 from docutils.parsers.rst.directives.misc import Include
/openbmc/u-boot/Documentation/sphinx/
H A Dkernel_include.py38 from docutils.parsers.rst import directives
39 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines
40 from docutils.parsers.rst.directives.misc import Include
/openbmc/linux/drivers/mtd/
H A Dmtdpart.c468 * Many partition parsers just expected the core to kfree() all their data in
542 * MTD parsers can specify supported partitions by providing a table of
650 * @types: names of partition parsers to try or %NULL
654 * uses MTD partition parsers, specified in @types. However, if @types is %NULL,
655 * then the default list of parsers is used. The default list contains only the
656 * "cmdlinepart" and "ofpart" parsers ATM.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-defusedxml_0.7.1.bb3 parsers that prevent any potentially malicious operation."
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py2 BitBake Parsers
4 File parsers for the BitBake build tools.
/openbmc/qemu/docs/sphinx/
H A Ddbusdoc.py31 from docutils.parsers.rst import Directive, directives
32 from docutils.parsers.rst.states import RSTState
H A Dfakedbusdoc.py10 from docutils.parsers.rst import Directive
/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/
H A Dhostboot-pel-parsers_git.bb1 SUMMARY = "Hostboot PEL python parsers"
H A Dpython3-sbe-log-parsers_git.bb1 SUMMARY = "SBE log python parsers"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/
H A D0001-adjust-for-64bit-time_t.patch15 src/parsers/parser_teletext.c | 2 +-
64 --- a/src/parsers/parser_teletext.c
65 +++ b/src/parsers/parser_teletext.c
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_cle.c133 /* PTREE_RAM onwards, DRAM regions are common for all parsers */ in xgene_cle_dram_wr()
134 nparsers = (type >= PTREE_RAM) ? 1 : cle->parsers; in xgene_cle_dram_wr()
165 for (i = 0; i < cle->parsers; i++) { in xgene_cle_enable_ptree()
627 for (i = 0; i < enet_cle->parsers; i++) { in xgene_cle_setup_def_dbptr()
737 for (i = 0; i < cle->parsers; i++) { in xgene_cle_setup_rss()
/openbmc/openbmc/meta-google/recipes-extended/libconfig/files/
H A D0001-conf2struct-Use-the-right-perl.patch22 # conf2struct: generate libconf parsers that read to structs
/openbmc/phosphor-logging/extensions/openpower-pels/registry/
H A DREADME.md33 [here](O_component_ids.json). That file can used by PEL parsers to display a
228 define what the SRC word means for use by parsers. If not specified, these SRC
267 The documentation fields are used by PEL parsers to display a human readable
346 …https://github.com/ibm-openbmc/openpower-pel-parsers/blob/master/modules/calloutparsers/ocallouts/…

123456