Searched refs:FILE (Results 76 - 100 of 409) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/
H A Dbpf_map.c29 int bpf_map__fprintf(struct bpf_map *map, FILE *fp)
H A Dbranch.h89 void branch_type_stat_display(FILE *fp, const struct branch_type_stat *st);
H A Dstat.h95 FILE *output;
216 size_t perf_event__fprintf_stat(union perf_event *event, FILE *fp);
217 size_t perf_event__fprintf_stat_round(union perf_event *event, FILE *fp);
218 size_t perf_event__fprintf_stat_config(union perf_event *event, FILE *fp);
H A Dmachine.h213 size_t machine__fprintf(struct machine *machine, FILE *fp);
236 size_t machine__fprintf_dsos_buildid(struct machine *machine, FILE *fp,
238 size_t machines__fprintf_dsos(struct machines *machines, FILE *fp);
239 size_t machines__fprintf_dsos_buildid(struct machines *machines, FILE *fp,
249 size_t machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp);
/linux-master/samples/bpf/
H A Dsockex2_user.c23 FILE *f;
H A Dtracex5_user.c43 FILE *f;
/linux-master/drivers/acpi/acpica/
H A Dacconvert.h68 void cv_init_file_tree(struct acpi_table_header *table, FILE * root_file);
/linux-master/scripts/atomic/
H A Dgen-atomic-long.sh72 // DO NOT MODIFY THIS FILE DIRECTLY
/linux-master/tools/lib/api/fs/
H A Dcgroup.c21 FILE *fp;
/linux-master/tools/testing/selftests/bpf/
H A Dnetlink_helpers.h16 FILE *dump_fp;
H A Dtrace_helpers.c66 FILE *f;
217 FILE *f;
241 FILE *f;
298 FILE *f;
398 FILE *fp = NULL;
/linux-master/tools/testing/selftests/lsm/
H A Dcommon.c55 FILE *fp;
/linux-master/tools/testing/selftests/prctl/
H A Dset-process-name.c57 FILE *fptr = NULL;
/linux-master/tools/perf/arch/x86/util/
H A Dtsc.c30 FILE *cpuinfo;
/linux-master/tools/testing/selftests/kvm/lib/s390x/
H A Dprocessor.c114 static void virt_dump_ptes(FILE *stream, struct kvm_vm *vm, uint8_t indent,
128 static void virt_dump_region(FILE *stream, struct kvm_vm *vm, uint8_t indent,
150 void virt_arch_dump(FILE *stream, struct kvm_vm *vm, uint8_t indent)
215 void vcpu_arch_dump(FILE *stream, struct kvm_vcpu *vcpu, uint8_t indent)
/linux-master/tools/testing/selftests/mm/
H A Dvm_util.h40 bool check_for_pattern(FILE *fp, const char *pattern, char *buf, size_t len);
/linux-master/tools/testing/selftests/tty/
H A Dtty_tstamp_update.c30 FILE *f;
/linux-master/tools/perf/
H A Dbuiltin-list.c35 FILE *fp;
87 static void wordwrap(FILE *fp, const char *s, int start, int max, int corr)
124 FILE *fp = print_state->fp;
205 FILE *fp = print_state->fp;
283 FILE *fp;
291 FILE *fp = print_state->fp;
299 FILE *fp = print_state->fp;
304 static void fix_escape_fprintf(FILE *fp, struct strbuf *buf, const char *fmt, ...)
368 FILE *fp = print_state->fp;
443 FILE *f
[all...]
/linux-master/scripts/dtc/
H A Dsrcpos.c41 FILE *depfile; /* = NULL */
100 static char *try_open(const char *dirname, const char *fname, FILE **fp)
124 * @param fp Returns pointer to opened FILE, or NULL on failure
127 static char *fopen_any_on_path(const char *fname, FILE **fp)
146 FILE *srcfile_relative_open(const char *fname, char **fullnamep)
148 FILE *f;
H A Dflattree.c102 static void emit_label(FILE *f, const char *prefix, const char *label)
109 static void emit_offset_label(FILE *f, const char *label, int offset)
125 FILE *f = e;
135 FILE *f = e;
145 FILE *f = e;
152 FILE *f = e;
174 FILE *f = e;
187 FILE *f = e;
200 FILE *f = e;
346 void dt_to_blob(FILE *
[all...]
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c96 FILE *max_msgs, *max_msgsize;
153 static inline void __set(FILE *stream, int value, char *err_msg);
157 static inline int get(FILE *stream);
158 static inline void set(FILE *stream, int value);
159 static inline int try_set(FILE *stream, int value);
165 static inline void __set(FILE *stream, int value, char *err_msg)
238 static inline int get(FILE *stream)
247 static inline void set(FILE *stream, int value)
260 static inline int try_set(FILE *stream, int value)
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c329 aic_print_file_prologue(FILE *ofile)
345 aic_print_include(FILE *dfile, char *include_file)
354 aic_print_reg_dump_types(FILE *ofile)
371 aic_print_reg_dump_start(FILE *dfile, symbol_node_t *regnode)
383 aic_print_reg_dump_end(FILE *ofile, FILE *dfile,
440 aic_print_reg_dump_entry(FILE *dfile, symbol_node_t *curnode)
461 symtable_dump(FILE *ofile, FILE *dfile)
/linux-master/tools/iio/
H A Diio_utils.c92 FILE *sysfsfp;
222 FILE *sysfsfp;
319 FILE *sysfsfp;
565 FILE *namefp;
656 FILE *sysfsfp;
753 FILE *sysfsfp;
860 FILE *sysfsfp;
907 FILE *sysfsfp;
954 FILE *sysfsfp;
/linux-master/scripts/kconfig/
H A Dconfdata.c300 static ssize_t getline_stripped(char **lineptr, size_t *n, FILE *stream)
321 FILE *in = NULL;
576 static void conf_write_heading(FILE *fp, const struct comment_style *cs)
636 static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n,
664 static void print_symbol_for_dotconfig(FILE *fp, struct symbol *sym)
669 static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym)
679 static void print_symbol_for_c(FILE *fp, struct symbol *sym)
721 static void print_symbol_for_rustccfg(FILE *fp, struct symbol *sym)
788 FILE *out;
836 FILE *ou
[all...]
/linux-master/tools/wmi/
H A Ddell-smbios-example.c58 FILE *f;
145 FILE *f;

Completed in 243 milliseconds

1234567891011>>