/linux-3.3/scripts/ |
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);
|
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);
|
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-… 240 while (<FILE>) { 266 close(FILE);
|
D | recordmcount.pl | 450 open(FILE, ">$mcount_s") || die "can't create $mcount_s\n"; 452 print FILE "\t.section $mcount_section,\"a\",$section_type\n"; 453 print FILE "\t.align $alignment\n" if (defined($alignment)); 456 printf FILE "\t%s %s + %d\n", $type, $ref_func, $cur_offset - $offset; 539 close(FILE);
|
D | coccicheck | 60 FILE=`echo $COCCI | sed "s|$srctree/||"` 80 echo " in $FILE."
|
/linux-3.3/tools/perf/util/ |
D | color.h | 37 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args); 38 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...); 40 int color_fprintf_ln(FILE *fp, const char *color, const char *fmt, ...); 41 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);
|
D | symbol.h | 190 size_t __dsos__fprintf(struct list_head *head, FILE *fp); 193 FILE *fp, bool with_hits); 194 size_t machines__fprintf_dsos(struct rb_root *machines, FILE *fp); 196 FILE *fp, bool with_hits); 197 size_t dso__fprintf_buildid(struct dso *dso, FILE *fp); 199 enum map_type type, FILE *fp); 200 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp); 246 size_t machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp);
|
D | session.h | 118 size_t perf_session__fprintf(struct perf_session *self, FILE *fp); 120 size_t perf_session__fprintf_dsos(struct perf_session *self, FILE *fp); 123 FILE *fp, bool with_hits); 125 size_t perf_session__fprintf_nr_events(struct perf_session *session, FILE *fp); 155 void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full);
|
D | color.c | 195 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() 226 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf() 243 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf() 254 int color_fprintf_ln(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf_ln() 269 int color_fwrite_lines(FILE *fp, const char *color, in color_fwrite_lines() 310 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf()
|
D | map.h | 120 size_t map__fprintf(struct map *self, FILE *fp); 133 enum map_type type, int verbose, FILE *fp); 141 size_t map_groups__fprintf(struct map_groups *mg, int verbose, FILE *fp); 142 size_t map_groups__fprintf_maps(struct map_groups *mg, int verbose, FILE *fp); 210 size_t machine__fprintf(struct machine *machine, FILE *fp); 248 int verbose, FILE *fp);
|
D | event.h | 206 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp); 207 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp); 208 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp); 209 size_t perf_event__fprintf(union perf_event *event, FILE *fp);
|
/linux-3.3/scripts/dtc/ |
D | treesource.c | 24 extern FILE *yyin; 47 static void write_prefix(FILE *f, int level) in write_prefix() 62 static void write_propval_string(FILE *f, struct data val) in write_propval_string() 135 static void write_propval_cells(FILE *f, struct data val) in write_propval_cells() 165 static void write_propval_bytes(FILE *f, struct data val) in write_propval_bytes() 193 static void write_propval(FILE *f, struct property *prop) in write_propval() 234 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node() 264 void dt_to_source(FILE *f, struct boot_info *bi) in dt_to_source()
|
D | srcpos.h | 26 FILE *f; 33 extern FILE *depfile; /* = NULL */ 36 FILE *srcfile_relative_open(const char *fname, char **fullnamep);
|
D | flattree.c | 117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() 124 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label() 140 FILE *f = e; in asm_emit_cell() 149 FILE *f = e; in asm_emit_string() 167 FILE *f = e; in asm_emit_align() 174 FILE *f = e; in asm_emit_data() 196 FILE *f = e; in asm_emit_beginnode() 209 FILE *f = e; in asm_emit_endnode() 222 FILE *f = e; in asm_emit_property() 366 void dt_to_blob(FILE *f, struct boot_info *bi, int version) in dt_to_blob() [all …]
|
D | dtc.h | 105 struct data data_copy_file(FILE *f, size_t len); 231 void dt_to_blob(FILE *f, struct boot_info *bi, int version); 232 void dt_to_asm(FILE *f, struct boot_info *bi, int version); 238 void dt_to_source(FILE *f, struct boot_info *bi);
|
/linux-3.3/scripts/kconfig/ |
D | lkc.h | 69 void zconfdump(FILE *out); 71 FILE *zconf_fopen(const char *name); 86 void (*print_symbol)(FILE *, struct symbol *, const char *, void *); 87 void (*print_comment)(FILE *, const char *, void *); 91 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite()
|
D | confdata.c | 187 FILE *in = NULL; in conf_read_simple() 434 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol() 457 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment() 488 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol() 529 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment() 562 header_print__enabled_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print__enabled_symbol() 591 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol() 604 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() 626 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading() 647 FILE *out; in conf_write_defconfig() [all …]
|
/linux-3.3/tools/power/cpupower/bench/ |
D | parse.h | 42 FILE *output; /* logfile */ 49 FILE *prepare_output(const char *dir);
|
D | parse.c | 64 FILE *prepare_output(const char *dirname) in prepare_output() 66 FILE *output = NULL; in prepare_output() 162 FILE *configfile = fopen(path, "r"); in prepare_config()
|
/linux-3.3/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 332 aic_print_file_prologue(FILE *ofile) in aic_print_file_prologue() 348 aic_print_include(FILE *dfile, char *include_file) in aic_print_include() 357 aic_print_reg_dump_types(FILE *ofile) in aic_print_reg_dump_types() 374 aic_print_reg_dump_start(FILE *dfile, symbol_node_t *regnode) in aic_print_reg_dump_start() 386 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, in aic_print_reg_dump_end() 443 aic_print_reg_dump_entry(FILE *dfile, symbol_node_t *curnode) in aic_print_reg_dump_entry() 464 symtable_dump(FILE *ofile, FILE *dfile) in symtable_dump()
|
/linux-3.3/drivers/staging/iio/Documentation/ |
D | iio_utils.h | 103 FILE *sysfsfp; in iioutils_get_type() 198 FILE *sysfsfp; in iioutils_get_param_float() 282 FILE *sysfsfp; in build_channel_array() 443 FILE *nameFile; in find_type_by_name() 493 FILE *sysfsfp; in _write_sysfs_int() 541 FILE *sysfsfp; in _write_sysfs_string() 600 FILE *sysfsfp; in read_sysfs_posint() 622 FILE *sysfsfp; in read_sysfs_float()
|
/linux-3.3/arch/x86/tools/ |
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, in dump_field() 80 static void dump_insn(FILE *fp, struct insn *insn) in dump_insn() 98 static void dump_stream(FILE *fp, const char *msg, unsigned long nr_iter, in dump_stream()
|
/linux-3.3/tools/perf/ |
D | builtin-buildid-list.c | 42 static int sysfs__fprintf_build_id(FILE *fp) in sysfs__fprintf_build_id() 57 static int filename__fprintf_build_id(const char *name, FILE *fp) in filename__fprintf_build_id()
|
/linux-3.3/drivers/zorro/ |
D | gen-devlist.c | 17 pq(FILE *f, const char *c) in pq() 36 FILE *devf; in main()
|
/linux-3.3/tools/perf/Documentation/ |
D | Makefile | 184 ../PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE 185 $(QUIET_SUBDIR0)../ $(QUIET_SUBDIR1) PERF-VERSION-FILE 187 -include ../PERF-VERSION-FILE 303 .PHONY: .FORCE-PERF-VERSION-FILE
|