/linux-4.4.14/samples/bpf/ |
H A D | tracex1_user.c | 9 FILE *f; main()
|
H A D | sockex1_user.c | 12 FILE *f; main()
|
H A D | sockex2_user.c | 17 FILE *f; main()
|
H A D | tracex5_user.c | 28 FILE *f; main()
|
H A D | sockex3_user.c | 27 FILE *f; main()
|
H A D | sock_example.c | 95 FILE *f; main()
|
H A D | tracex2_user.c | 110 FILE *f; main()
|
H A D | trace_output_user.c | 172 FILE *f; main()
|
/linux-4.4.14/arch/x86/tools/ |
H A D | relocs.h | 31 void process_32(FILE *fp, int use_real_mode, int as_text, 34 void process_64(FILE *fp, int use_real_mode, int as_text,
|
H A D | relocs_common.c | 23 FILE *fp; main()
|
H A D | insn_sanity.c | 53 static FILE *input_file; /* Input file name */ 69 static void dump_field(FILE *fp, const char *name, const char *indent, dump_field() 80 static void dump_insn(FILE *fp, struct insn *insn) dump_insn() 98 static void dump_stream(FILE *fp, const char *msg, unsigned long nr_iter, dump_stream()
|
H A D | test_get_len.c | 59 static void dump_field(FILE *fp, const char *name, const char *indent, dump_field() 70 static void dump_insn(FILE *fp, struct insn *insn) dump_insn()
|
H A D | relocs.c | 333 static void read_ehdr(FILE *fp) read_ehdr() 389 static void read_shdrs(FILE *fp) read_shdrs() 424 static void read_strtabs(FILE *fp) read_strtabs() 449 static void read_symtabs(FILE *fp) read_symtabs() 482 static void read_relocs(FILE *fp) read_relocs() 956 static int write32(uint32_t v, FILE *f) write32() 964 static int write32_as_text(uint32_t v, FILE *f) write32_as_text() 972 int (*write_reloc)(uint32_t, FILE *) = write32; emit_relocs() 1075 void process(FILE *fp, int use_real_mode, int as_text, process()
|
/linux-4.4.14/scripts/ |
H A D | cleanfile | 103 if (!open(FILE, '+<', $f)) { 108 binmode FILE; 115 while (read(FILE, $data, 65536) > 0) { 127 seek(FILE, 0, 0); 137 while ( defined($line = <FILE>) ) { 166 seek(FILE, 0, 0); 167 print FILE @lines; 169 if ( !defined($where = tell(FILE)) || 170 !truncate(FILE, $where) ) { 175 close(FILE);
|
H A D | cleanpatch | 103 if (!open(FILE, '+<', $f)) { 108 binmode FILE; 115 while (read(FILE, $data, 65536) > 0) { 127 seek(FILE, 0, 0); 138 while ( defined($line = <FILE>) ) { 247 seek(FILE, 0, 0); 248 print FILE @lines; 250 if ( !defined($where = tell(FILE)) || 251 !truncate(FILE, $where) ) { 257 close(FILE);
|
H A D | markup_oops.pl | 205 open(FILE, $cross_compile."objdump -dS $filename |") || die "Cannot start objdump"; 206 while (<FILE>) { 212 close(FILE); 238 open(FILE, $cross_compile."objdump -dS --adjust-vma=$vmaoffset --start-address=$decodestart --stop-address=$decodestop $filename |") || die "Cannot start objdump"; 240 while (<FILE>) { 266 close(FILE);
|
H A D | pnmtologo.c | 28 static FILE *out; 84 static unsigned int get_number(FILE *fp) get_number() 119 static unsigned int get_number255(FILE *fp, unsigned int maxval) get_number255() 127 FILE *fp; read_image() 240 fputs(" * DO NOT EDIT THIS FILE!\n", out); write_header()
|
H A D | coccicheck | 120 FILE=`echo $COCCI | sed "s|$srctree/||"` 140 echo " in $FILE."
|
H A D | kernel-doc-xml-ref | 76 open(FILE, $inputfile) or die("Could not open $inputfile") or die ("Cannot open $inputfile"); 77 foreach my $line (<FILE>) {
|
H A D | asn1_compiler.c | 559 static void render(FILE *out, FILE *hdr); 568 FILE *out, *hdr; main() 1260 static void render_element(FILE *out, struct element *e, struct element *tag); 1261 static void render_out_of_line_list(FILE *out); 1268 static void render_opcode(FILE *out, const char *fmt, ...) render_opcode() 1282 static void render_more(FILE *out, const char *fmt, ...) render_more() 1296 static void render(FILE *out, FILE *hdr) render() 1396 static void render_out_of_line_list(FILE *out) render_out_of_line_list() 1443 static void render_element(FILE *out, struct element *e, struct element *tag) render_element()
|
H A D | extract-cert.c | 110 FILE *f = fopen(cert_dst, "wb"); main()
|
H A D | recordmcount.pl | 458 open(FILE, ">$mcount_s") || die "can't create $mcount_s\n"; 460 print FILE "\t.section $mcount_section,\"a\",$section_type\n"; 461 print FILE "\t.align $alignment\n" if (defined($alignment)); 464 printf FILE "\t%s %s + %d\n", $type, $ref_func, $cur_offset - $offset; 547 close(FILE);
|
H A D | docproc.c | 197 FILE * fp; find_export_symbols() 443 static void parse_file(FILE *infile) parse_file() 503 FILE * infile; main()
|
/linux-4.4.14/tools/perf/util/ |
H A D | color.h | 35 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args); 36 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...); 38 int color_fwrite_lines(FILE *fp, const char *color, size_t count, const char *buf); 42 int percent_color_fprintf(FILE *fp, const char *fmt, double percent);
|
H A D | find-vdso-map.c | 3 FILE *maps; find_vdso_map()
|
H A D | values.h | 24 void perf_read_values_display(FILE *fp, struct perf_read_values *values,
|
H A D | session.h | 94 size_t perf_session__fprintf(struct perf_session *session, FILE *fp); 96 size_t perf_session__fprintf_dsos(struct perf_session *session, FILE *fp); 98 size_t perf_session__fprintf_dsos_buildid(struct perf_session *session, FILE *fp, 101 size_t perf_session__fprintf_nr_events(struct perf_session *session, FILE *fp); 113 void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full);
|
H A D | cpumap.h | 20 struct cpu_map *cpu_map__read(FILE *file); 21 size_t cpu_map__fprintf(struct cpu_map *map, FILE *fp);
|
H A D | stat.h | 40 FILE *output; 74 void perf_stat__print_shadow_stats(FILE *out, struct perf_evsel *evsel,
|
H A D | color.c | 71 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, __color_vfprintf() 100 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) color_vfprintf() 117 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) color_fprintf() 133 int color_fwrite_lines(FILE *fp, const char *color, color_fwrite_lines() 174 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) percent_color_fprintf()
|
H A D | stat-shadow.c | 140 static void print_stalled_cycles_frontend(FILE *out, int cpu, print_stalled_cycles_frontend() 160 static void print_stalled_cycles_backend(FILE *out, int cpu, print_stalled_cycles_backend() 180 static void print_branch_misses(FILE *out, int cpu, print_branch_misses() 200 static void print_l1_dcache_misses(FILE *out, int cpu, print_l1_dcache_misses() 220 static void print_l1_icache_misses(FILE *out, int cpu, print_l1_icache_misses() 240 static void print_dtlb_cache_misses(FILE *out, int cpu, print_dtlb_cache_misses() 260 static void print_itlb_cache_misses(FILE *out, int cpu, print_itlb_cache_misses() 280 static void print_ll_cache_misses(FILE *out, int cpu, print_ll_cache_misses() 300 void perf_stat__print_shadow_stats(FILE *out, struct perf_evsel *evsel, perf_stat__print_shadow_stats()
|
H A D | thread_map.h | 31 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp);
|
H A D | event.h | 495 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp); 496 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp); 497 size_t perf_event__fprintf_mmap2(union perf_event *event, FILE *fp); 498 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp); 499 size_t perf_event__fprintf_aux(union perf_event *event, FILE *fp); 500 size_t perf_event__fprintf_itrace_start(union perf_event *event, FILE *fp); 501 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp); 502 size_t perf_event__fprintf(union perf_event *event, FILE *fp);
|
H A D | map.h | 171 size_t map__fprintf(struct map *map, FILE *fp); 172 size_t map__fprintf_dsoname(struct map *map, FILE *fp); 174 FILE *fp); 187 FILE *fp); 199 size_t map_groups__fprintf(struct map_groups *mg, FILE *fp); 256 FILE *fp);
|
H A D | machine.h | 170 size_t machine__fprintf(struct machine *machine, FILE *fp); 209 size_t machine__fprintf_dsos_buildid(struct machine *machine, FILE *fp, 211 size_t machines__fprintf_dsos(struct machines *machines, FILE *fp); 212 size_t machines__fprintf_dsos_buildid(struct machines *machines, FILE *fp, 223 size_t machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp);
|
H A D | values.c | 130 static void perf_read_values__display_pretty(FILE *fp, perf_read_values__display_pretty() 176 static void perf_read_values__display_raw(FILE *fp, perf_read_values__display_raw() 226 void perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw) perf_read_values_display()
|
H A D | lzma.c | 35 FILE *infile; lzma_decompress_to_file()
|
H A D | dso.h | 330 size_t __dsos__fprintf_buildid(struct list_head *head, FILE *fp, 332 size_t __dsos__fprintf(struct list_head *head, FILE *fp); 334 size_t dso__fprintf_buildid(struct dso *dso, FILE *fp); 336 enum map_type type, FILE *fp); 337 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp);
|
H A D | header.c | 213 FILE *file; __write_cpudesc() 422 FILE *fp; build_cpu_topo() 597 FILE *fp; write_total_mem() 628 FILE *fp; write_topo_node() 687 FILE *fp; write_numa_topology() 872 FILE *fp) print_hostname() 878 FILE *fp) print_osrelease() 883 static void print_arch(struct perf_header *ph, int fd __maybe_unused, FILE *fp) print_arch() 889 FILE *fp) print_cpudesc() 895 FILE *fp) print_nrcpus() 902 FILE *fp) print_version() 908 FILE *fp) print_cmdline() 922 FILE *fp) print_cpu_topology() 1060 static int __desc_attr__fprintf(FILE *fp, const char *name, const char *val, __desc_attr__fprintf() 1066 static void print_event_desc(struct perf_header *ph, int fd, FILE *fp) print_event_desc() 1099 FILE *fp) print_total_mem() 1105 FILE *fp) print_numa_topology() 1145 static void print_cpuid(struct perf_header *ph, int fd __maybe_unused, FILE *fp) print_cpuid() 1151 int fd __maybe_unused, FILE *fp) print_branch_stack() 1157 int fd __maybe_unused, FILE *fp) print_auxtrace() 1163 FILE *fp) print_pmu_mappings() 1200 FILE *fp) print_group_desc() 1912 void (*print)(struct perf_header *h, int fd, FILE *fp); 1954 FILE *fp; 1985 int perf_header__fprintf_info(struct perf_session *session, FILE *fp, bool full) perf_header__fprintf_info()
|
H A D | map.c | 379 size_t map__fprintf(struct map *map, FILE *fp) map__fprintf() 385 size_t map__fprintf_dsoname(struct map *map, FILE *fp) map__fprintf_dsoname() 400 FILE *fp) map__fprintf_srcline() 610 static size_t maps__fprintf(struct maps *maps, FILE *fp) maps__fprintf() 633 FILE *fp) __map_groups__fprintf_maps() 639 size_t map_groups__fprintf(struct map_groups *mg, FILE *fp) map_groups__fprintf() 653 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) maps__fixup_overlappings() 723 FILE *fp) map_groups__fixup_overlappings()
|
H A D | pmu.c | 26 extern FILE *perf_pmu_in; 47 FILE *file; perf_pmu__format_parse() 247 static int perf_pmu__new_alias(struct list_head *list, char *dir, char *name, FILE *file) perf_pmu__new_alias() 294 FILE *file; pmu_aliases_parse() 375 FILE *file; pmu_type() 431 FILE *file; pmu_cpumask() 1061 static FILE *perf_pmu__open_file(struct perf_pmu *pmu, const char *name) perf_pmu__open_file() 1084 FILE *file; perf_pmu__scan_file()
|
H A D | header.h | 100 int perf_header__fprintf_info(struct perf_session *s, FILE *fp, bool full);
|
H A D | thread.h | 74 size_t thread__fprintf(struct thread *thread, FILE *fp);
|
H A D | trace-event.h | 29 int cpu, void *data, int size, FILE *fp);
|
H A D | symbol.h | 263 const struct addr_location *al, FILE *fp); 264 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp); 265 size_t symbol__fprintf(struct symbol *sym, FILE *fp);
|
H A D | config.c | 24 static FILE *config_file; 34 FILE *f; get_next_char() 422 FILE *f = fopen(filename, "r"); perf_config_from_file()
|
H A D | cpumap.c | 46 struct cpu_map *cpu_map__read(FILE *file) cpu_map__read() 104 FILE *onlnf; cpu_map__read_all_cpu_map() 182 size_t cpu_map__fprintf(struct cpu_map *map, FILE *fp) cpu_map__fprintf()
|
H A D | evsel.h | 374 struct perf_attr_details *details, FILE *fp); 396 typedef int (*attr__fprintf_f)(FILE *, const char *, const char *, void *); 398 int perf_event_attr__fprintf(FILE *fp, struct perf_event_attr *attr,
|
H A D | hist.h | 143 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp); 146 int max_cols, float min_pcnt, FILE *fp); 147 size_t perf_evlist__fprintf_nr_events(struct perf_evlist *evlist, FILE *fp);
|
H A D | cgroup.c | 13 FILE *fp; cgroupfs_find_mountpoint()
|
H A D | event.c | 228 FILE *fp; perf_event__synthesize_mmap_events() 702 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp) perf_event__fprintf_comm() 762 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp) perf_event__fprintf_mmap() 771 size_t perf_event__fprintf_mmap2(union perf_event *event, FILE *fp) perf_event__fprintf_mmap2() 802 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp) perf_event__fprintf_task() 825 size_t perf_event__fprintf_aux(union perf_event *event, FILE *fp) perf_event__fprintf_aux() 834 size_t perf_event__fprintf_itrace_start(union perf_event *event, FILE *fp) perf_event__fprintf_itrace_start() 840 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp) perf_event__fprintf_switch() 854 size_t perf_event__fprintf(union perf_event *event, FILE *fp) perf_event__fprintf()
|
H A D | strlist.c | 72 FILE *fp = fopen(filename, "r"); strlist__load()
|
H A D | vdso.c | 159 static int vdso__do_copy_compat(FILE *f, int fd) vdso__do_copy_compat() 179 FILE *f; vdso__copy_compat()
|
/linux-4.4.14/scripts/dtc/ |
H A D | treesource.c | 24 extern FILE *yyin; 49 static void write_prefix(FILE *f, int level) write_prefix() 64 static void write_propval_string(FILE *f, struct data val) write_propval_string() 137 static void write_propval_cells(FILE *f, struct data val) write_propval_cells() 167 static void write_propval_bytes(FILE *f, struct data val) write_propval_bytes() 195 static void write_propval(FILE *f, struct property *prop) write_propval() 236 static void write_tree_source_node(FILE *f, struct node *tree, int level) write_tree_source_node() 266 void dt_to_source(FILE *f, struct boot_info *bi) dt_to_source()
|
H A D | srcpos.h | 27 FILE *f; 34 extern FILE *depfile; /* = NULL */ 54 * @return pointer to opened FILE 56 FILE *srcfile_relative_open(const char *fname, char **fullnamep);
|
H A D | srcpos.c | 52 FILE *depfile; /* = NULL */ 71 static char *try_open(const char *dirname, const char *fname, FILE **fp) try_open() 95 * @param fp Returns pointer to opened FILE, or NULL on failure 98 static char *fopen_any_on_path(const char *fname, FILE **fp) fopen_any_on_path() 117 FILE *srcfile_relative_open(const char *fname, char **fullnamep) srcfile_relative_open() 119 FILE *f; srcfile_relative_open()
|
H A D | flattree.c | 117 static void emit_label(FILE *f, const char *prefix, const char *label) emit_label() 124 static void emit_offset_label(FILE *f, const char *label, int offset) emit_offset_label() 140 FILE *f = e; asm_emit_cell() 149 FILE *f = e; asm_emit_string() 167 FILE *f = e; asm_emit_align() 174 FILE *f = e; asm_emit_data() 196 FILE *f = e; asm_emit_beginnode() 209 FILE *f = e; asm_emit_endnode() 222 FILE *f = e; asm_emit_property() 369 void dt_to_blob(FILE *f, struct boot_info *bi, int version) dt_to_blob() 449 static void dump_stringtable_asm(FILE *f, struct data strbuf) dump_stringtable_asm() 463 void dt_to_asm(FILE *f, struct boot_info *bi, int version) dt_to_asm() 806 FILE *f; dt_from_blob()
|
H A D | dtc.h | 105 struct data data_copy_file(FILE *f, size_t len); 255 void dt_to_blob(FILE *f, struct boot_info *bi, int version); 256 void dt_to_asm(FILE *f, struct boot_info *bi, int version); 262 void dt_to_source(FILE *f, struct boot_info *bi);
|
H A D | fstree.c | 53 FILE *pfile; read_fstree()
|
H A D | dtc-parser.y | 236 FILE *f = srcfile_relative_open($4.val, NULL); 252 FILE *f = srcfile_relative_open($4.val, NULL);
|
/linux-4.4.14/tools/net/ |
H A D | bpf_asm.c | 26 extern void bpf_asm_compile(FILE *fp, bool cstyle); 30 FILE *fp = stdin; main()
|
H A D | bpf_dbg.c | 1315 static void init_shell(FILE *fin, FILE *fout) init_shell() 1347 static void exit_shell(FILE *fin, FILE *fout) exit_shell() 1365 static int run_shell_loop(FILE *fin, FILE *fout) run_shell_loop() 1387 FILE *fin = NULL, *fout = NULL; main()
|
/linux-4.4.14/arch/ia64/scripts/ |
H A D | unwcheck.py | 3 # Usage: unwcheck.py FILE 5 # This script checks the unwind info of each function in file FILE 18 print "Usage: %s FILE" % sys.argv[0]
|
/linux-4.4.14/tools/perf/ui/stdio/ |
H A D | hist.c | 9 static size_t callchain__fprintf_left_margin(FILE *fp, int left_margin) callchain__fprintf_left_margin() 20 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, ipchain__fprintf_graph_line() 37 static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_list *chain, ipchain__fprintf_graph() 80 static size_t __callchain__fprintf_graph(FILE *fp, struct rb_root *root, __callchain__fprintf_graph() 159 static size_t callchain__fprintf_graph(FILE *fp, struct rb_root *root, callchain__fprintf_graph() 214 static size_t __callchain__fprintf_flat(FILE *fp, struct callchain_node *node, __callchain__fprintf_flat() 237 static size_t callchain__fprintf_flat(FILE *fp, struct rb_root *tree, callchain__fprintf_flat() 265 FILE *fp) hist_entry_callchain__fprintf() 292 FILE *fp) hist_entry__callchain_fprintf() 352 char *bf, size_t bfsz, FILE *fp) hist_entry__fprintf() 374 int max_cols, float min_pcnt, FILE *fp) hists__fprintf() 491 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp) events_stats__fprintf()
|
/linux-4.4.14/drivers/zorro/ |
H A D | gen-devlist.c | 17 pq(FILE *f, const char *c) pq() 36 FILE *devf; main()
|
/linux-4.4.14/tools/power/cpupower/bench/ |
H A D | parse.h | 42 FILE *output; /* logfile */ 49 FILE *prepare_output(const char *dir);
|
H A D | parse.c | 64 FILE *prepare_output(const char *dirname) prepare_output() 66 FILE *output = NULL; prepare_output() 162 FILE *configfile; prepare_config()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | 11n_aggr.h | 14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
H A D | cfg80211.h | 14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
H A D | 11ac.h | 14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
H A D | ethtool.c | 14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
H A D | 11n_rxreorder.h | 14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
H A D | usb.h | 14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
H A D | util.h | 14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
H A D | wmm.h | 14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | nfcmrvl.h | 11 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
/linux-4.4.14/tools/lib/api/fd/ |
H A D | array.h | 39 int fdarray__fprintf(struct fdarray *fda, FILE *fp);
|
H A D | array.c | 119 int fdarray__fprintf(struct fdarray *fda, FILE *fp) fdarray__fprintf()
|
/linux-4.4.14/tools/lib/symbol/ |
H A D | kallsyms.c | 18 FILE *file = fopen(filename, "r"); kallsyms__parse()
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-buildid-list.c | 20 static int sysfs__fprintf_build_id(FILE *fp) sysfs__fprintf_build_id() 32 static int filename__fprintf_build_id(const char *name, FILE *fp) filename__fprintf_build_id()
|
H A D | builtin.h | 13 extern int read_line_with_nul(char *buf, int size, FILE *file);
|
H A D | builtin-stat.c | 495 FILE *output = stat_config.output; nsec_printout() 523 FILE *output = stat_config.output; abs_printout() 571 FILE *output = stat_config.output; print_aggr() 634 FILE *output = stat_config.output; print_aggr_thread() 669 FILE *output = stat_config.output; print_counter_aggr() 717 FILE *output = stat_config.output; print_counter() 767 FILE *output = stat_config.output; print_interval() 800 FILE *output = stat_config.output; print_header() 830 FILE *output = stat_config.output; print_footer() 1247 FILE *output = stderr; cmd_stat()
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 332 aic_print_file_prologue(FILE *ofile) aic_print_file_prologue() 348 aic_print_include(FILE *dfile, char *include_file) aic_print_include() 357 aic_print_reg_dump_types(FILE *ofile) aic_print_reg_dump_types() 374 aic_print_reg_dump_start(FILE *dfile, symbol_node_t *regnode) aic_print_reg_dump_start() 386 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, aic_print_reg_dump_end() 443 aic_print_reg_dump_entry(FILE *dfile, symbol_node_t *curnode) aic_print_reg_dump_entry() 464 symtable_dump(FILE *ofile, FILE *dfile) symtable_dump()
|
H A D | aicasm_symbol.h | 209 void symtable_dump(FILE *ofile, FILE *dfile);
|
H A D | aicasm.c | 89 FILE *ofile; 92 FILE *regfile; 94 FILE *listfile; 96 FILE *regdiagfile; 111 extern FILE *yyin; 523 FILE *ifile; output_listing()
|
/linux-4.4.14/scripts/kconfig/ |
H A D | lkc.h | 71 void zconfdump(FILE *out); 73 FILE *zconf_fopen(const char *name); 89 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) xfwrite()
|
H A D | confdata.c | 20 void (*print_symbol)(FILE *, struct symbol *, const char *, void *); 21 void (*print_comment)(FILE *, const char *, void *); 217 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) compat_getline() 253 FILE *in = NULL; conf_read_simple() 486 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) kconfig_print_symbol() 509 kconfig_print_comment(FILE *fp, const char *value, void *arg) kconfig_print_comment() 540 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) header_print_symbol() 581 header_print_comment(FILE *fp, const char *value, void *arg) header_print_comment() 614 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) tristate_print_symbol() 627 static void conf_write_symbol(FILE *fp, struct symbol *sym, conf_write_symbol() 649 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) conf_write_heading() 670 FILE *out; conf_write_defconfig() 741 FILE *out; conf_write() 956 FILE *out, *tristate, *out_h; conf_write_autoconf()
|
H A D | util.c | 40 FILE *out; file_write_dep()
|
H A D | zconf.y | 591 static void print_quoted_string(FILE *out, const char *str) 608 static void print_symbol(FILE *out, struct menu *menu) 690 void zconfdump(FILE *out)
|
/linux-4.4.14/arch/cris/include/asm/ |
H A D | eshlibld.h | 3 *! FILE NAME : eshlibld.h 111 /********************** END OF FILE eshlibld.h *****************************/
|
/linux-4.4.14/tools/vm/ |
H A D | page_owner_sort.c | 31 int read_block(char *buf, int buf_size, FILE *fin) read_block() 86 FILE *fin, *fout; main()
|
H A D | slabinfo-gnuplot.sh | 42 echo "-t - plot totals for FILE(s)" 43 echo "-l - plot slabs stats for FILE(s)"
|
/linux-4.4.14/drivers/scsi/megaraid/ |
H A D | megaraid_mm.h | 12 * FILE : megaraid_mm.h
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs_prim.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | curproc.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | libcfs_time.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | libcfs_string.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | libcfs.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | libcfs_fail.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | libcfs_kernelcomm.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | libcfs_workitem.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
H A D | lnet.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | nidstr.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | socklnd.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
H A D | timer.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | module.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | conrpc.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | ping_test.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | timer.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/fid/ |
H A D | fid_internal.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | fid_lib.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lproc_fid.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lustre_acl.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_debug.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_intent.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | interval_tree.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_eacl.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_ha.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_mds.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_fld.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_handles.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_param.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_lite.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
H A D | linux-tracefile.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | linux-curproc.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | linux-crypto-adler.c | 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
H A D | lovsub_io.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lovsub_page.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
H A D | mgc_internal.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lproc_mgc.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | lu_ref.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | uuid.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | llog_internal.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | statfs_pack.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | cl_internal.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | debug.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lprocfs_counters.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
H A D | echo_internal.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/sound/oss/ |
H A D | hex2hex.c | 15 static int loadhex(FILE *inf, unsigned char *buf) loadhex()
|
/linux-4.4.14/tools/testing/selftests/mqueue/ |
H A D | mq_open_tests.c | 54 FILE *def_msgs, *def_msgsize, *max_msgs, *max_msgsize; 58 static inline void __set(FILE *stream, int value, char *err_msg); 60 static inline int get(FILE *stream); 61 static inline void set(FILE *stream, int value); 68 static inline void __set(FILE *stream, int value, char *err_msg) __set() 115 static inline int get(FILE *stream) get() 124 static inline void set(FILE *stream, int value) set()
|
H A D | mq_perf_tests.c | 94 FILE *max_msgs, *max_msgsize; 151 static inline void __set(FILE *stream, int value, char *err_msg); 155 static inline int get(FILE *stream); 156 static inline void set(FILE *stream, int value); 157 static inline int try_set(FILE *stream, int value); 163 static inline void __set(FILE *stream, int value, char *err_msg) __set() 233 static inline int get(FILE *stream) get() 242 static inline void set(FILE *stream, int value) set() 255 static inline int try_set(FILE *stream, int value) try_set()
|
/linux-4.4.14/tools/testing/selftests/vm/ |
H A D | mlock2-tests.c | 39 FILE *file; get_vm_area() 90 FILE *file; get_pageflags() 119 FILE *file; get_kpageflags() 141 static FILE *seek_to_smaps_entry(unsigned long addr) seek_to_smaps_entry() 143 FILE *file; seek_to_smaps_entry() 189 FILE *smaps; is_vmflag_set() 224 FILE *smaps = NULL; is_vma_lock_on_fault()
|
H A D | thuge-gen.c | 79 FILE *f = fopen("/proc/meminfo", "r"); default_huge_page_size() 110 FILE *f; read_sysfs()
|
/linux-4.4.14/tools/iio/ |
H A D | iio_utils.c | 93 FILE *sysfsfp; iioutils_get_type() 220 FILE *sysfsfp; iioutils_get_param_float() 315 FILE *sysfsfp; build_channel_array() 568 FILE *namefp; find_type_by_name() 659 FILE *sysfsfp; _write_sysfs_int() 756 FILE *sysfsfp; _write_sysfs_string() 863 FILE *sysfsfp; read_sysfs_posint() 910 FILE *sysfsfp; read_sysfs_float() 957 FILE *sysfsfp; read_sysfs_string()
|
/linux-4.4.14/arch/blackfin/mach-bf609/include/mach/ |
H A D | anomaly.h | 2 * DO NOT EDIT THIS FILE 6 * DO NOT EDIT THIS FILE
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 182 FILE *f; parse_proc_maps() 221 FILE *f; require_paranoia_below()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/linux/ |
H A D | linux-cpu.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | linux-mem.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | linux-time.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | libcfs.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/linux/ |
H A D | lustre_compat25.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_lite.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_patchless_compat.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lustre_user.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | obd.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
H A D | l_lock.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | ldlm_inodebits.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | ldlm_plain.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
H A D | vvp_internal.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | vvp_lock.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | llog_net.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | pers.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | ptlrpc_module.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_driver_version.h | 3 * WARNING - THIS FILE HAS BEEN GENERATED - DO NOT CHANGE
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.h | 13 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
H A D | nfcmrvl.h | 13 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
/linux-4.4.14/arch/x86/boot/compressed/ |
H A D | mkpiggy.c | 40 FILE *f = NULL; main()
|
/linux-4.4.14/scripts/selinux/genheaders/ |
H A D | genheaders.c | 45 FILE *fout; main()
|
/linux-4.4.14/fs/omfs/ |
H A D | omfs_fs.h | 63 char i_type; /* OMFS_[DIR,FILE] */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | bug.h | 41 /* _EMIT_BUG_ENTRY expects args %0,%1,%2,%3 to be FILE, LINE, flags and
|
/linux-4.4.14/Documentation/networking/timestamping/ |
H A D | hwtstamp_config.c | 36 static void list_names(FILE *f, const char **names, int size) list_names()
|
/linux-4.4.14/tools/perf/tests/ |
H A D | pmu.c | 96 FILE *file; test_format_dir_get()
|
H A D | fdarray.c | 17 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) fdarray__fprintf_prefix()
|
H A D | code-reading.c | 76 static int read_objdump_output(FILE *f, void *buf, size_t *len, u64 start_addr) read_objdump_output() 133 FILE *f; read_via_objdump() 405 FILE *f; fs_something()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
H A D | header.c | 101 FILE *fp = open_memstream(&ptr, &size); tui__header_window()
|
H A D | scripts.c | 114 FILE *fp; script_browse()
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-log.c | 30 static FILE *f;
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | utfileio.c | 64 acpi_ut_read_table(FILE * fp, 146 acpi_ut_read_table(FILE * fp, acpi_ut_read_table() 295 FILE *file; acpi_ut_read_table_from_file()
|
/linux-4.4.14/tools/hv/ |
H A D | hv_kvp_daemon.c | 147 FILE *filep; kvp_update_file() 177 FILE *filep; kvp_update_mem_state() 230 FILE *filep; kvp_file_init() 461 FILE *file; 601 FILE *file; kvp_get_if_name() 656 FILE *file; kvp_if_name_to_mac() 693 FILE *file; kvp_mac_to_if_name() 755 FILE *file; kvp_process_ipconfig_file() 786 FILE *file; kvp_get_ipconfig_info() 1130 static int kvp_write_file(FILE *f, char *s1, char *s2, char *s3) kvp_write_file() 1143 static int process_ip_string(FILE *f, char *ip_string, int type) process_ip_string() 1225 FILE *file; kvp_set_ip_info()
|
/linux-4.4.14/scripts/genksyms/ |
H A D | genksyms.c | 40 static FILE *debugfile; 69 static void print_list(FILE * f, struct string_list *list); 420 static struct string_list *read_node(FILE *f) read_node() 466 static void read_reference(FILE *f) read_reference() 502 static void print_node(FILE * f, struct string_list *list) print_node() 511 static void print_list(FILE * f, struct string_list *list) print_list() 760 FILE *dumpfile = NULL, *ref_file = NULL; main()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
H A D | lo.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | module.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
H A D | fail.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
H A D | lmv_fld.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/ |
H A D | linux-obdo.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/net/slip/ |
H A D | slip.h | 4 * NOTE: THIS FILE WILL BE MOVED TO THE LINUX INCLUDE DIRECTORY
|
/linux-4.4.14/crypto/ |
H A D | crc32.c | 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/bluetooth/ |
H A D | btmrvl_sdio.h | 15 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
H A D | bitfield.h | 2 * FILE bitfield.h
|
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/ |
H A D | bitfield.h | 2 * FILE bitfield.h
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
H A D | cpuid.c | 47 FILE *fp; get_cpu_info()
|
/linux-4.4.14/tools/usb/usbip/src/ |
H A D | usbipd.c | 73 " -PFILE, --pid FILE\n" 74 " Write process id to FILE.\n" 75 " If no FILE specified, use " DEFAULT_PID_FILE "\n" 463 FILE *fp; write_pid_file()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 170 FILE *outfile, const char *name) go() 209 FILE *outfile; main()
|
/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/ |
H A D | anomaly.h | 2 * DO NOT EDIT THIS FILE 6 * DO NOT EDIT THIS FILE
|
/linux-4.4.14/arch/blackfin/mach-bf518/include/mach/ |
H A D | anomaly.h | 2 * DO NOT EDIT THIS FILE 6 * DO NOT EDIT THIS FILE
|
/linux-4.4.14/tools/thermal/tmon/ |
H A D | sysfs.c | 43 FILE *fd; sysfs_set_ulong() 67 FILE *fd; sysfs_get_ulong() 86 FILE *fd; sysfs_get_string()
|
/linux-4.4.14/tools/usb/ |
H A D | testusb.c | 141 static int testdev_ffs_ifnum(FILE *fd) testdev_ffs_ifnum() 164 static int testdev_ifnum(FILE *fd) testdev_ifnum() 248 FILE *fd; find_testdev()
|
/linux-4.4.14/drivers/staging/lustre/lustre/fld/ |
H A D | fld_internal.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
H A D | lproc_fld.c | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
H A D | ll_fiemap.h | 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|