Home
last modified time | relevance | path

Searched refs:output_filename (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dfdtoverlay.c94 const char *output_filename, in do_fdtoverlay() argument
145 ret = utilfdt_write(output_filename, blob); in do_fdtoverlay()
148 output_filename); in do_fdtoverlay()
167 char *output_filename = NULL; in main() local
177 output_filename = optarg; in main()
188 if (!output_filename) in main()
199 printf("output = %s\n", output_filename); in main()
204 if (do_fdtoverlay(input_filename, output_filename, argc, argv)) in main()
/openbmc/linux/tools/power/cpupower/bench/
H A Dparse.h30 char *output_filename; /* logfile name, must be freed at the end member
/openbmc/qemu/
H A Dqemu-img-cmds.hx51 …] [-r rate_limit] [-m num_coroutines] [-W] [--salvage] filename [filename2 [...]] output_filename")
/openbmc/u-boot/tools/
H A Dmxsimage.c161 char *output_filename; member
2332 ctx.output_filename = params->imagefile; in mxsimage_generate()