Lines Matching refs:__func__

45 		fido_log_debug("%s: IOHIDDeviceGetProperty", __func__);  in get_int32()
51 fido_log_debug("%s: CFNumberGetType", __func__); in get_int32()
56 fido_log_debug("%s: CFNumberGetValue", __func__); in get_int32()
72 fido_log_debug("%s: IOHIDDeviceGetProperty", __func__); in get_utf8()
78 fido_log_debug("%s: CFStringGetCString", __func__); in get_utf8()
97 fido_log_debug("%s: get_int32/%d", __func__, dir); in get_report_len()
102 fido_log_debug("%s: report_len=%zu", __func__, *report_len); in get_report_len()
117 fido_log_debug("%s: get_int32 vendor", __func__); in get_id()
123 fido_log_debug("%s: get_int32 product", __func__); in get_id()
153 fido_log_debug("%s: strdup", __func__); in get_str()
177 fido_log_debug("%s: IOHIDDeviceGetService", __func__); in get_path()
183 __func__); in get_path()
188 fido_log_error(errno, "%s: asprintf", __func__); in get_path()
206 fido_log_debug("%s: get_utf8 transport", __func__); in is_fido()
212 fido_log_debug("%s: transport", __func__); in is_fido()
261 fido_log_debug("%s: IOHIDManagerCreate", __func__); in fido_hid_manifest()
268 fido_log_debug("%s: IOHIDManagerCopyDevices", __func__); in fido_hid_manifest()
273 fido_log_debug("%s: CFSetGetCount", __func__); in fido_hid_manifest()
280 fido_log_debug("%s: calloc", __func__); in fido_hid_manifest()
322 fido_log_debug("%s: io error", __func__); in report_callback()
327 fido_log_error(errno, "%s: write", __func__); in report_callback()
332 fido_log_debug("%s: %zd != %zu", __func__, r, (size_t)len); in report_callback()
353 fido_log_error(errno, "%s: fcntl F_GETFL", __func__); in set_nonblock()
358 fido_log_error(errno, "%s: fcntl F_SETFL", __func__); in set_nonblock()
371 fido_log_error(errno, "%s: fcntl F_SETNOSIGPIPE", __func__); in disable_sigpipe()
387 fido_log_debug("%s: fido_to_uint64", __func__); in get_ioreg_entry()
405 fido_log_debug("%s: calloc", __func__); in fido_hid_open()
413 fido_log_error(errno, "%s: pipe", __func__); in fido_hid_open()
419 fido_log_debug("%s: set_nonblock", __func__); in fido_hid_open()
424 fido_log_debug("%s: disable_sigpipe", __func__); in fido_hid_open()
429 fido_log_debug("%s: get_ioreg_entry: %s", __func__, path); in fido_hid_open()
435 fido_log_debug("%s: IOHIDDeviceCreate", __func__); in fido_hid_open()
441 fido_log_debug("%s: get_report_len", __func__); in fido_hid_open()
446 fido_log_debug("%s: report_in_len=%zu", __func__, in fido_hid_open()
453 fido_log_debug("%s: IOHIDDeviceOpen", __func__); in fido_hid_open()
459 fido_log_debug("%s: snprintf", __func__); in fido_hid_open()
465 fido_log_debug("%s: CFStringCreateWithCString", __func__); in fido_hid_open()
505 fido_log_debug("%s: IOHIDDeviceClose", __func__); in fido_hid_close()
536 fido_log_debug("%s: len %zu", __func__, len); in fido_hid_read()
552 fido_log_error(errno, "%s: read", __func__); in fido_hid_read()
557 fido_log_debug("%s: %zd != %zu", __func__, r, len); in fido_hid_read()
570 fido_log_debug("%s: len %zu", __func__, len); in fido_hid_write()
576 fido_log_debug("%s: IOHIDDeviceSetReport", __func__); in fido_hid_write()