Home
last modified time | relevance | path

Searched refs:errstr (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c340 const char *errstr = NULL; in image_save_header() local
360 errstr = "\nerror: unknown compression method"; in image_save_header()
367 errstr = "\nerror: popen() failed"; in image_save_header()
371 errstr = "\nerror: writing data to gzip failed"; in image_save_header()
375 errstr = "\nerror: gzip process failed"; in image_save_header()
381 errstr = "\nerror: open() on gzip data failed"; in image_save_header()
385 errstr = "\nerror: stat() on gzip file failed"; in image_save_header()
390 errstr = "\nerror: reading gzip data failed"; in image_save_header()
407 if (errstr) { in image_save_header()
408 perror (errstr); in image_save_header()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl/
H A Dsqlite-perl-test.pl28 or die "Couldn't prepare statement: " . $dbh->errstr;
56 or die "Couldn't connect to database: " . DBI->errstr;
/openbmc/qemu/tests/qapi-schema/
H A Dtest-qapi.py143 errstr = str(err) + '\n'
145 errstr = errstr.replace(dir_name + '/', '')
146 actual_err = errstr.splitlines(True)
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dfilemap.py377 errstr = "FilemapFiemap: the FIEMAP ioctl is not supported " \
379 self._log.debug(errstr)
380 raise ErrorNotSupp(errstr)
382 errstr = "FilemapFiemap: the FIEMAP ioctl is not supported " \
384 self._log.debug(errstr)
385 raise ErrorNotSupp(errstr)
/openbmc/qemu/pc-bios/s390-ccw/
H A Dnetmain.c147 const char *errstr = NULL; in tftp_load() local
149 tftp_get_error_info(fnip, &tftp_err, rc, &errstr, &ecode); in tftp_load()
150 printf("TFTP error: %s\n", errstr ? errstr : "unknown error"); in tftp_load()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_xenstore.c330 const char *errstr = NULL; in xs_error() local
336 errstr = xsd_error->errstring; in xs_error()
340 assert(errstr); in xs_error()
342 trace_xenstore_error(id, tx_id, errstr); in xs_error()
347 rsp->len = (uint32_t)strlen(errstr) + 1; in xs_error()
349 memcpy(&rsp[1], errstr, rsp->len); in xs_error()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dio.c162 const char *errstr = mtd_is_eccerr(err) ? " (ECC error)" : ""; in ubi_io_read() local
181 err, errstr, len, pnum, offset, read); in ubi_io_read()
187 err, errstr, len, pnum, offset, read); in ubi_io_read()
/openbmc/qemu/linux-user/
H A Dstrace.c774 const char *errstr; in print_syscall_err() local
778 errstr = target_strerror(-ret); in print_syscall_err()
779 if (errstr) { in print_syscall_err()
780 qemu_log("-1 errno=%d (%s)", (int)-ret, errstr); in print_syscall_err()
/openbmc/qemu/hw/vfio/
H A Dtrace-events41 vfio_pci_populate_device_get_irq_info_failure(const char *errstr) "VFIO_DEVICE_GET_IRQ_INFO failure…
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch28096 - char *errstr = strerror (errno);
28097 - lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);