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.py68 def config_error(ofile, led_name, group_name, message): argument
69 ofile.close()
70 os.remove(ofile.name)
88 ofile,
107 ifile, led_name, list_dict, priority_dict, ofile, has_group_priority, group argument
114 ofile,
122 ofile, led_name, group, "no group priority or led priority defined"
135 ofile.write(' {"' + convert_dbus_name_warn(led_name) + '",')
136 ofile.write(action + ",")
137 ofile.write(dutyOn + ",")
[all …]
/openbmc/linux/arch/powerpc/boot/
H A Dwrapper39 ofile=zImage
98 ofile="$1"
294 tmp="$ofile"
463 rm -f "$ofile"
465 $uboot_version -d "$vmz" "$ofile"
472 rm -f "$ofile"
482 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile"
524 … ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $nowarn $rodynamic $notext -o "$ofile" $map \
530 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
531 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
[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()
383 aic_print_reg_dump_end(FILE *ofile, FILE *dfile, in aic_print_reg_dump_end() argument
421 fprintf(ofile, in aic_print_reg_dump_end()
461 symtable_dump(FILE *ofile, FILE *dfile) in symtable_dump() argument
533 aic_print_file_prologue(ofile); in symtable_dump()
[all …]
H A Daicasm.c89 FILE *ofile; variable
187 if ((ofile = fopen(optarg, "w")) == NULL) { in main()
294 if (ofile != NULL) in main()
358 fprintf(ofile, in output_code()
365 fprintf(ofile, "static const uint8_t seqprog[] = {\n"); in output_code()
370 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x", 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()
[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.patch1831 - mv -f "$cfgfile" "$ofile" ||
1989 …"$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
1990 +$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
1994 + mv -f "$cfgfile" "$ofile" ||
1995 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
1996 chmod +x "$ofile"
3786 - mv -f "$cfgfile" "$ofile" ||
3944 …"$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
3945 +$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
3949 + mv -f "$cfgfile" "$ofile" ||
[all …]