Searched defs:usb_error_string (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c58 static char usb_error_string[1024]; variable
2925 return (usb_error_string);
2970 (void) vsnprintf(usb_error_string, sizeof (usb_error_string),
2973 usb_dprintf(DEBUG_ERRORS, "USB error (%d): %s\n", x, usb_error_string);

Completed in 38 milliseconds