Home
last modified time | relevance | path

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

/openbmc/qemu/qapi/
H A Dqobject-input-visitor.c56 GString *errname; /* Accumulator for full_name() */ member
81 if (qiv->errname) { in full_name_nth()
82 g_string_truncate(qiv->errname, 0); in full_name_nth()
84 qiv->errname = g_string_new(""); in full_name_nth()
91 g_string_prepend(qiv->errname, name ?: "<anonymous>"); in full_name_nth()
92 g_string_prepend_c(qiv->errname, '.'); in full_name_nth()
97 g_string_prepend(qiv->errname, buf); in full_name_nth()
104 g_string_prepend(qiv->errname, name); in full_name_nth()
105 } else if (qiv->errname->str[0] == '.') { in full_name_nth()
106 g_string_erase(qiv->errname, 0, 1); in full_name_nth()
[all …]
/openbmc/qemu/nbd/
H A Dtrace-events35 nbd_receive_simple_reply(int32_t error, const char *errname, uint64_t cookie) "Got simple reply: { …
67 nbd_co_send_simple_reply(uint64_t cookie, uint32_t error, const char *errname, uint64_t len) "Send …
72 nbd_co_send_chunk_error(uint64_t cookie, int err, const char *errname, const char *msg) "Send struc…
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c343 const char *errname; in usb_host_libusb_error() local
350 errname = err_names[-rc]; in usb_host_libusb_error()
352 errname = "?"; in usb_host_libusb_error()
354 error_report("%s: %d [%s]", func, rc, errname); in usb_host_libusb_error()
/openbmc/qemu/hw/nvme/
H A Dtrace-events130 pci_nvme_err_aio(uint16_t cid, const char *errname, uint16_t status) "cid %"PRIu16" err '%s' status…