Home
last modified time | relevance | path

Searched refs:ofile (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-led-manager/scripts/
H A Dparse_led.py49 ofile.write("Please do NOT Edit !!! */\n\n")
51 ofile.write("static const phosphor::led::GroupMap")
52 ofile.write(" systemLedMap = {\n\n")
57 ofile.write(
66 ofile.write(" }},\n")
75 ofile.close()
76 os.remove(ofile.name)
86 ofile.write(
95 ofile.write("},\n")
96 ofile.write(" }},\n")
[all …]
/openbmc/linux/arch/powerpc/boot/
H A Dwrapper39 ofile=zImage
98 ofile="$1"
294 tmp="$ofile"
534 mv "$ofile" "$ofile".elf
535 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
550 $uboot_version -d "$ofile".gz "$ofile"
553 mv "$ofile" "$ofile.elf"
554 $objbin/mktree "$ofile.elf" "$ofile" "$base" "$entry"
583 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"
585 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
[all …]
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c329 aic_print_file_prologue(FILE *ofile) in aic_print_file_prologue() argument
332 if (ofile == NULL) in aic_print_file_prologue()
335 fprintf(ofile, in aic_print_file_prologue()
354 aic_print_reg_dump_types(FILE *ofile) in aic_print_reg_dump_types() argument
356 if (ofile == NULL) in aic_print_reg_dump_types()
359 fprintf(ofile, in aic_print_reg_dump_types()
421 fprintf(ofile, in aic_print_reg_dump_end()
533 aic_print_file_prologue(ofile); in symtable_dump()
534 aic_print_reg_dump_types(ofile); in symtable_dump()
614 fprintf(ofile, "\n"); in symtable_dump()
[all …]
H A Daicasm.c89 FILE *ofile; variable
294 if (ofile != NULL) in main()
358 fprintf(ofile, in output_code()
385 fprintf(ofile, "\n};\n\n"); in output_code()
394 fprintf(ofile, in output_code()
400 fprintf(ofile, in output_code()
417 fprintf(ofile, in output_code()
437 fprintf(ofile, in output_code()
453 fprintf(ofile, in output_code()
698 if (ofile != NULL) { in stop()
[all …]
H A Daicasm_symbol.h205 void symtable_dump(FILE *ofile, FILE *dfile);
/openbmc/linux/tools/bpf/
H A Dbpf_jit_disasm.c268 char *ofile = NULL; in main() local
280 ofile = optarg; in main()
304 if (!ofile) { in main()
309 ofd = open(ofile, O_WRONLY | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
311 fprintf(stderr, "Could not open file %s for writing: ", ofile); in main()
319 fprintf(stderr, "Could not write data to %s: ", ofile); in main()
/openbmc/ipmitool/lib/
H A Dipmi_gendev.c188 const char *ofile in ipmi_gendev_read_file() argument
202 fp = ipmi_open_file_write(ofile); in ipmi_gendev_read_file()
308 lprintf(LOG_ERR, "Error writing file %s", ofile); in ipmi_gendev_read_file()
360 const char *ofile in ipmi_gendev_write_file() argument
375 fp = ipmi_open_file_read(ofile); in ipmi_gendev_write_file()
455 lprintf(LOG_ERR, "Error reading file %s", ofile); in ipmi_gendev_write_file()
H A Dipmi_sdr.c4369 ipmi_sdr_dump_bin(struct ipmi_intf *intf, const char *ofile) in ipmi_sdr_dump_bin() argument
4384 printf("Dumping Sensor Data Repository to '%s'\n", ofile); in ipmi_sdr_dump_bin()
4424 fp = ipmi_open_file_write(ofile); in ipmi_sdr_dump_bin()
4442 "to output file %s", ofile); in ipmi_sdr_dump_bin()
4457 "to output file %s", sdrr->length, ofile); in ipmi_sdr_dump_bin()
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c2874 struct snd_pcm_oss_file ofile; in snd_pcm_oss_poll() local
2875 memset(&ofile, 0, sizeof(ofile)); in snd_pcm_oss_poll()
2876 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_poll()
2878 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); in snd_pcm_oss_poll()
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch200 nasm_write(filename, 18, ofile);
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch1995 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1996 chmod +x "$ofile"
3950 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
3951 chmod +x "$ofile"
5889 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
7831 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
10391 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13027 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15655 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18243 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
[all …]