Searched refs:guid_to_string (Results 1 – 1 of 1) sorted by relevance
| /external/libusb/libusb/os/ |
| D | windows_winusb.c | 107 static const char *guid_to_string(const GUID *guid, char guid_string[MAX_GUID_STRING_LENGTH]) in guid_to_string() function 275 guid_to_string(guid, guid_string), ULONG_CAST(*_index), windows_error_str(0)); in get_interface_details() 291 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details() 303 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details() 314 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst)); in get_interface_details() 322 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst), windows_error_str(0)); in get_interface_details() 332 guid_to_string(guid, guid_string), ULONG_CAST(dev_info_data->DevInst)); in get_interface_details() 1678 …usbi_dbg(ctx, "ENUM pass %s %s", passname[pass_type], guid_to_string(guid_list[pass], guid_string)… in winusb_get_device_list() 1776 usbi_dbg(ctx, "extra GUID: %s", guid_to_string(if_guid, guid_string)); in winusb_get_device_list()
|