Searched refs:last_bad_authentication_usec (Results 1 – 4 of 4) sorted by relevance
406 if (hr->last_bad_authentication_usec != UINT64_MAX) in user_record_show()407 printf(" Last Bad: %s\n", FORMAT_TIMESTAMP(hr->last_bad_authentication_usec)); in user_record_show()
329 uint64_t last_bad_authentication_usec; member
68 .last_bad_authentication_usec = UINT64_MAX, in user_record_new()1289 …NSIGNED, json_dispatch_uint64, offsetof(UserRecord, last_bad_authentication_usec), 0 … in dispatch_status()
1302 h->last_bad_authentication_usec = usec; in user_record_bad_authentication()