Lines Matching refs:UINT64_MAX
252 if (hr->not_before_usec != UINT64_MAX) in user_record_show()
255 if (hr->not_after_usec != UINT64_MAX) in user_record_show()
270 if (hr->tasks_max != UINT64_MAX) in user_record_show()
273 if (hr->memory_high != UINT64_MAX) in user_record_show()
276 if (hr->memory_max != UINT64_MAX) in user_record_show()
279 if (hr->cpu_weight != UINT64_MAX) in user_record_show()
282 if (hr->io_weight != UINT64_MAX) in user_record_show()
308 if (hr->luks_volume_key_size != UINT64_MAX) in user_record_show()
315 if (hr->luks_pbkdf_time_cost_usec != UINT64_MAX) in user_record_show()
317 if (hr->luks_pbkdf_memory_cost != UINT64_MAX) in user_record_show()
320 if (hr->luks_pbkdf_parallel_threads != UINT64_MAX) in user_record_show()
346 if (hr->disk_size != UINT64_MAX) in user_record_show()
349 if (hr->disk_usage != UINT64_MAX) { in user_record_show()
350 if (hr->disk_size != UINT64_MAX) { in user_record_show()
361 if (hr->disk_free != UINT64_MAX) { in user_record_show()
362 if (hr->disk_size != UINT64_MAX) { in user_record_show()
391 if (hr->disk_floor != UINT64_MAX) in user_record_show()
394 if (hr->disk_ceiling != UINT64_MAX) in user_record_show()
397 if (hr->good_authentication_counter != UINT64_MAX) in user_record_show()
400 if (hr->last_good_authentication_usec != UINT64_MAX) in user_record_show()
403 if (hr->bad_authentication_counter != UINT64_MAX) in user_record_show()
406 if (hr->last_bad_authentication_usec != UINT64_MAX) in user_record_show()
429 if (hr->password_change_min_usec != UINT64_MAX || in user_record_show()
430 hr->password_change_max_usec != UINT64_MAX || in user_record_show()
431 hr->password_change_warn_usec != UINT64_MAX || in user_record_show()
432 hr->password_change_inactive_usec != UINT64_MAX) { in user_record_show()
436 if (hr->password_change_min_usec != UINT64_MAX) { in user_record_show()
439 if (hr->password_change_max_usec != UINT64_MAX) in user_record_show()
443 if (hr->password_change_max_usec != UINT64_MAX) in user_record_show()
446 if (hr->password_change_warn_usec != UINT64_MAX) in user_record_show()
449 if (hr->password_change_inactive_usec != UINT64_MAX) in user_record_show()
499 if (hr->stop_delay_usec != UINT64_MAX) in user_record_show()