OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:darwin_error_str
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/os/
darwin_usb.c
58
static const char *
darwin_error_str
(int result) {
function
169
usbi_dbg ("libusb/darwin.c usb_get_next_device: could not set up plugin for service: %s\n",
darwin_error_str
(result));
284
usbi_err (ctx, "could not add hotplug event source: %s",
darwin_error_str
(kresult));
411
usbi_err (DEVICE_CTX (dev), "could not find device: %s",
darwin_error_str
(kresult));
508
usbi_warn (ctx, "could not retrieve device descriptor: %s. skipping device",
darwin_error_str
(ret));
586
usbi_err (HANDLE_CTX (dev_handle), "could not find device: %s",
darwin_error_str
(kresult));
596
usbi_err (HANDLE_CTX (dev_handle), "USBDeviceOpen: %s",
darwin_error_str
(kresult));
670
usbi_err (HANDLE_CTX (dev_handle), "USBDeviceClose: %s",
darwin_error_str
(kresult));
678
usbi_err (HANDLE_CTX (dev_handle), "Release: %s",
darwin_error_str
(kresult));
774
usbi_err (HANDLE_CTX (dev_handle), "can't get number of endpoints for interface: %s",
darwin_error_str
(kresult))
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c
73
static const char *
darwin_error_str
(int result) {
function
241
usbi_dbg ("could not set up plugin for service: %s\n",
darwin_error_str
(result));
350
usbi_err (ctx, "could not add hotplug event source: %s",
darwin_error_str
(kresult));
362
usbi_err (ctx, "could not add hotplug event source: %s",
darwin_error_str
(kresult));
675
usbi_dbg("could not retrieve device descriptor. failed to unsuspend: %s",
darwin_error_str
(ret2));
701
idVendor, idProduct,
darwin_error_str
(ret), ret);
704
idVendor, idProduct,
darwin_error_str
(ret), ret);
931
usbi_warn (HANDLE_CTX (dev_handle), "USBDeviceOpen: %s",
darwin_error_str
(kresult));
[
all
...]
Completed in 38 milliseconds