Home
last modified time | relevance | path

Searched full:parsing (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/Linux-v5.15/drivers/mtd/parsers/
DKconfig20 This provides partition parsing for BCM63xx devices with CFE
24 tristate "Command line partition table parsing"
31 You will still need the parsing functions to be called by the driver
97 This driver adds support for parsing a partition with an Image Tag
101 tristate "ARM Firmware Suite partition parsing"
112 You will still need the parsing functions to be called by the driver
134 tristate "RedBoot partition table parsing"
146 You will still need the parsing functions to be called by the driver
187 This provides support for parsing partitions from Shared Memory (SMEM)
/Linux-v5.15/Documentation/networking/devlink/
Ddevlink-trap.rst414 - 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 …]
/Linux-v5.15/Documentation/bpf/
Dprog_flow_dissector.rst36 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
/Linux-v5.15/crypto/asymmetric_keys/
DKconfig43 This option provides support for parsing X.509 format blobs for key
53 This option provides support for parsing PKCS#8 format blobs for
62 This option provides support for parsing TPM format blobs for
73 This option provides support for parsing PKCS#7 format messages for
/Linux-v5.15/Documentation/networking/
Dstrparser.rst35 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
/Linux-v5.15/drivers/acpi/acpica/
Dpsloop.c12 * 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()
Dpsscope.c43 * DESCRIPTION: Is parsing of current argument complete? Determined by
106 * DESCRIPTION: Push current op to begin parsing its argument
160 * DESCRIPTION: Return to parsing a previous op
177 /* Return to parsing previous op */ in acpi_ps_pop_scope()
/Linux-v5.15/include/linux/qed/
Deth_common.h124 /* The parsing information data fo rthe first tx bd of a given packet */
138 /* The parsing information data for the second tx bd of a given packet */
176 /* Tunneling parsing flags */
365 /* The parsing information data for the third tx bd of a given packet */
388 /* The parsing information data for the forth tx bd of a given packet. */
408 struct eth_tx_data_4th_bd data; /* Parsing information data */
/Linux-v5.15/Documentation/userspace-api/media/rc/
Dkeytable.c.rst125 perror ("parsing input file scancode");
131 perror ("parsing input file scancode");
138 perror ("parsing input file keycode");
142 // printf ("parsing %s=%s:", scancode, keycode);
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-platform-dfl-fme54 fails with -EINVAL if input parsing fails or input error code
63 fails with -EINVAL if input parsing fails or input error code
84 -EINVAL if input parsing fails or input inject error code isn't
93 fials with -EINVAL if input parsing fails or input error code
198 -EINVAL if input parsing fails.
211 -EINVAL if input parsing fails.
/Linux-v5.15/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_platform.c116 dev_err(dev, "sxgbe common irq parsing failed\n"); in sxgbe_platform_probe()
127 dev_err(dev, "sxgbe tx irq parsing failed\n"); in sxgbe_platform_probe()
135 dev_err(dev, "sxgbe rx irq parsing failed\n"); in sxgbe_platform_probe()
142 dev_err(dev, "sxgbe lpi irq parsing failed\n"); in sxgbe_platform_probe()
/Linux-v5.15/tools/testing/selftests/net/
Dmsg_zerocopy.sh34 # Argument parsing
46 # Argument parsing: configure addresses
58 # Argument parsing: select receive mode
/Linux-v5.15/include/linux/
Dparser.h6 * Intended use of these functions is parsing filesystem argument lists,
8 * parsing is required.
/Linux-v5.15/drivers/thermal/intel/int340x_thermal/
Dacpi_thermal_rel.c10 * 2. Provide parsing result to kernel drivers
62 * @trt_count: the number of valid entries resulted from parsing _TRT
63 * @trtp: pointer to pointer of array of _TRT entries in parsing result
139 * @art_count: the number of valid entries resulted from parsing _ART
140 * @artp: pointer to pointer of array of art entries in parsing result
/Linux-v5.15/drivers/pci/
Dof.c255 * devm_of_pci_get_host_bridge_resources() - Resource-managed parsing of PCI
260 * @resources: list where the range of resources will be added after DT parsing
262 * from 'dma-ranges') will be added after DT parsing
271 * It returns zero if the range parsing has been successful or a standard error
315 dev_dbg(dev, "Parsing ranges property...\n"); in devm_of_pci_get_host_bridge_resources()
370 dev_dbg(dev, "Parsing dma-ranges property...\n"); in devm_of_pci_get_host_bridge_resources()
434 * device tree parsing in of_irq_parse_pci()
476 * the OF parsing code. in of_irq_parse_pci()
/Linux-v5.15/include/media/
Dv4l2-fwnode.h3 * V4L2 fwnode binding parsing library
276 * %-EINVAL on parsing failure
288 * parsing of which failed.
334 * %-EINVAL on parsing failure
378 * the parsing of which failed.
425 * * %-ENOLINK if link parsing between v4l2 (sub)dev and connector fails
504 * %-EINVAL if graph or endpoint parsing failed
/Linux-v5.15/scripts/
Dcheck-sysctl-docs32 # curentry: the name of the current proc entry (procname when parsing
33 # a ctl_table, constructed path when parsing a ctl_path)
67 if (debug) print "Parsing " $0
Dleaking_addresses.pl10 # Use --debug to output path before parsing, this is useful to find files that
38 # Timer for parsing each file, in seconds.
245 dprint("parsing config file: $file\n");
388 # CONFIG_PGTABLE_LEVELS. If config file parsing fails or config option
440 printf STDERR "timed out parsing: %s\n", $file;
504 dprint("parsing: $path\n");
/Linux-v5.15/Documentation/filesystems/
Dhfsplus.rst39 For disk devices the generic partition parsing code does this
40 for us. Defaults to not parsing the partition table at all.
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/
Diwl-eeprom-parse.h64 * @dev: device pointer we're parsing for, for debug only
65 * @cfg: device configuration for parsing and overrides
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxfw/
Dmlxfw_mfa2_tlv_multi.c65 pr_err("TLV parsing error\n"); in mlxfw_mfa2_tlv_multi_child_find()
86 pr_err("TLV parsing error\n"); in mlxfw_mfa2_tlv_multi_child_count()
/Linux-v5.15/arch/ia64/kernel/
Dacpi.c81 Boot-time Table Parsing
590 "Error parsing MADT - no LAPIC entries\n"); in early_acpi_boot_init()
632 "Error parsing LAPIC address override entry\n"); in acpi_boot_init()
636 printk(KERN_ERR PREFIX "Error parsing LAPIC NMI entry\n"); in acpi_boot_init()
643 "Error parsing MADT - no IOSAPIC entries\n"); in acpi_boot_init()
652 "Error parsing platform interrupt source entry\n"); in acpi_boot_init()
657 "Error parsing interrupt source overrides entry\n"); in acpi_boot_init()
660 printk(KERN_ERR PREFIX "Error parsing NMI SRC entry\n"); in acpi_boot_init()
/Linux-v5.15/drivers/dax/hmem/
Ddevice.c77 * assigned to a device by the HMAT parsing. in hmem_register_one()
98 * parsing it must be at an initcall level greater than hmat_init().
/Linux-v5.15/tools/perf/tests/
Dparse-no-sample-id-all.c59 * test__parse_no_sample_id_all - test parsing with no sample_id_all bit set.
61 * This function tests parsing data produced on kernel's that do not support the
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dcpu_mask.c68 "case #%d: parsing should fail!\n", i + 1); in test_cpu_mask()
71 "case #%d: cpu mask parsing failed: %d\n", in test_cpu_mask()

12345678910>>...39