HomeSort by relevance Sort by last modified time
    Searched defs:expiration (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
cache-addrinfo.h 115 time_t expiration; member in struct:face
  /onnv/onnv-gate/usr/src/lib/pam_modules/krb5/
utils.h 54 krb5_timestamp expiration; member in struct:__anon4417
krb5_acct_mgmt.c 155 * 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 = prent.princ_expire_time
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/ldap_util/
kdb5_ldap_realm.h 49 krb5_timestamp expiration; member in struct:realm_info
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
AddClientEntry.java 134 String expiration = options.valueOf(PntAdm.LEASE_EXPIRATION); local
135 if (expiration != null) {
136 dhcpClientRecord.setExpiration(shortFormat, expiration);
DisplayNetworkTable.java 158 Date expiration = dhcpClientRecord.getExpiration(); local
161 lease = Long.toString(expiration.getTime()/1000);
162 } else if (expiration == null || expiration.getTime() == 0) {
164 } else if (expiration.getTime() < 0) {
168 lease = verboseFormat.format(expiration);
171 lease = shortFormat.format(expiration);
ModifyClientEntry.java 164 String expiration = options.valueOf(PntAdm.LEASE_EXPIRATION); local
165 if (expiration != null) {
166 newDhcpClientRecord.setExpiration(shortFormat, expiration);
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/
kdb_compat.h 75 krb5_timestamp expiration; /* This is when the client expires */ member in struct:_old_krb5_db_entry
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/dbutil/
kdb5_create.c 81 krb5_timestamp expiration; member in struct:realm_info
201 rblock.expiration = global_params.expiration;
482 entry.expiration = pblock->expiration;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
DhcpClientRecord.java 56 * Expiration special values.
65 private Date expiration; field in class:DhcpClientRecord
83 expiration = null;
102 * @param expiration Lease expiration time in seconds since Unix epoch
107 String serverIP, String expiration, String macro,
110 this(clientId, flags, clientIP, serverIP, expiration, macro,
120 * @param expiration Lease expiration time in seconds since Unix epoch
126 String serverIP, String expiration, String macro
663 String expiration = null; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
kdb.h 140 krb5_timestamp expiration; /* When the client expires */ member in struct:_krb5_db_entry_new
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
wpa_impl.h 136 time_t expiration; member in struct:rsn_pmksa_cache
  /onnv/onnv-gate/usr/src/lib/rpcsec_gss/
svc_rpcsec_gss.c 83 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);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
callout.c 131 * callout expiration timely. It also favors cancellations.
138 * a callout list that has the same expiration so we can avoid
139 * allocating a callout list and inserting the expiration into
152 * of expiration.
299 * Find a callout list that corresponds to an expiration and matching flags.
302 callout_list_get(callout_table_t *ct, hrtime_t expiration, int flags, int hash)
327 if ((cl->cl_expiration == expiration) &&
393 * Move an expiration from the bottom of the heap to its correct place
419 * We have an expiration later than our parent; we're done.
452 * First, copy the expiration and callout list pointer to the botto
559 hrtime_t now, expiration, next; local
668 hrtime_t expiration, now; local
1102 hrtime_t expiration; local
1527 hrtime_t expiration; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpc/sec_gss/
svc_rpcsec_gss.c 87 time_t expiration; member in struct:_svc_rpc_gss_data
819 * Context is established. Set expiration time
824 client_data->expiration = GSS_C_INDEFINITE;
826 client_data->expiration =
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/kadm5/
admin.h 312 krb5_timestamp expiration; member in struct:_kadm5_config_params

Completed in 1740 milliseconds