Searched refs:uv_attempts (Results 1 – 4 of 4) sorted by relevance
248 print_uv_attempts(uint64_t uv_attempts) in print_uv_attempts() argument250 printf("platform uv attempt(s): %d\n", (int)uv_attempts); in print_uv_attempts()
199 print_uv_attempts(uint64_t uv_attempts) in print_uv_attempts() argument201 if (uv_attempts > 0) in print_uv_attempts()202 printf("platform uv attempt(s): %d\n", (int)uv_attempts); in print_uv_attempts()
328 return (cbor_decode_uint64(val, &ci->uv_attempts)); in parse_reply_element()574 return (ci->uv_attempts); in fido_cbor_info_uv_attempts()
275 uint64_t uv_attempts; /* platform uv attempts */273 uint64_t uv_attempts; /* platform uv attempts */ global() member