Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/tools/perf/util/
DBuild17 libperf-y += parse-options.o
18 libperf-y += parse-events.o
49 libperf-y += trace-event-parse.o
50 libperf-y += parse-events-flex.o
51 libperf-y += parse-events-bison.o
102 $(OUTPUT)util/parse-events-flex.c: util/parse-events.l $(OUTPUT)util/parse-events-bison.c
104 …cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) util/p…
106 $(OUTPUT)util/parse-events-bison.c: util/parse-events.y
108 …@$(call echo-cmd,bison)$(BISON) -v util/parse-events.y -d $(PARSER_DEBUG_BISON) -o $@ -p parse_eve…
123 $(OUTPUT)util/parse-events.o: $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-bison.c
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,
546 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.1.27/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_shipped1116 /* Nonzero means print parse trace. It is left uninitialized so that
1515 YYDPRINTF ((stderr, "Starting parse\n"));
/linux-4.1.27/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.1.27/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.c1291 int pcmcia_parse_tuple(tuple_t *tuple, cisparse_t *parse) in pcmcia_parse_tuple() argument
1300 ret = parse_device(tuple, &parse->device); in pcmcia_parse_tuple()
1303 ret = parse_checksum(tuple, &parse->checksum); in pcmcia_parse_tuple()
1307 ret = parse_longlink(tuple, &parse->longlink); in pcmcia_parse_tuple()
1310 ret = parse_longlink_mfc(tuple, &parse->longlink_mfc); in pcmcia_parse_tuple()
1313 ret = parse_vers_1(tuple, &parse->version_1); in pcmcia_parse_tuple()
1316 ret = parse_altstr(tuple, &parse->altstr); in pcmcia_parse_tuple()
1320 ret = parse_jedec(tuple, &parse->jedec); in pcmcia_parse_tuple()
1323 ret = parse_manfid(tuple, &parse->manfid); in pcmcia_parse_tuple()
1326 ret = parse_funcid(tuple, &parse->funcid); in pcmcia_parse_tuple()
[all …]
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh46 parse-build.sh $i/Make.out $configfile
47 parse-torture.sh $i/console.log $configfile
48 parse-console.sh $i/console.log $configfile
62 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.sh271 git rev-parse HEAD >> $resdir/$ds/testid.txt
/linux-4.1.27/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.1.27/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.1.27/tools/perf/tests/
DBuild2 perf-y += parse-events.o
32 perf-y += parse-no-sample-id-all.o
/linux-4.1.27/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.1.27/include/keys/
Dasymmetric-parser.h31 int (*parse)(struct key_preparsed_payload *prep); member
/linux-4.1.27/drivers/mcb/
DMakefile5 mcb-y += mcb-parse.o
/linux-4.1.27/tools/power/cpupower/bench/
DMakefile10 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
/linux-4.1.27/drivers/fmc/
DMakefile7 fmc-y += fru-parse.o
/linux-4.1.27/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.1.27/tools/power/cpupower/
DToDo3 - Use bitmask functions to parse CPU topology more robust
/linux-4.1.27/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.c536 static void parse(void);
610 parse(); in main()
777 static void parse(void) in parse() function
/linux-4.1.27/Documentation/
Ddontdiff189 parse.c
190 parse.h
/linux-4.1.27/arch/avr32/include/asm/
Dsetup.h117 int (*parse)(struct tag *); member
/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_ct.c52 nfq_ct->parse(attr, ct); in nfqnl_ct_parse()
Dnf_conntrack_netlink.c2274 .parse = ctnetlink_nfqueue_parse,
/linux-4.1.27/arch/arm/include/uapi/asm/
Dsetup.h173 int (*parse)(const struct tag *); member
/linux-4.1.27/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().
280 size. The parse() function is not permitted to change these two values at
/linux-4.1.27/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.1.27/scripts/coccinelle/misc/
Ddoubleinit.cocci10 // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise
/linux-4.1.27/arch/xtensa/kernel/
Dsetup.c102 int (*parse)(const bp_tag_t*); member
177 t->parse(tag); in parse_bootparam()
/linux-4.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/dma/
Dmmp-dma.txt23 * ICU parse out irq channel from ICU register,
/linux-4.1.27/scripts/package/
DMakefile117 git --git-dir=$(srctree)/.git rev-parse HEAD > $(perf-tar)/HEAD; \
/linux-4.1.27/include/pcmcia/
Dds.h188 int pcmcia_parse_tuple(tuple_t *tuple, cisparse_t *parse);
/linux-4.1.27/tools/usb/usbip/libsrc/
Dnames.c309 static void parse(FILE *f) in parse() function
501 parse(f); in names_init()
/linux-4.1.27/arch/arm/kernel/
Datags_parse.c155 t->parse(tag); in parse_tag()
/linux-4.1.27/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.1.27/crypto/asymmetric_keys/
Dasymmetric_type.c285 ret = parser->parse(prep); in asymmetric_key_preparse()
Dx509_public_key.c346 .parse = x509_key_preparse,
/linux-4.1.27/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.1.27/net/ethernet/
Deth.c338 .parse = eth_header_parse,
/linux-4.1.27/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.1.27/net/8021q/
Dvlan_dev.c504 .parse = eth_header_parse,
523 .parse = eth_header_parse,
/linux-4.1.27/drivers/gpu/drm/msm/
DNOTES85 parse logged register reads/writes (both from downstream android fbdev
/linux-4.1.27/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.1.27/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.1.27/include/linux/
Dnetfilter.h368 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
2414 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header()
2416 return dev->header_ops->parse(skb, haddr); in dev_parse_header()
/linux-4.1.27/net/hsr/
Dhsr_device.c250 .parse = eth_header_parse,
/linux-4.1.27/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.c2578 ret = hdev->ll_driver->parse(hdev); in hid_add_device()
/linux-4.1.27/net/wireless/
Dnl80211.c822 struct key_parse parse; in nl80211_parse_connkeys() local
835 memset(&parse, 0, sizeof(parse)); in nl80211_parse_connkeys()
836 parse.idx = -1; in nl80211_parse_connkeys()
838 err = nl80211_parse_key_new(key, &parse); in nl80211_parse_connkeys()
842 if (!parse.p.key) in nl80211_parse_connkeys()
844 if (parse.idx < 0 || parse.idx > 4) in nl80211_parse_connkeys()
846 if (parse.def) { in nl80211_parse_connkeys()
850 result->def = parse.idx; in nl80211_parse_connkeys()
851 if (!parse.def_uni || !parse.def_multi) in nl80211_parse_connkeys()
853 } else if (parse.defmgmt) in nl80211_parse_connkeys()
[all …]
DKconfig105 regulatory core will allow and parse these regulatory hints.
/linux-4.1.27/drivers/video/fbdev/
Dacornfb.c877 void (*parse)(char *opt); member
906 optp->parse(opt + optlen + 1); in acornfb_setup()
/linux-4.1.27/Documentation/scheduler/
Dsched-domains.txt75 CONFIG_SCHED_DEBUG. This enables an error checking parse of the sched domains
/linux-4.1.27/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.1.27/arch/avr32/kernel/
Dsetup.c420 t->parse(tag); in parse_tag()
/linux-4.1.27/net/phonet/
Daf_phonet.c154 .parse = pn_header_parse,
/linux-4.1.27/Documentation/dvb/
Dci.txt185 parse
/linux-4.1.27/drivers/tty/serial/8250/
Dserial_cs.c94 cisparse_t parse; member
/linux-4.1.27/Documentation/fb/
Dudlfb.txt138 which can be passed to utilities like parse-edid.
Dmodedb.txt91 is no support yet in the layer to parse this additional blocks.)
/linux-4.1.27/net/mac802154/
Diface.c434 .parse = mac802154_header_parse,
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_main.c346 .parse = eth_header_parse,
/linux-4.1.27/net/ipv4/
Dip_gre.c404 .parse = ipgre_header_parse,
/linux-4.1.27/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.1.27/Documentation/driver-model/
Dplatform.txt190 The architecture code calls parse_early_param() to parse the kernel
/linux-4.1.27/Documentation/filesystems/nfs/
Drpc-cache.txt86 cache_parse should parse this, find the item in the
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c415 brcmf_find_wpaie(const u8 *parse, u32 len) in brcmf_find_wpaie() argument
419 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpaie()
420 if (brcmf_tlv_has_ie((const u8 *)ie, &parse, &len, in brcmf_find_wpaie()
428 brcmf_find_wpsie(const u8 *parse, u32 len) in brcmf_find_wpsie() argument
432 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpsie()
433 if (brcmf_tlv_has_ie((u8 *)ie, &parse, &len, in brcmf_find_wpsie()
/linux-4.1.27/Documentation/x86/x86_64/
Dboot-options.txt143 numa=noacpi Don't parse the SRAT table for NUMA setup
/linux-4.1.27/drivers/hid/i2c-hid/
Di2c-hid.c780 .parse = i2c_hid_parse,
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_main.c803 .parse = hostap_80211_header_parse,
/linux-4.1.27/net/bluetooth/hidp/
Dcore.c737 .parse = hidp_parse,
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_net.c1192 .parse = eth_header_parse,
/linux-4.1.27/Documentation/trace/
Devents.txt106 be used to parse the binary trace stream, and is also the place to
Dftrace.txt436 For tools that can parse the ftrace ring buffer binary format,
2071 program will parse the ELF headers in the C object to find all
/linux-4.1.27/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.txt1124 The <linux/parser.h> header defines an API that helps parse these
/linux-4.1.27/drivers/net/
Dmacvlan.c553 .parse = eth_header_parse,
/linux-4.1.27/drivers/firewire/
Dnet.c275 .parse = fwnet_header_parse,
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped1041 /* Nonzero means print parse trace. It is left uninitialized so that
1470 YYDPRINTF ((stderr, "Starting parse\n"));
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped944 /* Nonzero means print parse trace. It is left uninitialized so that
1335 YYDPRINTF ((stderr, "Starting parse\n"));
/linux-4.1.27/kernel/trace/
DKconfig616 use this string to parse the raw data as user space does not know
/linux-4.1.27/drivers/hid/usbhid/
Dhid-core.c1254 .parse = usbhid_parse,
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt241 This function may also be used to parse the index key to be used for
/linux-4.1.27/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.1.27/Documentation/security/
Dkeys.txt1140 This optional method permits the key type to attempt to parse payload
/linux-4.1.27/init/
DKconfig96 $ git rev-parse --verify HEAD
/linux-4.1.27/drivers/net/wireless/
Dairo.c2654 .parse = wll_header_parse,
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt3996 /usr/include/sys/ucontext.h:47: parse error before