Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhost-libusb.c217 static const char *err_names[] = { variable
349 if (-rc < ARRAY_SIZE(err_names) && err_names[-rc]) { in usb_host_libusb_error()
350 errname = err_names[-rc]; in usb_host_libusb_error()