Searched defs:expiration (Results 1 - 15 of 15) sorted by relevance

/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/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.h49 krb5_timestamp expiration; member in struct:realm_info
/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...]
/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
/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;
/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/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/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/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_impl.h136 time_t expiration; member in struct:rsn_pmksa_cache
/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/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/libzpool/common/
H A Dkernel.c907 cyclic_reprogram(cyclic_id_t id, hrtime_t expiration) argument
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadmin.h311 krb5_timestamp expiration; member in struct:_kadm5_config_params

Completed in 89 milliseconds