Searched refs:outf (Results 1 - 12 of 12) sorted by path

/linux-master/arch/mips/boot/tools/
H A Drelocs.c572 static void emit_relocs(int as_text, int as_bin, FILE *outf) argument
598 outf = stdout;
601 outf = stdout;
607 if (fseek(outf, sec_reloc->shdr.sh_offset, SEEK_SET) < 0) {
614 size += write_reloc(relocs.offset[i], outf);
618 size += write_reloc(0, outf);
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c130 fixed20_12 outf = dfixed_init(out); local
152 outf.full = max_t(u32, outf.full - dfixed_const(1), dfixed_const(1));
155 dda_inc = dfixed_div(inf, outf);
/linux-master/drivers/net/ppp/
H A Dppp_generic.c481 goto outf;
487 goto outf;
490 outf:
1436 goto outf;
1445 goto outf;
1448 goto outf;
1454 goto outf;
1465 outf:
/linux-master/samples/bpf/
H A Dhbm.c77 FILE *outf; local
89 outf = fopen(outFname, "w");
91 if (outf == NULL)
102 if (outf != NULL) {
103 fprintf(outf, "%s\n", buf);
104 fflush(outf);
/linux-master/scripts/dtc/
H A Ddtc.c172 FILE *outf = NULL; local
344 outf = stdout;
346 outf = fopen(outname, "wb");
347 if (! outf)
353 dt_to_source(outf, dti);
358 dt_to_yaml(outf, dti);
361 dt_to_blob(outf, dti, outversion);
363 dt_to_asm(outf, dti, outversion);
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c25 static FILE *outf; variable
81 return outf;
787 fprintf(outf, "Error: map logical_cpu:%d\n",
1155 fprintf(outf, "Intel(R) SST-PP (feature perf-profile) is supported\n");
1157 fprintf(outf, "Intel(R) SST-PP (feature perf-profile) is not supported\n");
1158 fprintf(outf, "Only performance level 0 (base level) is present\n");
1162 fprintf(outf, "TDP level change control is locked\n");
1164 fprintf(outf, "TDP level change control is unlocked, max level: %d\n", max_level);
1167 fprintf(outf, "Intel(R) SST-TF (feature turbo-freq) is supported\n");
1169 fprintf(outf, "Inte
[all...]
H A Disst-core-mbox.c81 FILE *outf = get_output_file(); local
107 fprintf(outf, "Error: mmio_cmd cpu:%d reg:%x read_write:%x\n",
H A Disst-core.c74 FILE *outf = get_output_file(); local
90 fprintf(outf, "Error: msr_cmd cpu:%d msr:%x read_write:%d\n",
H A Disst-display.c84 static void format_and_print_txt(FILE *outf, int level, char *header, argument
103 fprintf(outf, "%s", delimiters);
104 fprintf(outf, "%s:%s\n", header, value);
106 fprintf(outf, "%s", delimiters);
107 fprintf(outf, "%s\n", header);
112 static void format_and_print(FILE *outf, int level, char *header, char *value) argument
119 format_and_print_txt(outf, level, header, value);
125 fprintf(outf, "{");
127 fprintf(outf, "\n}\n");
137 fprintf(outf, ",\
169 print_package_info(struct isst_id *id, FILE *outf) argument
198 _isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, struct isst_pbf_info *pbf_info, int disp_level) argument
241 _isst_fact_display_information(struct isst_id *id, FILE *outf, int level, int fact_bucket, int fact_avx, struct isst_fact_info *fact_info, int base_level) argument
319 isst_ctdp_display_core_info(struct isst_id *id, FILE *outf, char *prefix, unsigned int val, char *str0, char *str1) argument
338 isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level, struct isst_pkg_ctdp *pkg_dev) argument
548 isst_ctdp_display_information_start(FILE *outf) argument
555 isst_ctdp_display_information_end(FILE *outf) argument
561 isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, struct isst_pbf_info *pbf_info) argument
571 isst_fact_display_information(struct isst_id *id, FILE *outf, int level, int fact_bucket, int fact_avx, struct isst_fact_info *fact_info) argument
583 isst_clos_display_information(struct isst_id *id, FILE *outf, int clos, struct isst_clos_config *clos_config) argument
625 isst_clos_display_clos_information(struct isst_id *id, FILE *outf, int clos_enable, int type, int state, int cap) argument
669 isst_clos_display_assoc_information(struct isst_id *id, FILE *outf, int clos) argument
687 isst_display_result(struct isst_id *id, FILE *outf, char *feature, char *cmd, int result) argument
710 FILE *outf = get_output_file(); local
749 isst_trl_display_information(struct isst_id *id, FILE *outf, unsigned long long trl) argument
[all...]
H A Disst.h255 extern void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level,
257 extern void isst_ctdp_display_core_info(struct isst_id *id, FILE *outf, char *prefix,
259 extern void isst_ctdp_display_information_start(FILE *outf);
260 extern void isst_ctdp_display_information_end(FILE *outf);
261 extern void isst_pbf_display_information(struct isst_id *id, FILE *outf, int level,
269 extern void isst_fact_display_information(struct isst_id *id, FILE *outf, int level,
284 extern void isst_clos_display_information(struct isst_id *id, FILE *outf, int clos,
286 extern void isst_clos_display_assoc_information(struct isst_id *id, FILE *outf, int clos);
288 extern void isst_display_result(struct isst_id *id, FILE *outf, char *feature, char *cmd,
292 extern void isst_clos_display_clos_information(struct isst_id *id, FILE *outf,
[all...]
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c222 FILE *outf; variable
358 fprintf(outf, "SLM BCLK: unknown\n");
362 fprintf(outf, "SLM BCLK[%d] invalid\n", i);
368 fprintf(outf, "SLM BCLK: %.1f Mhz\n", freq);
1633 fprintf(outf,
2405 if (outf == stderr)
2408 filep = outf;
2418 fputs(output_buffer, outf);
2419 fflush(outf);
2604 fprintf(outf, "cp
[all...]
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c275 FILE *outf = NULL; local
312 outf = stdout;
328 outf = fopen(w, "w");
329 if (outf == NULL) {
503 n = fwrite(fifo_out + cur_out, 1, write_sz, outf);
519 n = fwrite(fifo_out, 1, write_sz, outf);
996 fclose(outf);

Completed in 253 milliseconds