/linux-4.1.27/lib/ |
D | decompress_unlzo.c | 58 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/ |
D | Build | 17 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
|
D | pmu.y | 2 %parse-param {struct list_head *format} 3 %parse-param {char *name}
|
D | annotate.c | 106 .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()
|
D | annotate.h | 39 int (*parse)(struct ins_operands *ops); member
|
D | parse-events.y | 2 %parse-param {void *_data} 3 %parse-param {void *scanner}
|
/linux-4.1.27/scripts/genksyms/ |
D | Makefile | 5 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
|
D | lex.lex.c_shipped | 567 #include "parse.tab.h" 879 parse expressions, but we do want whitespace to be arranged
|
D | parse.tab.c_shipped | 1116 /* Nonzero means print parse trace. It is left uninitialized so that 1515 YYDPRINTF ((stderr, "Starting parse\n"));
|
/linux-4.1.27/tools/lib/traceevent/ |
D | Build | 1 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/ |
D | pcmcia_cis.c | 39 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 …]
|
D | cs_internal.h | 164 cisdata_t code, void *parse); 171 cisdata_t code, cisparse_t *parse, void *priv_data, 173 cisparse_t *parse,
|
D | cistpl.c | 1291 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/ |
D | kvm-recheck.sh | 46 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
|
D | parse-build.sh | 31 T=/tmp/parse-build.sh.$$
|
D | parse-torture.sh | 30 T=/tmp/parse-torture.sh.$$
|
D | kvm-test-1-run.sh | 109 parse-build.sh $resdir/Make.out $title
|
D | kvm.sh | 271 git rev-parse HEAD >> $resdir/$ds/testid.txt
|
/linux-4.1.27/drivers/mtd/maps/ |
D | pcmciamtd.c | 338 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/ |
D | Makefile | 7 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/ |
D | Build | 2 perf-y += parse-events.o 32 perf-y += parse-no-sample-id-all.o
|
/linux-4.1.27/drivers/mmc/core/ |
D | sdio_cis.c | 108 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/ |
D | asymmetric-parser.h | 31 int (*parse)(struct key_preparsed_payload *prep); member
|
/linux-4.1.27/drivers/mcb/ |
D | Makefile | 5 mcb-y += mcb-parse.o
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | Makefile | 10 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
|
/linux-4.1.27/drivers/fmc/ |
D | Makefile | 7 fmc-y += fru-parse.o
|
/linux-4.1.27/block/partitions/ |
D | msdos.c | 435 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/ |
D | ToDo | 3 - Use bitmask functions to parse CPU topology more robust
|
/linux-4.1.27/scripts/ |
D | gen_initramfs_list.sh | 106 parse() { function 182 ${dep_list}parse ${x}
|
D | objdiff | 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
|
D | setlocalversion | 47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
|
D | asn1_compiler.c | 536 static void parse(void); 610 parse(); in main() 777 static void parse(void) in parse() function
|
/linux-4.1.27/Documentation/ |
D | dontdiff | 189 parse.c 190 parse.h
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | setup.h | 117 int (*parse)(struct tag *); member
|
/linux-4.1.27/net/netfilter/ |
D | nfnetlink_queue_ct.c | 52 nfq_ct->parse(attr, ct); in nfqnl_ct_parse()
|
D | nf_conntrack_netlink.c | 2274 .parse = ctnetlink_nfqueue_parse,
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | setup.h | 173 int (*parse)(const struct tag *); member
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 49 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/ |
D | taskstats.c | 338 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/ |
D | doubleinit.cocci | 10 // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | setup.c | 102 int (*parse)(const bp_tag_t*); member 177 t->parse(tag); in parse_bootparam()
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | vdso | 12 To find the DSO, parse the auxiliary vector passed to the program's
|
D | sysfs-firmware-opal-elog | 32 do not parse this at all in kernel, leaving it up to
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-mem.txt | 37 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/ |
D | mmp-dma.txt | 23 * ICU parse out irq channel from ICU register,
|
/linux-4.1.27/scripts/package/ |
D | Makefile | 117 git --git-dir=$(srctree)/.git rev-parse HEAD > $(perf-tar)/HEAD; \
|
/linux-4.1.27/include/pcmcia/ |
D | ds.h | 188 int pcmcia_parse_tuple(tuple_t *tuple, cisparse_t *parse);
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
D | names.c | 309 static void parse(FILE *f) in parse() function 501 parse(f); in names_init()
|
/linux-4.1.27/arch/arm/kernel/ |
D | atags_parse.c | 155 t->parse(tag); in parse_tag()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91c92_cs.c | 462 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/ |
D | asymmetric_type.c | 285 ret = parser->parse(prep); in asymmetric_key_preparse()
|
D | x509_public_key.c | 346 .parse = x509_key_preparse,
|
/linux-4.1.27/Documentation/fmc/ |
D | identifiers.txt | 32 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
|
D | carrier.txt | 187 calls this method and parse the SDB tree of the FPGA.
|
/linux-4.1.27/net/ethernet/ |
D | eth.c | 338 .parse = eth_header_parse,
|
/linux-4.1.27/drivers/thermal/ |
D | Kconfig | 34 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/ |
D | vlan_dev.c | 504 .parse = eth_header_parse, 523 .parse = eth_header_parse,
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | NOTES | 85 parse logged register reads/writes (both from downstream android fbdev
|
/linux-4.1.27/Documentation/hid/ |
D | uhid.txt | 82 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.
|
D | hid-sensor.txt | 70 The processing driver will use an interface provided by the core driver to parse
|
D | hid-transport.txt | 258 - int (*parse) (struct hid_device *hdev)
|
/linux-4.1.27/Documentation/networking/ |
D | radiotap-headers.txt | 90 If you are having to parse a radiotap struct, you can radically simplify the
|
D | cdc_mbim.txt | 126 convenience, eliminating the need to parse the USB descriptors from
|
D | openvswitch.txt | 32 versions to parse additional protocols as part of the flow key. It
|
/linux-4.1.27/include/linux/ |
D | netfilter.h | 368 int (*parse)(const struct nlattr *attr, struct nf_conn *ct); member
|
D | hid.h | 738 int (*parse)(struct hid_device *hdev); member
|
D | netdevice.h | 263 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/ |
D | hsr_device.c | 250 .parse = eth_header_parse,
|
/linux-4.1.27/drivers/hid/ |
D | hid-hyperv.c | 476 .parse = mousevsc_hid_parse,
|
D | hid-logitech-dj.c | 823 .parse = logi_dj_ll_parse,
|
D | uhid.c | 361 .parse = uhid_hid_parse,
|
D | Kconfig | 68 This driver cannot be used to parse HID-reports in user-space and write
|
D | hid-core.c | 2578 ret = hdev->ll_driver->parse(hdev); in hid_add_device()
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 822 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 …]
|
D | Kconfig | 105 regulatory core will allow and parse these regulatory hints.
|
/linux-4.1.27/drivers/video/fbdev/ |
D | acornfb.c | 877 void (*parse)(char *opt); member 906 optp->parse(opt + optlen + 1); in acornfb_setup()
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-domains.txt | 75 CONFIG_SCHED_DEBUG. This enables an error checking parse of the sched domains
|
/linux-4.1.27/drivers/mtd/ |
D | Kconfig | 35 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/ |
D | setup.c | 420 t->parse(tag); in parse_tag()
|
/linux-4.1.27/net/phonet/ |
D | af_phonet.c | 154 .parse = pn_header_parse,
|
/linux-4.1.27/Documentation/dvb/ |
D | ci.txt | 185 parse
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | serial_cs.c | 94 cisparse_t parse; member
|
/linux-4.1.27/Documentation/fb/ |
D | udlfb.txt | 138 which can be passed to utilities like parse-edid.
|
D | modedb.txt | 91 is no support yet in the layer to parse this additional blocks.)
|
/linux-4.1.27/net/mac802154/ |
D | iface.c | 434 .parse = mac802154_header_parse,
|
/linux-4.1.27/drivers/net/ipvlan/ |
D | ipvlan_main.c | 346 .parse = eth_header_parse,
|
/linux-4.1.27/net/ipv4/ |
D | ip_gre.c | 404 .parse = ipgre_header_parse,
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 202 several times with different helper callbacks to parse device tree 206 is used to parse the chosen node including kernel parameters,
|
D | booting-without-of.txt | 287 does not parse / consider data which is already covered by the boot
|
/linux-4.1.27/Documentation/driver-model/ |
D | platform.txt | 190 The architecture code calls parse_early_param() to parse the kernel
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 86 cache_parse should parse this, find the item in the
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 415 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/ |
D | boot-options.txt | 143 numa=noacpi Don't parse the SRAT table for NUMA setup
|
/linux-4.1.27/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 780 .parse = i2c_hid_parse,
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_main.c | 803 .parse = hostap_80211_header_parse,
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | core.c | 737 .parse = hidp_parse,
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_net.c | 1192 .parse = eth_header_parse,
|
/linux-4.1.27/Documentation/trace/ |
D | events.txt | 106 be used to parse the binary trace stream, and is also the place to
|
D | ftrace.txt | 436 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/ |
D | ramfs-rootfs-initramfs.txt | 307 thus easier to create and parse) than any of the (literally dozens of)
|
D | xfs-self-describing-metadata.txt | 62 hence parse and verify the metadata object. IF we can't independently identify
|
D | vfs.txt | 1124 The <linux/parser.h> header defines an API that helps parse these
|
/linux-4.1.27/drivers/net/ |
D | macvlan.c | 553 .parse = eth_header_parse,
|
/linux-4.1.27/drivers/firewire/ |
D | net.c | 275 .parse = fwnet_header_parse,
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1041 /* Nonzero means print parse trace. It is left uninitialized so that 1470 YYDPRINTF ((stderr, "Starting parse\n"));
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 944 /* Nonzero means print parse trace. It is left uninitialized so that 1335 YYDPRINTF ((stderr, "Starting parse\n"));
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 616 use this string to parse the raw data as user space does not know
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-core.c | 1254 .parse = usbhid_parse,
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 241 This function may also be used to parse the index key to be used for
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 377 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/ |
D | keys.txt | 1140 This optional method permits the key type to attempt to parse payload
|
/linux-4.1.27/init/ |
D | Kconfig | 96 $ git rev-parse --verify HEAD
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 2654 .parse = wll_header_parse,
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3996 /usr/include/sys/ucontext.h:47: parse error before
|