Searched refs:not_before_usec (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | user-record-show.c | 252 if (hr->not_before_usec != UINT64_MAX) in user_record_show() 253 printf(" Not Before: %s\n", FORMAT_TIMESTAMP(hr->not_before_usec)); in user_record_show()
|
D | user-record.c | 38 .not_before_usec = UINT64_MAX, in user_record_new() 1171 …NED, json_dispatch_uint64, offsetof(UserRecord, not_before_usec), … in dispatch_per_machine() 1522 …NED, json_dispatch_uint64, offsetof(UserRecord, not_before_usec), … in user_record_load() 2114 if (h->not_before_usec != UINT64_MAX && n < h->not_before_usec) in user_record_test_blocked()
|
D | user-record.h | 259 uint64_t not_before_usec; /* prohibit activation before this unix time */ member
|