/linux/lib/ |
A D | decompress_unlzo.c | 44 u8 *parse = input; in parse_header() local 58 if (*parse++ != lzop_magic[l]) in parse_header() 65 parse += 7; in parse_header() 67 parse++; in parse_header() 71 parse += 4; /* flags */ in parse_header() 79 if (end - parse < 8 + 1 + 4) in parse_header() 83 parse += 8; in parse_header() 87 l = *parse++; in parse_header() 89 if (end - parse < l + 4) in parse_header() 91 parse += l + 4; in parse_header() [all …]
|
/linux/tools/lib/traceevent/ |
A 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 8 libtraceevent-y += event-parse-api.o
|
/linux/drivers/pcmcia/ |
A D | pcmcia_cis.c | 36 cisdata_t code, void *parse) in pccard_read_tuple() argument 60 ret = pcmcia_parse_tuple(&tuple, parse); in pccard_read_tuple() 83 cisdata_t code, cisparse_t *parse, void *priv_data, in pccard_loop_tuple() argument 85 cisparse_t *parse, in pccard_loop_tuple() 109 if (parse) in pccard_loop_tuple() 110 if (pcmcia_parse_tuple(&tuple, parse)) in pccard_loop_tuple() 113 ret = loop_tuple(&tuple, parse, priv_data); in pccard_loop_tuple() 143 cisparse_t parse; member 154 static int pcmcia_do_loop_config(tuple_t *tuple, cisparse_t *parse, void *priv) in pcmcia_do_loop_config() argument 158 cistpl_cftable_entry_t *cfg = &parse->cftable_entry; in pcmcia_do_loop_config() [all …]
|
A D | cistpl.c | 1297 ret = parse_device(tuple, &parse->device); in pcmcia_parse_tuple() 1310 ret = parse_vers_1(tuple, &parse->version_1); in pcmcia_parse_tuple() 1313 ret = parse_altstr(tuple, &parse->altstr); in pcmcia_parse_tuple() 1317 ret = parse_jedec(tuple, &parse->jedec); in pcmcia_parse_tuple() 1320 ret = parse_manfid(tuple, &parse->manfid); in pcmcia_parse_tuple() 1323 ret = parse_funcid(tuple, &parse->funcid); in pcmcia_parse_tuple() 1326 ret = parse_funce(tuple, &parse->funce); in pcmcia_parse_tuple() 1329 ret = parse_config(tuple, &parse->config); in pcmcia_parse_tuple() 1339 ret = parse_vers_2(tuple, &parse->vers_2); in pcmcia_parse_tuple() 1342 ret = parse_org(tuple, &parse->org); in pcmcia_parse_tuple() [all …]
|
/linux/tools/perf/util/ |
A D | Build | 26 perf-y += parse-events.o 27 perf-y += parse-events-hybrid.o 69 perf-y += trace-event-parse.o 70 perf-y += parse-events-flex.o 71 perf-y += parse-events-bison.o 124 perf-y += parse-branch-options.o 126 perf-y += parse-regs-options.o 127 perf-y += parse-sublevel-options.o 217 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u… 222 $(OUTPUT)util/parse-events-bison.c $(OUTPUT)util/parse-events-bison.h: util/parse-events.y [all …]
|
A D | expr.y | 14 %parse-param { double *final_val } 15 %parse-param { struct expr_parse_ctx *ctx } 16 %parse-param { bool compute_ids } 17 %parse-param {void *scanner}
|
A D | pmu.y | 2 %parse-param {struct list_head *format} 3 %parse-param {char *name}
|
/linux/tools/lib/traceevent/Documentation/ |
A D | libtraceevent-parse_event.txt | 12 *#include <event-parse.h>* 21 structure to quickly parse raw data for a given event. The _tep_ argument is 41 #include <event-parse.h> 50 /* Failed to parse the ftrace print format */ 54 /* Failed to parse the ftrace print format */ 63 *event-parse.h*
|
A D | libtraceevent-reg_event_handler.txt | 7 unregisters a callback function to parse an event information. 13 *#include <event-parse.h>* 29 which is going to be called to parse the information for a given event. 35 to be called to parse the event information. The _context_ argument is a pointer 40 can register a function for an event to be used to parse the data instead. 72 #include <event-parse.h> 125 *event-parse.h*
|
A D | libtraceevent-parse_head.txt | 12 *#include <event-parse.h>* 38 #include <event-parse.h> 46 /* Failed to parse the header page */ 55 *event-parse.h*
|
A D | libtraceevent-field_read.txt | 12 *#include <event-parse.h>* 33 #include <event-parse.h> 54 *event-parse.h*
|
A D | libtraceevent-endian_read.txt | 12 *#include <event-parse.h>* 33 #include <event-parse.h> 51 *event-parse.h*
|
A D | libtraceevent-cpus.txt | 13 *#include <event-parse.h>* 37 #include <event-parse.h> 50 *event-parse.h*
|
A D | libtraceevent-long_size.txt | 13 *#include <event-parse.h>* 37 #include <event-parse.h> 51 *event-parse.h*
|
A D | libtraceevent-file_endian.txt | 13 *#include <event-parse.h>* 47 #include <event-parse.h> 64 *event-parse.h*
|
A D | libtraceevent-page_size.txt | 13 *#include <event-parse.h>* 39 #include <event-parse.h> 55 *event-parse.h*
|
A D | libtraceevent-fields.txt | 12 *#include <event-parse.h>* 38 #include <event-parse.h> 78 *event-parse.h*
|
A D | libtraceevent-func_find.txt | 12 *#include <event-parse.h>* 43 #include <event-parse.h> 61 *event-parse.h*
|
/linux/Documentation/driver-api/mmc/ |
A D | mmc-tools.rst | 15 - Print and parse extcsd data. 35 - Print and parse CID data. 36 - Print and parse CSD data. 37 - Print and parse SCR data.
|
/linux/drivers/mtd/maps/ |
A D | pcmciamtd.c | 337 cisparse_t parse; in pcmciamtd_cistpl_format() local 339 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_format() 340 cistpl_format_t *t = &parse.format; in pcmciamtd_cistpl_format() 352 cisparse_t parse; in pcmciamtd_cistpl_jedec() local 355 if (!pcmcia_parse_tuple(tuple, &parse)) { in pcmciamtd_cistpl_jedec() 356 cistpl_jedec_t *t = &parse.jedec; in pcmciamtd_cistpl_jedec() 369 cisparse_t parse; in pcmciamtd_cistpl_device() local 370 cistpl_device_t *t = &parse.device; in pcmciamtd_cistpl_device() 373 if (pcmcia_parse_tuple(tuple, &parse)) in pcmciamtd_cistpl_device() 393 cisparse_t parse; in pcmciamtd_cistpl_geo() local [all …]
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_txrx.c | 200 if (parse->laptr) { in otx2_skb_add_frag() 256 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_free_rcv_seg() 271 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_check_rcv_errors() local 276 qidx, parse->errlev, parse->errcode); in otx2_check_rcv_errors() 278 if (parse->errlev == NPC_ERRLVL_RE) { in otx2_check_rcv_errors() 279 switch (parse->errcode) { in otx2_check_rcv_errors() 297 } else if (parse->errlev == NPC_ERRLVL_NIX) { in otx2_check_rcv_errors() 298 switch (parse->errcode) { in otx2_check_rcv_errors() 336 struct nix_rx_parse_s *parse = &cqe->parse; in otx2_rcv_pkt_handler() local 344 if (unlikely(parse->errlev || parse->errcode)) { in otx2_rcv_pkt_handler() [all …]
|
/linux/tools/testing/selftests/rcutorture/bin/ |
A D | kvm-recheck.sh | 53 parse-build.sh $i/Make.out $configfile 54 parse-console.sh $i/console.log $configfile 64 parse-build.sh $i/Make.out $configfile
|
/linux/tools/testing/selftests/bpf/ |
A D | test_bpftool_synctypes.py | 34 def parse(self, pattern, end_marker): member in BlockParser 70 def parse(self): member in ArrayParser 90 def parse(self, pattern, end_marker): member in InlineListParser 154 return array_parser.parse() 179 return parser.parse(pattern, end_marker) 184 return parser.parse(pattern, end_marker)
|
/linux/tools/power/cpupower/bench/ |
A D | Makefile | 11 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o \ 15 OBJS = $(OUTPUT)main.o $(OUTPUT)parse.o $(OUTPUT)system.o $(OUTPUT)benchmark.o
|
/linux/scripts/genksyms/ |
A D | Makefile | 5 genksyms-objs := genksyms.o parse.tab.o lex.lex.o 30 $(obj)/lex.lex.o: $(obj)/parse.tab.h
|