Searched refs:windows_error_str (Results 1 – 5 of 5) sorted by relevance
/external/libusb/libusb/os/ |
D | windows_nt_common.c | 69 const char *windows_error_str(DWORD retval) in windows_error_str() function 323 usbi_err(ctx, "could not get process affinity: %s", windows_error_str(0)); in windows_init_clock() 336 usbi_err(ctx, "could not create event: %s", windows_error_str(0)); in windows_init_clock() 400 usbi_dbg("SetEvent failed for timer init event: %s", windows_error_str(0)); in windows_clock_gettime_threaded() 406 usbi_err(NULL, "GetMessage failed for timer thread: %s", windows_error_str(0)); in windows_clock_gettime_threaded() 420 usbi_err(NULL, "SetEvent failed for timer request: %s", windows_error_str(0)); in windows_clock_gettime_threaded() 445 usbi_err(NULL, "PostThreadMessage failed for timer thread: %s", windows_error_str(0)); in windows_clock_gettime() 455 usbi_err(NULL, "WaitForSingleObject failed: %s", windows_error_str(0)); in windows_clock_gettime() 509 …usbi_err(ITRANSFER_CTX(itransfer), "detected I/O error %u: %s", io_result, windows_error_str(io_re… in windows_transfer_callback()
|
D | windows_usbdk.c | 467 usbi_err(ctx, "SetAltsetting failed: %s", windows_error_str(0)); in usbdk_set_interface_altsetting() 487 usbi_err(ctx, "ResetPipe failed: %s", windows_error_str(0)); in usbdk_clear_halt() 500 usbi_err(ctx, "ResetDevice failed: %s", windows_error_str(0)); in usbdk_reset_device() 586 usbi_err(ctx, "ControlTransfer failed: %s", windows_error_str(0)); in usbdk_do_control_transfer() 620 …x, "Wrong transfer type (%d) in usbdk_do_bulk_transfer. %s", transfer->type, windows_error_str(0)); in usbdk_do_bulk_transfer() 645 usbi_err(ctx, "ReadPipe/WritePipe failed: %s", windows_error_str(0)); in usbdk_do_bulk_transfer() 675 usbi_err(ctx, "Allocation of IsochronousPacketsArray is failed, %s", windows_error_str(0)); in usbdk_do_iso_transfer() 682 usbi_err(ctx, "Allocation of isochronousResultsArray is failed, %s", windows_error_str(0)); in usbdk_do_iso_transfer() 714 usbi_err(ctx, "ReadPipe/WritePipe failed: %s", windows_error_str(0)); in usbdk_do_iso_transfer() 755 usbi_err(ctx, "AbortPipe failed: %s", windows_error_str(0)); in usbdk_abort_transfers()
|
D | windows_winusb.c | 272 _index, windows_error_str(0)); in get_devinfo_data() 309 _index, windows_error_str(0)); in get_interface_details() 321 _index, windows_error_str(0)); in get_interface_details() 333 _index, windows_error_str(0)); in get_interface_details() 351 _index, windows_error_str(0)); in get_interface_details() 378 _index, windows_error_str(0)); in get_interface_details_filter() 390 _index, windows_error_str(0)); in get_interface_details_filter() 402 _index, windows_error_str(0)); in get_interface_details_filter() 419 _index, windows_error_str(0)); in get_interface_details_filter() 784 usbi_err(ctx, "could not create semaphore: %s", windows_error_str(0)); in windows_init() [all …]
|
D | wince_usb.c | 45 static const char *windows_error_str(DWORD retval) in windows_error_str() function 174 usbi_err(ctx, "could not create semaphore: %s", windows_error_str(0)); in wince_init() 181 usbi_err(ctx, "failure to access semaphore: %s", windows_error_str(0)); in wince_init() 291 usbi_err(ctx, "could not get devices: %s", windows_error_str(0)); in wince_get_device_list() 300 usbi_err(ctx, "could not get device address for %u: %s", (unsigned int)i, windows_error_str(0)); in wince_get_device_list() 727 usbi_err(ITRANSFER_CTX(itransfer), "detected I/O error: %s", windows_error_str(io_result)); in wince_transfer_callback()
|
D | windows_nt_common.h | 62 const char *windows_error_str(DWORD retval);
|