HomeSort by: relevance | last modified time | path
    Searched refs:fido_log_error (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
hid_unix.c 29 fido_log_error(errno, "%s: open %s", __func__, path);
34 fido_log_error(errno, "%s: fstat %s", __func__, path);
36 fido_log_error(errno, "%s: close", __func__);
43 fido_log_error(errno, "%s: close", __func__);
71 fido_log_error(errno, "%s: ppoll", __func__);
time.c 36 fido_log_error(errno, "%s: clock_gettime", __func__);
53 fido_log_error(errno, "%s: clock_gettime", __func__);
hid_netbsd.c 51 fido_log_error(errno, "%s: ioctl", __func__);
76 fido_log_error(errno, "%s: unable to set raw", __func__);
97 fido_log_error(errno, "%s: ioctl", __func__);
112 fido_log_error(errno, "%s: close", __func__);
189 fido_log_error(errno, "%s: poll", __func__);
231 fido_log_error(errno, "%s: ioctl", __func__);
256 fido_log_error(errno, "%s: close", __func__);
289 fido_log_error(errno, "%s: read", __func__);
294 fido_log_error(errno, "%s: %zd != %zu", __func__, r, len);
313 fido_log_error(errno, "%s: write", __func__)
    [all...]
hid_freebsd.c 53 fido_log_error(errno, "%s: ioctl", __func__);
104 fido_log_error(errno, "%s: close %s", __func__, path);
131 fido_log_error(errno, "%s: ioctl", __func__);
147 fido_log_error(errno, "%s: close %s", __func__, path);
239 fido_log_error(errno, "%s: ioctl", __func__);
254 fido_log_error(errno, "%s: close", __func__);
287 fido_log_error(errno, "%s: read", __func__);
311 fido_log_error(errno, "%s: write", __func__);
hid_linux.c 36 fido_log_error(errno, "%s: ioctl HIDIOCGRDESCSIZE", __func__);
48 fido_log_error(errno, "%s: ioctl HIDIOCGRDESC", __func__);
73 fido_log_error(errno, "%s: close", __func__);
277 fido_log_error(errno, "%s: flock", __func__);
291 fido_log_error(errno, "%s: nanosleep", __func__);
324 fido_log_error(errno, "%s: close", __func__);
357 fido_log_error(errno, "%s: read", __func__);
381 fido_log_error(errno, "%s: write", __func__);
hid_openbsd.c 43 fido_log_error(errno, "%s: ioctl %s", __func__, path);
66 fido_log_error(errno, "%s: close %s", __func__, path);
141 fido_log_error(errno, "%s: poll", __func__);
195 fido_log_error(errno, "%s: close", __func__);
229 fido_log_error(errno, "%s: read", __func__);
254 fido_log_error(errno, "%s: write", __func__);
nfc_linux.c 203 fido_log_error(errno, "%s: socket", __func__);
207 fido_log_error(errno, "%s: connect", __func__);
209 fido_log_error(errno, "%s: close", __func__);
225 fido_log_error(errno, "%s: close", __func__);
316 fido_log_error(errno, "%s: read", __func__);
347 fido_log_error(errno, "%s: write", __func__);
hid_osx.c 188 fido_log_error(errno, "%s: asprintf", __func__);
327 fido_log_error(errno, "%s: write", __func__);
353 fido_log_error(errno, "%s: fcntl F_GETFL", __func__);
358 fido_log_error(errno, "%s: fcntl F_SETFL", __func__);
371 fido_log_error(errno, "%s: fcntl F_SETNOSIGPIPE", __func__);
413 fido_log_error(errno, "%s: pipe", __func__);
558 fido_log_error(errno, "%s: read", __func__);
565 fido_log_error(errno, "%s: read", __func__);
log.c 100 fido_log_error(int errnum, const char *fmt, ...) function
extern.h 165 #define fido_log_error(...) do { /* nothing */ } while (0) macro
173 void fido_log_error(int, const char *, ...)
179 void fido_log_error(int, const char *, ...);
hid_hidapi.c 114 fido_log_error(errno, "%s: ioctl HIDIOCGRDESCSIZE", __func__);
121 fido_log_error(errno, "%s: ioctl HIDIOCGRDESC", __func__);
netlink.c 345 fido_log_error(errno, "%s: write", __func__);
371 fido_log_error(errno, "%s: read %zd", __func__, r);
696 fido_log_error(errno, "%s: setsockopt add", __func__);
704 fido_log_error(errno, "%s: setsockopt drop", __func__);
739 fido_log_error(errno, "%s: close", __func__);
755 fido_log_error(errno, "%s: socket", __func__);
761 fido_log_error(errno, "%s: bind", __func__);
u2f.c 44 fido_log_error(errno, "%s: usleep", __func__);

Completed in 26 milliseconds