Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 124 of 124) sorted by relevance

/linux-4.4.14/lib/
Ddecompress_unlzo.c58 u8 *parse = input; in parse_header() local
73 if (*parse++ != lzop_magic[l]) in parse_header()
79 version = get_unaligned_be16(parse); in parse_header()
80 parse += 7; in parse_header()
82 level = *parse++; in parse_header()
83 if (get_unaligned_be32(parse) & HEADER_HAS_FILTER) in parse_header()
84 parse += 8; /* flags + filter info */ in parse_header()
86 parse += 4; /* flags */ in parse_header()
94 if (end - parse < 8 + 1 + 4) in parse_header()
98 parse += 8; in parse_header()
[all …]
/linux-4.4.14/tools/perf/util/
DBuild19 libperf-y += parse-options.o
20 libperf-y += parse-events.o
52 libperf-y += trace-event-parse.o
53 libperf-y += parse-events-flex.o
54 libperf-y += parse-events-bison.o
87 libperf-y += parse-branch-options.o
88 libperf-y += parse-regs-options.o
115 $(OUTPUT)util/parse-events-flex.c: util/parse-events.l $(OUTPUT)util/parse-events-bison.c
117 …cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) util/p…
119 $(OUTPUT)util/parse-events-bison.c: util/parse-events.y
[all …]
Dpmu.y2 %parse-param {struct list_head *format}
3 %parse-param {char *name}
Dannotate.c106 .parse = call__parse,
136 .parse = jump__parse,
190 if (ops->locked.ins->ops->parse && in lock__parse()
191 ops->locked.ins->ops->parse(ops->locked.ops) < 0) in lock__parse()
230 .parse = lock__parse,
293 .parse = mov__parse,
334 .parse = dec__parse,
677 if (dl->ins->ops->parse && dl->ins->ops->parse(&dl->ops) < 0) in disasm_line__init_ins()
Dannotate.h39 int (*parse)(struct ins_operands *ops); member
Dparse-events.y2 %parse-param {void *_data}
3 %parse-param {void *scanner}
/linux-4.4.14/scripts/genksyms/
DMakefile5 genksyms-objs := genksyms.o parse.tab.o lex.lex.o
12 $(obj)/lex.lex.o: $(obj)/keywords.hash.c $(obj)/parse.tab.h
14 clean-files := keywords.hash.c lex.lex.c parse.tab.c parse.tab.h
Dlex.lex.c_shipped567 #include "parse.tab.h"
879 parse expressions, but we do want whitespace to be arranged
Dparse.tab.c_shipped1101 /* Nonzero means print parse trace. It is left uninitialized so that
1497 YYDPRINTF ((stderr, "Starting parse\n"));
/linux-4.4.14/drivers/pcmcia/
Dpcmcia_cis.c39 cisdata_t code, void *parse) in pccard_read_tuple() argument
63 ret = pcmcia_parse_tuple(&tuple, parse); in pccard_read_tuple()
86 cisdata_t code, cisparse_t *parse, void *priv_data, in pccard_loop_tuple() argument
88 cisparse_t *parse, in pccard_loop_tuple()
112 if (parse) in pccard_loop_tuple()
113 if (pcmcia_parse_tuple(&tuple, parse)) in pccard_loop_tuple()
116 ret = loop_tuple(&tuple, parse, priv_data); in pccard_loop_tuple()
146 cisparse_t parse; member
157 static int pcmcia_do_loop_config(tuple_t *tuple, cisparse_t *parse, void *priv) in pcmcia_do_loop_config() argument
161 cistpl_cftable_entry_t *cfg = &parse->cftable_entry; in pcmcia_do_loop_config()
[all …]
Dcs_internal.h164 cisdata_t code, void *parse);
171 cisdata_t code, cisparse_t *parse, void *priv_data,
173 cisparse_t *parse,
Dcistpl.c1289 int pcmcia_parse_tuple(tuple_t *tuple, cisparse_t *parse) in pcmcia_parse_tuple() argument
1298 ret = parse_device(tuple, &parse->device); in pcmcia_parse_tuple()
1301 ret = parse_checksum(tuple, &parse->checksum); in pcmcia_parse_tuple()
1305 ret = parse_longlink(tuple, &parse->longlink); in pcmcia_parse_tuple()
1308 ret = parse_longlink_mfc(tuple, &parse->longlink_mfc); in pcmcia_parse_tuple()
1311 ret = parse_vers_1(tuple, &parse->version_1); in pcmcia_parse_tuple()
1314 ret = parse_altstr(tuple, &parse->altstr); in pcmcia_parse_tuple()
1318 ret = parse_jedec(tuple, &parse->jedec); in pcmcia_parse_tuple()
1321 ret = parse_manfid(tuple, &parse->manfid); in pcmcia_parse_tuple()
1324 ret = parse_funcid(tuple, &parse->funcid); in pcmcia_parse_tuple()
[all …]
/linux-4.4.14/tools/lib/traceevent/
DBuild1 libtraceevent-y += event-parse.o
4 libtraceevent-y += parse-filter.o
5 libtraceevent-y += parse-utils.o
6 libtraceevent-y += kbuffer-parse.o
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh50 parse-build.sh $i/Make.out $configfile
51 parse-torture.sh $i/console.log $configfile
52 parse-console.sh $i/console.log $configfile
66 parse-build.sh $i/Make.out $configfile
Dparse-build.sh31 T=/tmp/parse-build.sh.$$
Dparse-torture.sh30 T=/tmp/parse-torture.sh.$$
Dkvm-test-1-run.sh109 parse-build.sh $resdir/Make.out $title
Dkvm.sh284 git rev-parse HEAD >> $resdir/$ds/testid.txt
/linux-4.4.14/drivers/mtd/maps/
Dpcmciamtd.c338 cisparse_t parse; in pcmciamtd_cistpl_format() local
340 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_format()
341 cistpl_format_t *t = &parse.format; in pcmciamtd_cistpl_format()
353 cisparse_t parse; in pcmciamtd_cistpl_jedec() local
356 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_jedec()
357 cistpl_jedec_t *t = &parse.jedec; in pcmciamtd_cistpl_jedec()
370 cisparse_t parse; in pcmciamtd_cistpl_device() local
371 cistpl_device_t *t = &parse.device; in pcmciamtd_cistpl_device()
374 if (pcmcia_parse_tuple(tuple, &parse)) in pcmciamtd_cistpl_device()
394 cisparse_t parse; in pcmciamtd_cistpl_geo() local
[all …]
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DMakefile7 iwlwifi-objs += iwl-eeprom-read.o iwl-eeprom-parse.o
8 iwlwifi-objs += iwl-phy-db.o iwl-nvm-parse.o
/linux-4.4.14/drivers/mmc/core/
Dsdio_cis.c108 tpl_parse_t *parse; member
126 if (tpl->parse) in cis_tpl_parse()
127 ret = tpl->parse(card, func, buf, size); in cis_tpl_parse()
/linux-4.4.14/include/keys/
Dasymmetric-parser.h31 int (*parse)(struct key_preparsed_payload *prep); member
/linux-4.4.14/drivers/mcb/
DMakefile5 mcb-y += mcb-parse.o
/linux-4.4.14/tools/power/cpupower/bench/
DMakefile10 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
/linux-4.4.14/tools/perf/tests/
DBuild2 perf-y += parse-events.o
31 perf-y += parse-no-sample-id-all.o
/linux-4.4.14/drivers/fmc/
DMakefile7 fmc-y += fru-parse.o
/linux-4.4.14/block/partitions/
Dmsdos.c435 void (*parse)(struct parsed_partitions *, sector_t, sector_t, int); member
572 for (n = 0; subtypes[n].parse && id != subtypes[n].id; n++) in msdos_partition()
575 if (!subtypes[n].parse) in msdos_partition()
577 subtypes[n].parse(state, start_sect(p) * sector_size, in msdos_partition()
/linux-4.4.14/tools/power/cpupower/
DToDo3 - Use bitmask functions to parse CPU topology more robust
/linux-4.4.14/scripts/
Dgen_initramfs_list.sh106 parse() { function
182 ${dep_list}parse ${x}
Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
Dsetlocalversion47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
Dasn1_compiler.c557 static void parse(void);
643 parse(); in main()
808 static void parse(void) in parse() function
/linux-4.4.14/Documentation/
Ddontdiff188 parse.c
189 parse.h
Dadding-syscalls.txt270 so needs to parse areas of (__user) memory that could hold either 32-bit or
308 compat_sys_xyzzy() routine can then use this compat_ structure to parse the
/linux-4.4.14/arch/avr32/include/asm/
Dsetup.h117 int (*parse)(struct tag *); member
/linux-4.4.14/arch/arm/include/uapi/asm/
Dsetup.h173 int (*parse)(const struct tag *); member
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt49 the opportunity to pre-parse a key and to determine the description the key
222 blob of data that holds the key data. It would have to parse it and error
250 int (*parse)(struct key_preparsed_payload *prep);
259 (1) parse().
279 size. The parse() function is not permitted to change these two values at
/linux-4.4.14/kernel/
Dtaskstats.c338 static int parse(struct nlattr *na, struct cpumask *mask) in parse() function
473 rc = parse(info->attrs[TASKSTATS_CMD_ATTR_REGISTER_CPUMASK], mask); in cmd_attr_register_cpumask()
489 rc = parse(info->attrs[TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK], mask); in cmd_attr_deregister_cpumask()
/linux-4.4.14/scripts/coccinelle/misc/
Ddoubleinit.cocci10 // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise
/linux-4.4.14/arch/xtensa/kernel/
Dsetup.c102 int (*parse)(const bp_tag_t*); member
177 t->parse(tag); in parse_bootparam()
/linux-4.4.14/tools/perf/Documentation/
Dperf-mem.txt37 Dump the raw decoded samples on the screen in a format that is easy to parse with
/linux-4.4.14/Documentation/ABI/stable/
Dvdso12 To find the DSO, parse the auxiliary vector passed to the program's
Dsysfs-firmware-opal-elog32 do not parse this at all in kernel, leaving it up to
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dmmp-dma.txt23 * ICU parse out irq channel from ICU register,
/linux-4.4.14/include/pcmcia/
Dds.h188 int pcmcia_parse_tuple(tuple_t *tuple, cisparse_t *parse);
/linux-4.4.14/scripts/package/
DMakefile124 git --git-dir=$(srctree)/.git rev-parse HEAD > $(perf-tar)/HEAD; \
/linux-4.4.14/tools/usb/usbip/libsrc/
Dnames.c309 static void parse(FILE *f) in parse() function
501 parse(f); in names_init()
/linux-4.4.14/arch/arm/kernel/
Datags_parse.c155 t->parse(tag); in parse_tag()
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91c92_cs.c462 cisparse_t parse; in pcmcia_get_versmac() local
465 if (pcmcia_parse_tuple(tuple, &parse)) in pcmcia_get_versmac()
468 buf = parse.version_1.str + parse.version_1.ofs[3]; in pcmcia_get_versmac()
470 if ((parse.version_1.ns > 3) && (cvt_ascii_address(dev, buf) == 0)) in pcmcia_get_versmac()
/linux-4.4.14/Documentation/fmc/
Didentifiers.txt32 minimum mandatory subset - we create a simple structure and parse it
33 back at run time, but we are not able to either generate or parse more
Dcarrier.txt187 calls this method and parse the SDB tree of the FPGA.
/linux-4.4.14/crypto/asymmetric_keys/
Dasymmetric_type.c296 ret = parser->parse(prep); in asymmetric_key_preparse()
Dx509_public_key.c380 .parse = x509_key_preparse,
/linux-4.4.14/net/ethernet/
Deth.c340 .parse = eth_header_parse,
/linux-4.4.14/net/8021q/
Dvlan_dev.c504 .parse = eth_header_parse,
523 .parse = eth_header_parse,
/linux-4.4.14/drivers/gpu/drm/msm/
DNOTES85 parse logged register reads/writes (both from downstream android fbdev
/linux-4.4.14/Documentation/hid/
Duhid.txt82 the kernel. The kernel will parse the event immediately and if the event ID is
104 on the interrupt channel. The kernel will parse the HID reports.
Dhid-sensor.txt70 The processing driver will use an interface provided by the core driver to parse
Dhid-transport.txt258 - int (*parse) (struct hid_device *hdev)
/linux-4.4.14/Documentation/fpga/
Dfpga-mgr.txt12 it's just binary data. The FPGA manager core won't parse it.
/linux-4.4.14/drivers/hid/
Dhid-hyperv.c476 .parse = mousevsc_hid_parse,
Dhid-logitech-dj.c823 .parse = logi_dj_ll_parse,
Duhid.c361 .parse = uhid_hid_parse,
DKconfig68 This driver cannot be used to parse HID-reports in user-space and write
Dhid-core.c2610 ret = hdev->ll_driver->parse(hdev); in hid_add_device()
/linux-4.4.14/net/hsr/
Dhsr_device.c250 .parse = eth_header_parse,
/linux-4.4.14/Documentation/networking/
Dradiotap-headers.txt90 If you are having to parse a radiotap struct, you can radically simplify the
Dcdc_mbim.txt126 convenience, eliminating the need to parse the USB descriptors from
Dopenvswitch.txt32 versions to parse additional protocols as part of the flow key. It
/linux-4.4.14/net/wireless/
Dnl80211.c829 struct key_parse parse; in nl80211_parse_connkeys() local
842 memset(&parse, 0, sizeof(parse)); in nl80211_parse_connkeys()
843 parse.idx = -1; in nl80211_parse_connkeys()
845 err = nl80211_parse_key_new(key, &parse); in nl80211_parse_connkeys()
849 if (!parse.p.key) in nl80211_parse_connkeys()
851 if (parse.idx < 0 || parse.idx > 4) in nl80211_parse_connkeys()
853 if (parse.def) { in nl80211_parse_connkeys()
857 result->def = parse.idx; in nl80211_parse_connkeys()
858 if (!parse.def_uni || !parse.def_multi) in nl80211_parse_connkeys()
860 } else if (parse.defmgmt) in nl80211_parse_connkeys()
[all …]
DKconfig105 regulatory core will allow and parse these regulatory hints.
/linux-4.4.14/drivers/video/fbdev/
Dacornfb.c877 void (*parse)(char *opt); member
906 optp->parse(opt + optlen + 1); in acornfb_setup()
/linux-4.4.14/Documentation/scheduler/
Dsched-domains.txt75 CONFIG_SCHED_DEBUG. This enables an error checking parse of the sched domains
/linux-4.4.14/include/linux/
Dnetfilter.h401 int (*parse)(const struct nlattr *attr, struct nf_conn *ct); member
Dhid.h738 int (*parse)(struct hid_device *hdev); member
Dnetdevice.h263 int (*parse)(const struct sk_buff *skb, unsigned char *haddr); member
2491 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header()
2493 return dev->header_ops->parse(skb, haddr); in dev_parse_header()
/linux-4.4.14/drivers/mtd/
DKconfig35 If you need code which can detect and parse this table, and register
121 If you need code which can detect and parse these tables, and
/linux-4.4.14/net/phonet/
Daf_phonet.c154 .parse = pn_header_parse,
/linux-4.4.14/arch/avr32/kernel/
Dsetup.c420 t->parse(tag); in parse_tag()
/linux-4.4.14/drivers/thermal/
DKconfig34 prompt "APIs to parse thermal data out of device tree"
39 read and parse thermal data definitions out of the
/linux-4.4.14/Documentation/DocBook/
Dkernel-api.xml.db119 API---bitmap-parse
120 API-bitmap-parse-user
299 API-ipc-parse-version
Ddevice-drivers.xml.db941 API-uart-parse-earlycon
942 API-uart-parse-options
1036 API-matrix-keypad-parse-of-params
Dgpu.xml.db111 API-drm-mode-parse-command-line-for-connector
593 API-i915-parse-cmds
Dnetworking.xml.db364 API-eth-header-parse
/linux-4.4.14/Documentation/dvb/
Dci.txt185 parse
/linux-4.4.14/Documentation/fb/
Dmodedb.txt91 is no support yet in the layer to parse this additional blocks.)
Dudlfb.txt138 which can be passed to utilities like parse-edid.
/linux-4.4.14/drivers/tty/serial/8250/
Dserial_cs.c94 cisparse_t parse; member
/linux-4.4.14/net/mac802154/
Diface.c507 .parse = mac802154_header_parse,
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c344 .parse = eth_header_parse,
/linux-4.4.14/Documentation/devicetree/
Dusage-model.txt202 several times with different helper callbacks to parse device tree
206 is used to parse the chosen node including kernel parameters,
Dbooting-without-of.txt287 does not parse / consider data which is already covered by the boot
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-cache.txt86 cache_parse should parse this, find the item in the
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt204 The architecture code calls parse_early_param() to parse the kernel
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt188 parse/classify config, irq config, enable, reset
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c364 brcmf_find_wpaie(const u8 *parse, u32 len) in brcmf_find_wpaie() argument
368 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpaie()
369 if (brcmf_tlv_has_ie((const u8 *)ie, &parse, &len, in brcmf_find_wpaie()
377 brcmf_find_wpsie(const u8 *parse, u32 len) in brcmf_find_wpsie() argument
381 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpsie()
382 if (brcmf_tlv_has_ie((u8 *)ie, &parse, &len, in brcmf_find_wpsie()
/linux-4.4.14/Documentation/x86/x86_64/
Dboot-options.txt146 numa=noacpi Don't parse the SRAT table for NUMA setup
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_main.c803 .parse = hostap_80211_header_parse,
/linux-4.4.14/drivers/hid/i2c-hid/
Di2c-hid.c782 .parse = i2c_hid_parse,
/linux-4.4.14/net/ipv4/
Dip_gre.c764 .parse = ipgre_header_parse,
/linux-4.4.14/net/bluetooth/hidp/
Dcore.c737 .parse = hidp_parse,
/linux-4.4.14/drivers/net/
DKconfig266 little-endian kernel to parse vnet headers that come from a
Dmacvlan.c555 .parse = eth_header_parse,
/linux-4.4.14/drivers/media/dvb-core/
Ddvb_net.c1191 .parse = eth_header_parse,
/linux-4.4.14/net/netfilter/
Dnfnetlink_queue.c1022 if (nfnl_ct->parse(nfqa[NFQA_CT], ct) < 0) in nfqnl_ct_parse()
Dnf_conntrack_netlink.c2402 .parse = ctnetlink_glue_parse,
/linux-4.4.14/drivers/acpi/
DKconfig217 to parse CPPC tables as described in the ACPI 5.1+ spec. The
/linux-4.4.14/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt307 thus easier to create and parse) than any of the (literally dozens of)
Dxfs-self-describing-metadata.txt62 hence parse and verify the metadata object. IF we can't independently identify
Dvfs.txt1131 The <linux/parser.h> header defines an API that helps parse these
/linux-4.4.14/drivers/firewire/
Dnet.c275 .parse = fwnet_header_parse,
/linux-4.4.14/Documentation/trace/
Devents.txt106 be used to parse the binary trace stream, and is also the place to
Dftrace.txt447 For tools that can parse the ftrace ring buffer binary format,
2107 program will parse the ELF headers in the C object to find all
/linux-4.4.14/drivers/hid/usbhid/
Dhid-core.c1255 .parse = usbhid_parse,
/linux-4.4.14/kernel/trace/
DKconfig616 use this string to parse the raw data as user space does not know
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped922 /* Nonzero means print parse trace. It is left uninitialized so that
1274 YYDPRINTF ((stderr, "Starting parse\n"));
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped1063 /* Nonzero means print parse trace. It is left uninitialized so that
1492 YYDPRINTF ((stderr, "Starting parse\n"));
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt241 This function may also be used to parse the index key to be used for
/linux-4.4.14/Documentation/scsi/
Dscsi_mid_low_api.txt377 scsi_partsize - parse partition table into cylinders, heads + sectors
551 * scsi_partsize - parse partition table into cylinders, heads + sectors
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt568 format it would need its own region driver to parse that LABEL and emit
/linux-4.4.14/Documentation/security/
Dkeys.txt1147 This optional method permits the key type to attempt to parse payload
/linux-4.4.14/init/
DKconfig96 $ git rev-parse --verify HEAD
/linux-4.4.14/drivers/net/wireless/
Dairo.c2649 .parse = wll_header_parse,
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3996 /usr/include/sys/ucontext.h:47: parse error before