Home
last modified time | relevance | path

Searched refs:fido_log_error (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dhid_netbsd.c51 fido_log_error(errno, "%s: ioctl", __func__); in is_fido()
76 fido_log_error(errno, "%s: unable to set raw", __func__); in is_fido()
97 fido_log_error(errno, "%s: ioctl", __func__); in copy_info()
112 fido_log_error(errno, "%s: close", __func__); in copy_info()
189 fido_log_error(errno, "%s: poll", __func__); in terrible_ping_kludge()
231 fido_log_error(errno, "%s: ioctl", __func__); in fido_hid_open()
256 fido_log_error(errno, "%s: close", __func__); in fido_hid_close()
289 fido_log_error(errno, "%s: read", __func__); in fido_hid_read()
294 fido_log_error(errno, "%s: %zd != %zu", __func__, r, len); in fido_hid_read()
313 fido_log_error(errno, "%s: write", __func__); in fido_hid_write()
[all …]
H A Dhid_unix.c29 fido_log_error(errno, "%s: open %s", __func__, path); in fido_hid_unix_open()
34 fido_log_error(errno, "%s: fstat %s", __func__, path); in fido_hid_unix_open()
36 fido_log_error(errno, "%s: close", __func__); in fido_hid_unix_open()
43 fido_log_error(errno, "%s: close", __func__); in fido_hid_unix_open()
71 fido_log_error(errno, "%s: ppoll", __func__); in fido_hid_unix_wait()
H A Dhid_freebsd.c53 fido_log_error(errno, "%s: ioctl", __func__); in is_fido()
104 fido_log_error(errno, "%s: close %s", __func__, path); in copy_info_hidraw()
131 fido_log_error(errno, "%s: ioctl", __func__); in copy_info_uhid()
147 fido_log_error(errno, "%s: close %s", __func__, path); in copy_info_uhid()
239 fido_log_error(errno, "%s: ioctl", __func__); in fido_hid_open()
254 fido_log_error(errno, "%s: close", __func__); in fido_hid_close()
287 fido_log_error(errno, "%s: read", __func__); in fido_hid_read()
311 fido_log_error(errno, "%s: write", __func__); in fido_hid_write()
H A Dhid_linux.c36 fido_log_error(errno, "%s: ioctl HIDIOCGRDESCSIZE", __func__); in get_report_descriptor()
48 fido_log_error(errno, "%s: ioctl HIDIOCGRDESC", __func__); in get_report_descriptor()
73 fido_log_error(errno, "%s: close", __func__); in is_fido()
261 fido_log_error(errno, "%s: flock", __func__); in fido_hid_open()
275 fido_log_error(errno, "%s: nanosleep", __func__); in fido_hid_open()
308 fido_log_error(errno, "%s: close", __func__); in fido_hid_close()
341 fido_log_error(errno, "%s: read", __func__); in fido_hid_read()
365 fido_log_error(errno, "%s: write", __func__); in fido_hid_write()
H A Dhid_openbsd.c43 fido_log_error(errno, "%s: ioctl %s", __func__, path); in copy_info()
66 fido_log_error(errno, "%s: close %s", __func__, path); in copy_info()
141 fido_log_error(errno, "%s: poll", __func__); in terrible_ping_kludge()
195 fido_log_error(errno, "%s: close", __func__); in fido_hid_close()
229 fido_log_error(errno, "%s: read", __func__); in fido_hid_read()
254 fido_log_error(errno, "%s: write", __func__); in fido_hid_write()
H A Dnfc_linux.c203 fido_log_error(errno, "%s: socket", __func__); in nfc_target_connect()
207 fido_log_error(errno, "%s: connect", __func__); in nfc_target_connect()
209 fido_log_error(errno, "%s: close", __func__); in nfc_target_connect()
225 fido_log_error(errno, "%s: close", __func__); in nfc_free()
316 fido_log_error(errno, "%s: read", __func__); in fido_nfc_read()
347 fido_log_error(errno, "%s: write", __func__); in fido_nfc_write()
H A Dhid_osx.c188 fido_log_error(errno, "%s: asprintf", __func__); in get_path()
327 fido_log_error(errno, "%s: write", __func__); 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()
413 fido_log_error(errno, "%s: pipe", __func__); in fido_hid_open()
552 fido_log_error(errno, "%s: read", __func__); in fido_hid_read()
H A Dtime.c36 fido_log_error(errno, "%s: clock_gettime", __func__); in fido_time_now()
53 fido_log_error(errno, "%s: clock_gettime", __func__); in fido_time_delta()
H A Dnetlink.c345 fido_log_error(errno, "%s: write", __func__); in nlmsg_tx()
371 fido_log_error(errno, "%s: read %zd", __func__, r); in nlmsg_rx()
696 fido_log_error(errno, "%s: setsockopt add", __func__); in fido_nl_get_nfc_target()
704 fido_log_error(errno, "%s: setsockopt drop", __func__); in fido_nl_get_nfc_target()
739 fido_log_error(errno, "%s: close", __func__); in fido_nl_free()
755 fido_log_error(errno, "%s: socket", __func__); in fido_nl_new()
761 fido_log_error(errno, "%s: bind", __func__); in fido_nl_new()
H A Dextern.h164 #define fido_log_error(...) do { /* nothing */ } while (0) macro
172 void fido_log_error(int, const char *, ...)
178 void fido_log_error(int, const char *, ...);
H A Dhid_hidapi.c114 fido_log_error(errno, "%s: ioctl HIDIOCGRDESCSIZE", __func__); in get_report_descriptor()
121 fido_log_error(errno, "%s: ioctl HIDIOCGRDESC", __func__); in get_report_descriptor()
H A Dlog.c100 fido_log_error(int errnum, const char *fmt, ...) in fido_log_error() function
H A Du2f.c44 fido_log_error(errno, "%s: usleep", __func__); in delay_ms()
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt696 fido_log_error 8 2 75.00% 11 2 81.82%