Searched refs:output_file (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/scripts/ |
D | gen_autoksyms.sh | 10 output_file="$1" 42 cat > "$output_file" << EOT 60 sed -e 's/\(.*\)/#define __KSYM_\1 1/' >> "$output_file"
|
D | parse-maintainers.pl | 8 my $output_file = "MAINTAINERS.new"; 16 'output=s' => \$output_file, 191 alpha_output(\%hash, $output_file);
|
/Linux-v5.15/tools/power/cpupower/bench/ |
D | cpufreq-bench_plot.sh | 10 output_file="cpufreq-bench.png" 35 output_file="$OPTARG".$picture_type 64 echo "set output \"$output_file\"" >> $dir/plot_script.gpl
|
/Linux-v5.15/tools/spi/ |
D | spidev_test.c | 42 static char *output_file; variable 157 if (output_file) { in transfer() 158 out_fd = open(output_file, O_WRONLY | O_CREAT | O_TRUNC, 0666); in transfer() 251 output_file = optarg; in parse_opts()
|
/Linux-v5.15/tools/perf/pmu-events/ |
D | jevents.c | 938 static void create_empty_mapping(const char *output_file) in create_empty_mapping() argument 945 outfp = fopen(output_file, "w"); in create_empty_mapping() 1197 const char *output_file; in main() local 1210 output_file = argv[3]; in main() 1215 eventsfp = fopen(output_file, "w"); in main() 1218 prog, output_file, strerror(errno)); in main() 1307 create_empty_mapping(output_file); in main()
|
/Linux-v5.15/tools/bpf/bpftool/ |
D | gen.c | 979 const char *output_file, *file; in do_object() local 987 output_file = GET_ARG(); in do_object() 989 linker = bpf_linker__new(output_file, NULL); in do_object()
|
/Linux-v5.15/arch/s390/kernel/syscalls/ |
D | syscalltbl | 191 output_file=""
|
/Linux-v5.15/drivers/acpi/acpica/ |
D | acutils.h | 68 FILE *output_file = acpi_gbl_output_file; \ 72 acpi_os_redirect_output (output_file);
|