Searched refs:LIBUSB_ERROR_NOT_FOUND (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libusb/
H A Dlibusb10.c437 ret = LIBUSB_ERROR_NOT_FOUND;
728 err = LIBUSB_ERROR_NOT_FOUND;
752 err = LIBUSB_ERROR_NOT_FOUND;
1517 return (LIBUSB_ERROR_NOT_FOUND);
1538 retval = LIBUSB_ERROR_NOT_FOUND;
1549 retval = LIBUSB_ERROR_NOT_FOUND;
1579 retval = LIBUSB_ERROR_NOT_FOUND;
1660 case LIBUSB_ERROR_NOT_FOUND:
1697 case LIBUSB_ERROR_NOT_FOUND:
1698 return ("LIBUSB_ERROR_NOT_FOUND");
[all...]
H A Dlibusb10_desc.c124 return (LIBUSB_ERROR_NOT_FOUND);
294 return (LIBUSB_ERROR_NOT_FOUND);
H A Dlibusb.h203 LIBUSB_ERROR_NOT_FOUND = -5, enumerator in enum:libusb_error

Completed in 106 milliseconds