Searched refs:ofile (Results 1 – 5 of 5) sorted by relevance
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_gendev.c | 188 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 D | ipmi_sdr.c | 4369 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/openbmc/poky/meta/recipes-devtools/go/go/ |
| H A D | 0010-cmd-go-clear-GOROOT-for-func-ldShared-when-trimpath-.patch | 48 func (gcToolchain) cc(b *Builder, a *Action, ofile, cfile string) error {
|
| /openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/ |
| H A D | 0002-Add-debug-prefix-map-option.patch | 200 nasm_write(filename, 18, ofile);
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 1831 - 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 …]
|