Searched refs:expiration (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcache-addrinfo.h115 time_t expiration; member in struct:face
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dutils.h58 krb5_timestamp expiration; member in struct:__anon4258
H A Dkrb5_acct_mgmt.c155 * expiration information in the key expiration field. If this was
157 * to fetching pw/account expiration information from kadm. We can not
159 * vs. principals that do not have an expiration policy. The up-shot
174 krb5_timestamp now, days, expiration; local
213 if (kmd->expiration != 0) {
214 expiration = kmd->expiration;
226 expiration = min(prent.princ_expire_time,
229 expiration
[all...]
H A Dkrb5_authenticate.c763 * expiration, that is found in the as_reply. The
857 kmd->expiration = as_reply->enc_part2->key_exp;
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.h49 krb5_timestamp expiration; member in struct:realm_info
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c133 * callout expiration timely. It also favors cancellations.
140 * a callout list that has the same expiration so we can avoid
141 * allocating a callout list and inserting the expiration into
154 * of expiration.
213 * If the next expiration of the cyclic is way out into \
316 * Find a callout list that corresponds to an expiration and matching flags.
319 callout_list_get(callout_table_t *ct, hrtime_t expiration, int flags, int hash) argument
344 if ((cl->cl_expiration == expiration) &&
354 * expiration.
360 hrtime_t expiration; local
440 hrtime_t expiration, now; local
751 hrtime_t now, expiration, next; local
863 hrtime_t expiration, now; local
980 timeout_generic(int type, void (*func)(void *), void *arg, hrtime_t expiration, hrtime_t resolution, int flags) argument
1306 hrtime_t expiration; local
[all...]
H A Dcyclic.c114 * cyclic_reprogram() <-- Reprogram a cyclic's expiration
150 * The cyclics are kept sorted by expiration time in the cyc_cpu's heap. The
151 * heap is keyed by cyclic expiration time, with parents expiring earlier
157 * compares the root cyclic's expiration time to the current time. If the
158 * expiration time is in the past, cyclic_expire() is called on the root
159 * cyclic. Upon return from cyclic_expire(), the cyclic's new expiration time
160 * is derived by adding its interval to its old expiration time, and a
164 * cyclic has an expiration time in the future. This expiration time
167 * shortly after the root cyclic's expiration tim
2020 cyclic_reprogram_here(cyc_cpu_t *cpu, cyc_index_t ndx, hrtime_t expiration) argument
3048 cyclic_reprogram(cyclic_id_t id, hrtime_t expiration) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h75 krb5_timestamp expiration; /* This is when the client expires */ member in struct:_old_krb5_db_entry
H A Dkdb_xdr.c85 * [ attributes, max_life, max_renewable_life, expiration,
152 krb5_kdb_encode_int32(entry->expiration, nextloc);
296 krb5_kdb_decode_int32(nextloc, entry->expiration);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlicense.h109 u16_t expiration; member in struct:_license_key_b
170 u16_t expiration; member in struct:_license_key_l
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_create.c81 krb5_timestamp expiration; member in struct:realm_info
201 rblock.expiration = global_params.expiration;
482 entry.expiration = pblock->expiration;
H A Ddump.c741 1 /* Fake mkvno */, entry->expiration, entry->pw_expiration,
839 * attributes max_life max_renewable_life expiration
884 entry->expiration,
1004 * max_renewable_life expiration pw_expiration last_success
1032 entry->expiration,
1891 &tmpint2, &dbent.expiration,
2187 dbentry.expiration = (krb5_timestamp) t5;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h136 time_t expiration; member in struct:rsn_pmksa_cache
H A Dwpa.c232 while (wpa_s->pmksa && wpa_s->pmksa->expiration <= now) {
250 sec = wpa_s->pmksa->expiration - time(NULL);
299 "Index / AA / PMKID / expiration (in seconds)\n");
310 (int)(entry->expiration - now));
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c405 * Take the minimum of expiration or pw_expiration if not zero.
407 if (client.expiration != 0 && client.pw_expiration != 0)
408 etime = min(client.expiration, client.pw_expiration);
410 etime = client.expiration ? client.expiration : client.pw_expiration;
H A Dkdc_util.c876 if (client.expiration && client.expiration < kdc_time) {
886 if (server.expiration && server.expiration < kdc_time) {
1136 if (server.expiration && server.expiration < kdc_time) {
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c83 uint_t expiration; member in struct:_svc_rpc_gss_data
900 client_data->expiration =
903 client_data->expiration =
907 client_data->expiration = time_rec + time(0);
909 client_data->expiration = max_lifetime +
1191 client_data->expiration = init_lifetime + time(0);
1390 if ((cl->expiration != GSS_C_INDEFINITE &&
1391 cl->expiration <= time(0)) || cl->stale) {
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c89 time_t expiration; member in struct:_svc_rpc_gss_data
821 * Context is established. Set expiration time
826 client_data->expiration = GSS_C_INDEFINITE;
828 client_data->expiration =
1535 client_data->expiration = GSS_C_INDEFINITE;
1741 if ((cl->expiration != GSS_C_INDEFINITE &&
1742 cl->expiration <= now) || cl->stale ||
1745 if ((cl->expiration != GSS_C_INDEFINITE &&
1746 cl->expiration <= now) || cl->stale ||
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c590 entry->expiration = time(0) + CACHE_ENTRY_LIFETIME;
594 name, entry, entry->naddrs4, entry->naddrs6, entry->expiration);
612 printf(" checking expiration time of @%p: %d\n",
613 fp, fp->expiration);
615 if (fp->expiration < now) {
716 ce->expiration = time(0) + 30;
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_convert.c60 if (current->expiration != new->expiration)
392 if (ent->expiration >= 0) {
396 (uint32_t)ent->expiration;
679 ent->expiration = (krb5_timestamp) u.av_exp;
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c719 /* Get the value for the default principal expiration */
723 params.expiration = params_in->expiration;
726 if (!krb5_string_to_timestamp(svalue, &params.expiration)) {
732 params.expiration = 0;
1237 /* Get the value for the default principal expiration */
H A Dadmin.h311 krb5_timestamp expiration; member in struct:_kadm5_config_params
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h140 krb5_timestamp expiration; /* When the client expires */ member in struct:_krb5_db_entry_new
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c2064 if ((st=krb5_ldap_get_time(ld, ent, "krbprincipalexpiration", &(entry->expiration),
2192 if (expiretime < entry->expiration)
2193 entry->expiration = expiretime;
2195 entry->expiration = expiretime;
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c334 kdb.expiration = entry->princ_expire_time;
336 kdb.expiration = handle->params.expiration;
653 kdb.expiration = entry->princ_expire_time;
810 entry->princ_expire_time = kdb.expiration;

Completed in 2031 milliseconds

12