Home
last modified time | relevance | path

Searched refs:not_after_usec (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/nss-systemd/
Duserdb-glue.c164 … .sp_expire = hr->locked > 0 || hr->not_after_usec == 0 ? 1 : /* already expired/locked */ in nss_pack_user_record_shadow()
165 hr->not_after_usec == UINT64_MAX ? -1 : in nss_pack_user_record_shadow()
166 (long int) (hr->not_after_usec / USEC_PER_DAY), in nss_pack_user_record_shadow()
/systemd-251/src/shared/
Duser-record-nss.c112 SET_IF(hr->not_after_usec, in nss_passwd_to_user_record()
150 …JSON_BUILD_PAIR_CONDITION(hr->not_after_usec != UINT64_MAX, "notAfterUSec", JSON_BUILD_UNSIGNED(hr… in nss_passwd_to_user_record()
Duser-record-show.c255 if (hr->not_after_usec != UINT64_MAX) in user_record_show()
256 printf(" Not After: %s\n", FORMAT_TIMESTAMP(hr->not_after_usec)); in user_record_show()
Duser-record.c39 .not_after_usec = UINT64_MAX, in user_record_new()
1172 …NED, json_dispatch_uint64, offsetof(UserRecord, not_after_usec), … in dispatch_per_machine()
1523 …NED, json_dispatch_uint64, offsetof(UserRecord, not_after_usec), … in user_record_load()
2116 if (h->not_after_usec != UINT64_MAX && n > h->not_after_usec) in user_record_test_blocked()
Duser-record.h260 uint64_t not_after_usec; /* prohibit activation after this unix time */ member