Searched refs:errname (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/qapi/ |
H A D | qobject-input-visitor.c | 56 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/linux/include/linux/ |
H A D | errname.h | 8 const char *errname(int err); 10 static inline const char *errname(int err) in errname() function
|
/openbmc/linux/rust/ |
H A D | helpers.c | 119 return errname(err); in rust_helper_errname()
|
/openbmc/qemu/nbd/ |
H A D | trace-events | 35 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/linux/lib/ |
H A D | errname.c | 217 const char *errname(int err) in errname() function
|
H A D | Makefile | 244 obj-$(CONFIG_SYMBOLIC_ERRNAME) += errname.o
|
H A D | vsprintf.c | 660 const char *sym = errname(err); in err_ptr()
|
/openbmc/linux/rust/kernel/ |
H A D | error.rs | 144 let ptr = unsafe { bindings::errname(-self.0) }; in name()
|
/openbmc/qemu/hw/usb/ |
H A D | host-libusb.c | 343 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 D | trace-events | 130 pci_nvme_err_aio(uint16_t cid, const char *errname, uint16_t status) "cid %"PRIu16" err '%s' status…
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 1420 char errname[30]; in scu_command() local 1490 sprintf(errname, "ERROR: %d\n", err); in scu_command() 1491 p = errname; in scu_command()
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |