Home
last modified time | relevance | path

Searched refs:not_before_usec (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Duser-record-show.c252 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()
Duser-record.c38 .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()
Duser-record.h259 uint64_t not_before_usec; /* prohibit activation before this unix time */ member