Searched refs:FILE (Results 1 - 200 of 579) sorted by relevance

123

/linux-4.1.27/samples/bpf/
H A Dtracex1_user.c9 FILE *f; main()
H A Dsockex1_user.c12 FILE *f; main()
H A Dsockex2_user.c17 FILE *f; main()
H A Dtracex2_user.c61 FILE *f; main()
H A Dsock_example.c95 FILE *f; main()
/linux-4.1.27/arch/x86/tools/
H A Drelocs.h31 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 Drelocs_common.c23 FILE *fp; main()
H A Dinsn_sanity.c53 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 Dtest_get_len.c59 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 Drelocs.c333 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.1.27/scripts/
H A Dcleanfile103 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 Dcleanpatch103 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 Dmarkup_oops.pl205 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 Dpnmtologo.c28 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 Dcoccicheck120 FILE=`echo $COCCI | sed "s|$srctree/||"`
140 echo " in $FILE."
H A Dasn1_compiler.c537 static void render(FILE *out, FILE *hdr);
546 FILE *out, *hdr; main()
1194 static void render_element(FILE *out, struct element *e, struct element *tag);
1195 static void render_out_of_line_list(FILE *out);
1202 static void render_opcode(FILE *out, const char *fmt, ...) render_opcode()
1216 static void render_more(FILE *out, const char *fmt, ...) render_more()
1230 static void render(FILE *out, FILE *hdr) render()
1330 static void render_out_of_line_list(FILE *out) render_out_of_line_list()
1377 static void render_element(FILE *out, struct element *e, struct element *tag) render_element()
H A Drecordmcount.pl458 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 Ddocproc.c197 FILE * fp; find_export_symbols()
443 static void parse_file(FILE *infile) parse_file()
503 FILE * infile; main()
/linux-4.1.27/tools/perf/util/
H A Dcolor.h35 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_fprintf_ln(FILE *fp, const char *color, const char *fmt, ...);
39 int color_fwrite_lines(FILE *fp, const char *color, size_t count, const char *buf);
43 int percent_color_fprintf(FILE *fp, const char *fmt, double percent);
H A Dfind-vdso-map.c3 FILE *maps; find_vdso_map()
H A Dvalues.h24 void perf_read_values_display(FILE *fp, struct perf_read_values *values,
H A Dthread_map.h23 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp);
H A Dsession.h86 size_t perf_session__fprintf(struct perf_session *session, FILE *fp);
88 size_t perf_session__fprintf_dsos(struct perf_session *session, FILE *fp);
90 size_t perf_session__fprintf_dsos_buildid(struct perf_session *session, FILE *fp,
93 size_t perf_session__fprintf_nr_events(struct perf_session *session, FILE *fp);
105 void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full);
H A Dcolor.c70 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, __color_vfprintf()
101 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) color_vfprintf()
118 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) color_fprintf()
129 int color_fprintf_ln(FILE *fp, const char *color, const char *fmt, ...) color_fprintf_ln()
144 int color_fwrite_lines(FILE *fp, const char *color, color_fwrite_lines()
185 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) percent_color_fprintf()
H A Dcpumap.h18 struct cpu_map *cpu_map__read(FILE *file);
19 size_t cpu_map__fprintf(struct cpu_map *map, FILE *fp);
H A Dmap.h145 size_t map__fprintf(struct map *map, FILE *fp);
146 size_t map__fprintf_dsoname(struct map *map, FILE *fp);
148 FILE *fp);
161 FILE *fp);
171 size_t map_groups__fprintf(struct map_groups *mg, FILE *fp);
228 FILE *fp);
H A Ddso.h298 size_t __dsos__fprintf_buildid(struct list_head *head, FILE *fp,
300 size_t __dsos__fprintf(struct list_head *head, FILE *fp);
302 size_t dso__fprintf_buildid(struct dso *dso, FILE *fp);
304 enum map_type type, FILE *fp);
305 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp);
H A Devent.h386 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp);
387 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp);
388 size_t perf_event__fprintf_mmap2(union perf_event *event, FILE *fp);
389 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp);
390 size_t perf_event__fprintf(union perf_event *event, FILE *fp);
H A Dmachine.h153 size_t machine__fprintf(struct machine *machine, FILE *fp);
192 size_t machine__fprintf_dsos_buildid(struct machine *machine, FILE *fp,
194 size_t machines__fprintf_dsos(struct machines *machines, FILE *fp);
195 size_t machines__fprintf_dsos_buildid(struct machines *machines, FILE *fp,
206 size_t machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp);
H A Dvalues.c130 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 Dlzma.c35 FILE *infile; lzma_decompress_to_file()
H A Dcpumap.c43 struct cpu_map *cpu_map__read(FILE *file) cpu_map__read()
101 FILE *onlnf; cpu_map__read_all_cpu_map()
179 size_t cpu_map__fprintf(struct cpu_map *map, FILE *fp) cpu_map__fprintf()
209 FILE *fp; cpu_map__get_socket()
272 FILE *fp; cpu_map__get_core()
H A Dmap.c335 size_t map__fprintf(struct map *map, FILE *fp) map__fprintf()
341 size_t map__fprintf_dsoname(struct map *map, FILE *fp) map__fprintf_dsoname()
356 FILE *fp) map__fprintf_srcline()
575 FILE *fp) __map_groups__fprintf_maps()
593 static size_t map_groups__fprintf_maps(struct map_groups *mg, FILE *fp) map_groups__fprintf_maps()
602 enum map_type type, FILE *fp) __map_groups__fprintf_removed_maps()
619 FILE *fp) map_groups__fprintf_removed_maps()
627 size_t map_groups__fprintf(struct map_groups *mg, FILE *fp) map_groups__fprintf()
635 FILE *fp) map_groups__fixup_overlappings()
H A Dheader.c244 FILE *file; __write_cpudesc()
452 FILE *fp; build_cpu_topo()
612 FILE *fp; write_total_mem()
643 FILE *fp; write_topo_node()
702 FILE *fp; write_numa_topology()
873 FILE *fp) print_hostname()
879 FILE *fp) print_osrelease()
884 static void print_arch(struct perf_header *ph, int fd __maybe_unused, FILE *fp) print_arch()
890 FILE *fp) print_cpudesc()
896 FILE *fp) print_nrcpus()
903 FILE *fp) print_version()
909 FILE *fp) print_cmdline()
927 FILE *fp) print_cpu_topology()
1058 static int __desc_attr__fprintf(FILE *fp, const char *name, const char *val, __desc_attr__fprintf()
1064 static void print_event_desc(struct perf_header *ph, int fd, FILE *fp) print_event_desc()
1097 FILE *fp) print_total_mem()
1103 FILE *fp) print_numa_topology()
1143 static void print_cpuid(struct perf_header *ph, int fd __maybe_unused, FILE *fp) print_cpuid()
1149 int fd __maybe_unused, FILE *fp) print_branch_stack()
1155 FILE *fp) print_pmu_mappings()
1192 FILE *fp) print_group_desc()
1826 void (*print)(struct perf_header *h, int fd, FILE *fp);
1867 FILE *fp;
1898 int perf_header__fprintf_info(struct perf_session *session, FILE *fp, bool full) perf_header__fprintf_info()
H A Dpmu.c25 extern FILE *perf_pmu_in;
46 FILE *file; perf_pmu__format_parse()
201 static int perf_pmu__new_alias(struct list_head *list, char *dir, char *name, FILE *file) perf_pmu__new_alias()
274 FILE *file; pmu_aliases_parse()
355 FILE *file; pmu_type()
411 FILE *file; pmu_cpumask()
959 static FILE *perf_pmu__open_file(struct perf_pmu *pmu, const char *name) perf_pmu__open_file()
982 FILE *file; perf_pmu__scan_file()
H A Dvdso.c159 static int vdso__do_copy_compat(FILE *f, int fd) vdso__do_copy_compat()
179 FILE *f; vdso__copy_compat()
H A Dthread.h73 size_t thread__fprintf(struct thread *thread, FILE *fp);
H A Dtrace-event.h27 int cpu, void *data, int size, FILE *fp);
H A Dhist.h137 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp);
140 int max_cols, float min_pcnt, FILE *fp);
141 size_t perf_evlist__fprintf_nr_events(struct perf_evlist *evlist, FILE *fp);
H A Dsymbol.h262 const struct addr_location *al, FILE *fp);
263 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp);
264 size_t symbol__fprintf(struct symbol *sym, FILE *fp);
H A Devent.c218 FILE *fp; perf_event__synthesize_mmap_events()
667 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp) perf_event__fprintf_comm()
695 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp) perf_event__fprintf_mmap()
704 size_t perf_event__fprintf_mmap2(union perf_event *event, FILE *fp) perf_event__fprintf_mmap2()
735 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp) perf_event__fprintf_task()
758 size_t perf_event__fprintf(union perf_event *event, FILE *fp) perf_event__fprintf()
H A Dconfig.c23 static FILE *config_file;
33 FILE *f; get_next_char()
418 FILE *f = fopen(filename, "r"); perf_config_from_file()
H A Devsel.h342 struct perf_attr_details *details, FILE *fp);
364 typedef int (*attr__fprintf_f)(FILE *, const char *, const char *, void *);
366 int perf_event_attr__fprintf(FILE *fp, struct perf_event_attr *attr,
H A Dcgroup.c13 FILE *fp; cgroupfs_find_mountpoint()
H A Dheader.h123 int perf_header__fprintf_info(struct perf_session *s, FILE *fp, bool full);
H A Dstrlist.c72 FILE *fp = fopen(filename, "r"); strlist__load()
/linux-4.1.27/scripts/dtc/
H A Dtreesource.c24 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 Dsrcpos.h26 FILE *f;
33 extern FILE *depfile; /* = NULL */
53 * @return pointer to opened FILE
55 FILE *srcfile_relative_open(const char *fname, char **fullnamep);
H A Dsrcpos.c52 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 Dflattree.c117 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 Ddtc.h105 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 Dfstree.c53 FILE *pfile; read_fstree()
H A Ddtc-parser.y228 FILE *f = srcfile_relative_open($4.val, NULL);
245 FILE *f = srcfile_relative_open($4.val, NULL);
/linux-4.1.27/tools/net/
H A Dbpf_asm.c26 extern void bpf_asm_compile(FILE *fp, bool cstyle);
30 FILE *fp = stdin; main()
H A Dbpf_dbg.c1315 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.1.27/arch/ia64/scripts/
H A Dunwcheck.py3 # 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.1.27/tools/perf/ui/stdio/
H A Dhist.c9 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.1.27/tools/lib/symbol/
H A Dkallsyms.c12 FILE *file = fopen(filename, "r"); kallsyms__parse()
/linux-4.1.27/tools/power/cpupower/bench/
H A Dparse.h42 FILE *output; /* logfile */
49 FILE *prepare_output(const char *dir);
H A Dparse.c64 FILE *prepare_output(const char *dirname) prepare_output()
66 FILE *output = NULL; prepare_output()
162 FILE *configfile; prepare_config()
/linux-4.1.27/drivers/zorro/
H A Dgen-devlist.c17 pq(FILE *f, const char *c) pq()
36 FILE *devf; main()
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A D11n_aggr.h14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
H A Dcfg80211.h14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
H A D11ac.h14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
H A D11n_rxreorder.h14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
H A Dusb.h14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
H A Dutil.h14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
H A Dwmm.h14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
H A D11n.h14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
H A Ddecl.h14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
H A Dethtool.c14 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
/linux-4.1.27/tools/lib/api/fd/
H A Darray.h39 int fdarray__fprintf(struct fdarray *fda, FILE *fp);
H A Darray.c119 int fdarray__fprintf(struct fdarray *fda, FILE *fp) fdarray__fprintf()
/linux-4.1.27/tools/lib/api/fs/
H A Dfindfs.c32 FILE *fp; find_mountpoint()
H A Dfs.c58 FILE *fp; fs__read_mounts()
/linux-4.1.27/tools/perf/
H A Dbuiltin-buildid-list.c20 static int sysfs__fprintf_build_id(FILE *fp) sysfs__fprintf_build_id()
35 static int filename__fprintf_build_id(const char *name, FILE *fp) filename__fprintf_build_id()
H A Dbuiltin.h13 extern int read_line_with_nul(char *buf, int size, FILE *file);
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c332 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 Daicasm_symbol.h209 void symtable_dump(FILE *ofile, FILE *dfile);
H A Daicasm.c89 FILE *ofile;
92 FILE *regfile;
94 FILE *listfile;
96 FILE *regdiagfile;
111 extern FILE *yyin;
523 FILE *ifile; output_listing()
/linux-4.1.27/tools/iio/
H A Diio_utils.c88 FILE *sysfsfp; iioutils_get_type()
188 FILE *sysfsfp; iioutils_get_param_float()
272 FILE *sysfsfp; build_channel_array()
435 FILE *nameFile; find_type_by_name()
492 FILE *sysfsfp; _write_sysfs_int()
542 FILE *sysfsfp; _write_sysfs_string()
603 FILE *sysfsfp; read_sysfs_posint()
626 FILE *sysfsfp; read_sysfs_float()
649 FILE *sysfsfp; read_sysfs_string()
/linux-4.1.27/scripts/kconfig/
H A Dlkc.h71 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 Dconfdata.c20 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()
488 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) kconfig_print_symbol()
511 kconfig_print_comment(FILE *fp, const char *value, void *arg) kconfig_print_comment()
542 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) header_print_symbol()
583 header_print_comment(FILE *fp, const char *value, void *arg) header_print_comment()
616 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) tristate_print_symbol()
629 static void conf_write_symbol(FILE *fp, struct symbol *sym, conf_write_symbol()
651 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) conf_write_heading()
672 FILE *out; conf_write_defconfig()
743 FILE *out; conf_write()
957 FILE *out, *tristate, *out_h; conf_write_autoconf()
H A Dutil.c40 FILE *out; file_write_dep()
H A Dzconf.y582 static void print_quoted_string(FILE *out, const char *str)
599 static void print_symbol(FILE *out, struct menu *menu)
681 void zconfdump(FILE *out)
/linux-4.1.27/arch/cris/include/asm/
H A Deshlibld.h3 *! FILE NAME : eshlibld.h
112 /********************** END OF FILE eshlibld.h *****************************/
/linux-4.1.27/tools/vm/
H A Dpage_owner_sort.c31 int read_block(char *buf, int buf_size, FILE *fin) read_block()
86 FILE *fin, *fout; main()
/linux-4.1.27/drivers/scsi/megaraid/
H A Dmegaraid_mm.h12 * FILE : megaraid_mm.h
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
H A Dapi-support.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlnet-sysctl.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlnet.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dptllnd.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dsocklnd.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dptllnd_wire.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/linux/
H A Dapi-support.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlib-types.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlnet.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlib-lnet.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
H A Dtimer.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dmodule.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dconrpc.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dping_test.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dtimer.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/fid/
H A Dfid_internal.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dfid_lib.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlproc_fid.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_acl.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlustre_debug.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlustre_intent.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dobd_cache.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlustre_eacl.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlustre_ha.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlustre_mds.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlustre_fld.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlustre_handles.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dinterval_tree.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlustre_lite.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-tracefile.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlinux-curproc.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlinux-crypto-adler.c3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlovsub_io.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlovsub_page.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dlu_ref.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dstatfs_pack.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Duuid.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dcl_internal.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Ddebug.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dllog_internal.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
H A Decho_internal.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlproc_echo.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/nfc/nfcmrvl/
H A Dnfcmrvl.h13 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
H A Dmain.c13 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
/linux-4.1.27/sound/oss/
H A Dhex2hex.c15 static int loadhex(FILE *inf, unsigned char *buf) loadhex()
/linux-4.1.27/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c53 FILE *def_msgs, *def_msgsize, *max_msgs, *max_msgsize;
57 static inline void __set(FILE *stream, int value, char *err_msg);
59 static inline int get(FILE *stream);
60 static inline void set(FILE *stream, int value);
67 static inline void __set(FILE *stream, int value, char *err_msg) __set()
114 static inline int get(FILE *stream) get()
123 static inline void set(FILE *stream, int value) set()
H A Dmq_perf_tests.c93 FILE *max_msgs, *max_msgsize;
150 static inline void __set(FILE *stream, int value, char *err_msg);
154 static inline int get(FILE *stream);
155 static inline void set(FILE *stream, int value);
156 static inline int try_set(FILE *stream, int value);
162 static inline void __set(FILE *stream, int value, char *err_msg) __set()
232 static inline int get(FILE *stream) get()
241 static inline void set(FILE *stream, int value) set()
254 static inline int try_set(FILE *stream, int value) try_set()
/linux-4.1.27/arch/blackfin/mach-bf609/include/mach/
H A Danomaly.h2 * DO NOT EDIT THIS FILE
6 * DO NOT EDIT THIS FILE
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
H A Dlib.c182 FILE *f; parse_proc_maps()
221 FILE *f; require_paranoia_below()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dcurproc.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlibcfs_prim.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlibcfs_string.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlibcfs_time.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlibcfs.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlibcfs_fail.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlibcfs_kernelcomm.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlibcfs_workitem.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/
H A Dlinux-cpu.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlinux-mem.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlinux-time.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlibcfs.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd_lib-linux.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/
H A Dlustre_lite.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlustre_patchless_compat.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlustre_user.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dobd.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_lfsck_user.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlibiam.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dll_fiemap.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dl_lock.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dldlm_inodebits.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dldlm_plain.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dvvp_internal.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dvvp_lock.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
H A Dlproc_mgc.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dmgc_internal.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dllog_net.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dpers.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dptlrpc_module.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/arch/x86/boot/compressed/
H A Dmkpiggy.c40 FILE *f = NULL; main()
/linux-4.1.27/fs/omfs/
H A Domfs_fs.h63 char i_type; /* OMFS_[DIR,FILE] */
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver_version.h3 * WARNING - THIS FILE HAS BEEN GENERATED - DO NOT CHANGE
/linux-4.1.27/arch/powerpc/include/asm/
H A Dbug.h41 /* _EMIT_BUG_ENTRY expects args %0,%1,%2,%3 to be FILE, LINE, flags and
/linux-4.1.27/Documentation/networking/timestamping/
H A Dhwtstamp_config.c36 static void list_names(FILE *f, const char **names, int size) list_names()
/linux-4.1.27/scripts/selinux/genheaders/
H A Dgenheaders.c45 FILE *fout; main()
/linux-4.1.27/tools/perf/tests/
H A Dpmu.c96 FILE *file; test_format_dir_get()
H A Dcode-reading.c74 static int read_objdump_output(FILE *f, void **buf, size_t *len) read_objdump_output()
103 FILE *f; read_via_objdump()
356 FILE *f; fs_something()
H A Dfdarray.c17 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) fdarray__fprintf_prefix()
/linux-4.1.27/tools/perf/ui/browsers/
H A Dheader.c101 FILE *fp = open_memstream(&ptr, &size); tui__header_window()
H A Dscripts.c114 FILE *fp; script_browse()
/linux-4.1.27/drivers/acpi/acpica/
H A Dutfileio.c63 acpi_ut_read_table(FILE * fp,
145 acpi_ut_read_table(FILE * fp, acpi_ut_read_table()
297 FILE *file; acpi_ut_read_table_from_file()
/linux-4.1.27/scripts/genksyms/
H A Dgenksyms.c40 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.1.27/tools/hv/
H A Dhv_kvp_daemon.c149 FILE *filep; kvp_update_file()
179 FILE *filep; kvp_update_mem_state()
232 FILE *filep; kvp_file_init()
463 FILE *file;
603 FILE *file; kvp_get_if_name()
658 FILE *file; kvp_if_name_to_mac()
695 FILE *file; kvp_mac_to_if_name()
757 FILE *file; kvp_process_ipconfig_file()
788 FILE *file; kvp_get_ipconfig_info()
1132 static int kvp_write_file(FILE *f, char *s1, char *s2, char *s3) kvp_write_file()
1145 static int process_ip_string(FILE *f, char *ip_string, int type) process_ip_string()
1227 FILE *file; kvp_set_ip_info()
/linux-4.1.27/drivers/net/slip/
H A Dslip.h4 * NOTE: THIS FILE WILL BE MOVED TO THE LINUX INCLUDE DIRECTORY
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Dlo.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dmodule.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dfail.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
H A Dlmv_fld.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/drivers/bluetooth/
H A Dbtmrvl_sdio.h15 * THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
/linux-4.1.27/crypto/
H A Dcrc32.c3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Dbitfield.h2 * FILE bitfield.h
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
H A Dbitfield.h2 * FILE bitfield.h
/linux-4.1.27/tools/power/cpupower/utils/helpers/
H A Dcpuid.c47 FILE *fp; get_cpu_info()
/linux-4.1.27/tools/usb/usbip/src/
H A Dusbipd.c73 " -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.1.27/arch/x86/vdso/
H A Dvdso2c.c170 FILE *outfile, const char *name) go()
209 FILE *outfile; main()
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/
H A Danomaly.h2 * DO NOT EDIT THIS FILE
6 * DO NOT EDIT THIS FILE
/linux-4.1.27/arch/blackfin/mach-bf538/include/mach/
H A Danomaly.h2 * DO NOT EDIT THIS FILE
6 * DO NOT EDIT THIS FILE
/linux-4.1.27/tools/testing/selftests/vm/
H A Dthuge-gen.c79 FILE *f = fopen("/proc/meminfo", "r"); default_huge_page_size()
110 FILE *f; read_sysfs()
/linux-4.1.27/tools/thermal/tmon/
H A Dsysfs.c43 FILE *fd; sysfs_set_ulong()
67 FILE *fd; sysfs_get_ulong()
86 FILE *fd; sysfs_get_string()
/linux-4.1.27/tools/usb/
H A Dtestusb.c141 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.1.27/drivers/staging/lustre/lustre/fld/
H A Dfld_internal.h4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
H A Dlproc_fld.c4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

Completed in 3388 milliseconds

123