Home
last modified time | relevance | path

Searched refs:ts_now (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dtime.c33 fido_time_now(struct timespec *ts_now) in fido_time_now() argument
35 if (clock_gettime(CLOCK_MONOTONIC, ts_now) != 0) { in fido_time_now()
/freebsd/contrib/libfido2/examples/
H A Dselect.c65 struct timespec ts_now; in select_dev() local
150 if (clock_gettime(CLOCK_MONOTONIC, &ts_now) != 0) { in select_dev()
156 timespecsub(&ts_now, &ts_start, &ts_delta); in select_dev()