HomeSort by relevance Sort by last modified time
    Searched refs:windows_error_str (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 149 static char *windows_error_str(uint32_t retval) function
275 _index, windows_error_str(0));
313 _index, windows_error_str(0));
325 _index, windows_error_str(0));
337 _index, windows_error_str(0));
354 _index, windows_error_str(0));
379 _index, windows_error_str(0));
390 _index, windows_error_str(0));
401 _index, windows_error_str(0));
416 _index, windows_error_str(0))
    [all...]
wince_usb.c 58 static char* windows_error_str(uint32_t retval) function
178 usbi_err(ctx, "could not create semaphore: %s", windows_error_str(0));
185 usbi_err(ctx, "failure to access semaphore: %s", windows_error_str(0));
354 usbi_err(ctx, "could not get devices: %s", windows_error_str(0));
362 usbi_err(ctx, "could not get device address for %d: %s", i, windows_error_str(0));
776 usbi_err(ITRANSFER_CTX(itransfer), "detected I/O error: %s", windows_error_str(io_result));
884 usbi_dbg("failure to wait on requests: %s", windows_error_str(0));
914 usbi_dbg("unable to release timer semaphore %d: %s", windows_error_str(0));
949 usbi_dbg("WaitForSingleObject failed: %s", windows_error_str(0));
    [all...]

Completed in 98 milliseconds