/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | config_file_parser.hpp | 111 * Throws an exception if parsing fails. 123 * Throws an exception if parsing fails. 136 * Throws an exception if parsing fails. 148 * Throws an exception if parsing fails. 173 * Throws an exception if parsing fails. 198 * Throws an exception if parsing fails. 218 * Throws an exception if parsing fails. 230 * Throws an exception if parsing fails. 243 * Throws an exception if parsing fails. 256 * Throws an exception if parsing fails. [all …]
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
H A D | parser_test.py | 7 import pybootchartgui.parsing as parsing namespace 30 trace = parsing.Trace(writer, args, options) 31 state = parsing.parse_file(writer, trace, self.mk_fname('header')) 33 self.assertEqual(2, parsing.get_num_cpus(state.headers)) 36 trace = parsing.Trace(writer, args, options) 37 state = parsing.parse_file(writer, trace, self.mk_fname('proc_diskstats.log')) 41 trace = parsing.Trace(writer, args, options) 42 state = parsing.parse_file(writer, trace, self.mk_fname('proc_ps.log')) 63 trace = parsing.Trace(writer, args, options) 64 state_with_headers = parsing.parse_file(writer, trace, self.mk_fname('header')) [all …]
|
H A D | process_tree_test.py | 7 import pybootchartgui.parsing as parsing namespace 23 trace = parsing.Trace(writer, args, options) 25 parsing.parse_file(writer, trace, self.mk_fname('proc_ps.log'))
|
/openbmc/linux/drivers/mtd/parsers/ |
H A D | Kconfig | 20 This provides partition parsing for BCM63xx devices with CFE 34 tristate "Command line partition table parsing" 41 You will still need the parsing functions to be called by the driver 107 This driver adds support for parsing a partition with an Image Tag 111 tristate "ARM Firmware Suite partition parsing" 122 You will still need the parsing functions to be called by the driver 159 tristate "RedBoot partition table parsing" 171 You will still need the parsing functions to be called by the driver 212 This provides support for parsing partitions from Shared Memory (SMEM)
|
/openbmc/openbmc/poky/scripts/pybootchartgui/ |
H A D | NEWS | 4 + Fix parsing of files with non-ascii bytes 5 + Robustness fixes to taskstats and meminfo parsing 19 + Fix some crashes in parsing.py (Jakub Czaplicki, Riccardo) 20 + speedup a bit meminfo parsing (Riccardo) 55 + fix parsing of cmdline for alternative init system (Riccardo) 104 + make num_cpu parsing robust (Michael) 118 + re-factor arg parsing, and parse remote process args 148 + enable parsing, add check button to UI, and --show-all 150 + fix parsing of directories full of files.
|
/openbmc/linux/Documentation/bpf/ |
H A D | prog_flow_dissector.rst | 36 dissection, or BPF_DROP to indicate parsing error. 60 Pre-VLAN parsing:: 79 Post-VLAN parsing:: 111 continue parsing first fragment; the default expected behavior is that 115 stop parsing as soon as it reaches IPv6 flow label; used by 118 parsing as soon as it reaches encapsulated headers; used by routing 131 * ``_dissect`` routine - entry point; it does input ``n_proto`` parsing and
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-trap.rst | 414 - Traps packets dropped due to an error in the VXLAN header parsing which 418 - Traps packets dropped due to an error in the LLC+SNAP header parsing 421 - Traps packets dropped due to an error in the VLAN header parsing. Could 425 - Traps packets dropped due to an error in the PPPoE+PPP header parsing. 431 - Traps packets dropped due to an error in the MPLS header parsing which 435 - Traps packets dropped due to an error in the ARP header parsing 438 - Traps packets dropped due to an error in the first IP header parsing. 445 - Traps packets dropped due to an error in the parsing of the last IP 450 - Traps packets dropped due to an error in the GRE header parsing 453 - Traps packets dropped due to an error in the UDP header parsing. [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | parser_interface.hpp | 12 * Any concrete parser class, implementing parsing logic need to derive from 19 * @brief Pure virtual function for parsing VPD file. 22 * inerface class to implement respective VPD parsing logic. 25 * parsing logic.
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | arg_parsing.c | 33 ASSERT_OK(parse_test_list("arg_parsing", &set, true), "parsing"); in test_parse_test_list() 43 "parsing"); in test_parse_test_list() 57 "parsing"); in test_parse_test_list() 72 "parsing"); in test_parse_test_list() 73 ASSERT_OK(parse_test_list("bpf_cookie", &set, true), "parsing"); in test_parse_test_list() 74 ASSERT_OK(parse_test_list("send_signal", &set, true), "parsing"); in test_parse_test_list() 90 ASSERT_OK(parse_test_list("bpf_cookie/trace", &set, false), "parsing"); in test_parse_test_list() 102 "parsing"); in test_parse_test_list()
|
/openbmc/linux/sound/soc/generic/ |
H A D | audio-graph-card2-custom-sample.c | 45 /* You can custom before parsing */ in custom_hook_pre() 56 /* You can custom after parsing */ in custom_hook_post() 73 * You can custom Normal parsing in custom_normal() 88 * You can custom DPCM parsing in custom_dpcm() 103 * You can custom Codec2Codec parsing in custom_c2c() 157 /* use audio-graph-card2 parsing with own custom hooks */ in custom_probe()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | config_file_parser.hpp | 109 * Throws an exception if parsing fails. 129 * Throws an exception if parsing fails. 141 * Throws an exception if parsing fails. 153 * Throws an exception if parsing fails. 166 * Throws an exception if parsing fails. 178 * Throws an exception if parsing fails. 204 * Throws an exception if parsing fails. 229 * Throws an exception if parsing fails.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-uefi-firmware_1.12.bb | 1 SUMMARY = "Various data structures and parsing tools for UEFI firmware." 3 UEFI firmware parser is a simple module and set of scripts for parsing, \ 4 extracting, and recreating UEFI firmware volumes. This includes parsing \
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | css.py | 82 parsing the document. 110 parsing the document. 138 parsing the document. 175 parsing the document. 204 parsing the document. 232 parsing the document. 258 parsing the document.
|
/openbmc/openbmc/poky/meta/recipes-support/argp-standalone/ |
H A D | argp-standalone_1.4.1.bb | 4 SUMMARY = "Glibc hierarchical argument parsing standalone library" 5 DESCRIPTION = "Standalone version of arguments parsing functions from GLIBC" 29 # We will skip parsing for non-musl systems
|
/openbmc/linux/Documentation/networking/ |
H A D | strparser.rst | 35 parsing (e.g. BPF parsing in case of KCM), and a rcv_msg function 56 Temporarily pause a stream parser. Message parsing is suspended 71 error, and it is called from the upper layer to stop parsing 138 other < 0 Error in parsing, give control back to userspace 200 in parsing. The default function stops the stream parser and
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 172 ``bison`` is used to generate the actual parser, starting from the parsing 175 opens input and output files, creates the parsing context, and eventually calls 178 information about LALR parsing techniques). The LALR(1) parser, whenever it has 249 to simplify parsing. For instance, variable names such as ``RdV``, ``RssV``, 272 macros in ``macros.h`` are kept unexpanded to aid in parsing, as seen in the 407 Parsing Context 411 are the parsing context ``c`` and the ``YYLLOC`` location information. The 423 and parsing errors. 441 Run-time errors can be divided between lexing and parsing errors, lexing errors 446 idef-parser features a fancy parsing error reporting scheme, which for each [all …]
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 195 print "Error parsing BIOSInformation" 230 print "Error parsing SystemInformation" 289 print "Error parsing BaseboardInformation" 373 print "Error parsing SystemEnclosure" 494 print "Error parsing Processor Information" 541 print "Error parsing MemoryControllerInformation" 573 print "Error parsing MemoryModuleInformation" 667 print "Error parsing CacheInformation" 768 print "Error parsing PortConnectorInfo" 880 print "Error parsing SystemSlots" [all …]
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | Kconfig | 32 This option provides support for parsing X.509 format blobs for key 42 This option provides support for parsing PKCS#8 format blobs for 53 This option provides support for parsing PKCS#7 format messages for
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | psloop.c | 12 * Perl) do. Parsing is done by hand rather than with a YACC generated parser 13 * to tightly constrain stack and dynamic memory usage. Parsing is kept 14 * flexible and the code fairly compact by parsing based on a list of AML 139 * Skip parsing of control method because we don't have enough in acpi_ps_get_arguments() 171 * Skip parsing of Buffers and Packages because we don't have in acpi_ps_get_arguments() 298 /* Iterative parsing loop, while there is more AML to process: */ in acpi_ps_parse_loop() 415 * If the if/while op fails to parse, we will skip parsing in acpi_ps_parse_loop() 486 * Skip parsing of control method or opregion body, in acpi_ps_parse_loop() 490 * Completed parsing an op_region declaration, we now in acpi_ps_parse_loop()
|
/openbmc/linux/include/linux/qed/ |
H A D | eth_common.h | 125 /* The parsing information data fo rthe first tx bd of a given packet */ 139 /* The parsing information data for the second tx bd of a given packet */ 177 /* Tunneling parsing flags */ 366 /* The parsing information data for the third tx bd of a given packet */ 389 /* The parsing information data for the forth tx bd of a given packet. */ 409 struct eth_tx_data_4th_bd data; /* Parsing information data */
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dbg_hsi.h | 398 /* Idle Check rule parsing data */ 1236 * Return: Error if the parsing fails, ok otherwise. 1252 * Return: Error if the parsing fails, ok otherwise. 1285 * Return: Error if the parsing fails, ok otherwise. 1300 * Return: Error if the parsing fails, ok otherwise. 1310 * parsing. After the continuous parsing ends, mcp_trace_free_meta_data should 1317 * Return: Error if the parsing fails, ok otherwise. 1331 * Return: Error if the parsing fails, ok otherwise. 1340 * Should be called after continuous MCP Trace parsing. 1358 * Return: Error if the parsing fails, ok otherwise. [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | event.py | 413 """Configuration Parsing Complete""" 416 """Multi-Config Parsing Complete""" 427 """ Recipe Parsing Complete but not yet finalised""" 430 """ Recipe Parsing Complete but not yet finalised""" 445 """ Recipe Parsing Complete """ 602 """Recipe parsing for the runqueue has begun""" 604 OperationStarted.__init__(self, "Recipe parsing Started") 608 """Recipe parsing for the runqueue has completed""" 610 OperationCompleted.__init__(self, total, "Recipe parsing Completed") 620 """Recipe parsing progress""" [all …]
|
/openbmc/pldm/fw-update/ |
H A D | package_parser.hpp | 21 * PackageParser is the abstract base class for parsing the PLDM firmware 59 * @note Throws exception is parsing fails 66 * @return if parsing the package is successful, return firmware device ID 76 * @return if parsing the package is successful, return component image
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
H A D | ConfHandler.py | 102 raise ParseError("Error parsing %s: %s" % (fn, exc.strerror), parentfn, lineno) 107 # particularly when the weak default might appear half way though parsing a chain 109 # parsing. This turns out to be a hard problem to solve any other way. 151 # DONE WITH PARSING... time to evaluate 162 # baseconfig is set for the bblayers/layer.conf cookerdata config parsing
|
/openbmc/linux/tools/perf/util/ |
H A D | metricgroup.h | 30 * A metric referenced by a metric_expr. When parsing a metric expression IDs 33 * metric_events need to be known before parsing so that their values may be 65 /** A value substituted for '?' during parsing. */
|