HomeSort by relevance Sort by last modified time
    Searched refs:expiration (Results 1 - 25 of 40) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
ExpireTest.pm 5 Memoize::ExpireTest - test for Memoize expiration semantics
9 This module is just for testing expiration semantics. It's not a very
10 good example of how to write an expiration module.
ExpireFile.pm 5 Memoize::ExpireFile - test for Memoize expiration semantics
Expire.pm 8 # This package will implement expiration by prepending a fixed-length header
11 # (4-byte expiration time: unsigned seconds-since-unix-epoch)
125 Memoize::Expire - Plug-in module for automatic expiration of memoized values
163 when either expiration condition holds.
175 # Memoize::Expire enforces data expiration policy
188 # Set up expiration policy, supplying persistent hash as a target
201 free to write your own expiration policy module that implements
300 To use this expiration policy, the user would say
317 work with Memoize and provides expiration of least-recently-used data.
322 Joshua Chamas's Tie::Cache module may be useful as an expiration
    [all...]
  /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/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...]
ResourceBundle.properties 48 dcr_invalid_expiration=The lease expiration date is not in a valid format.
  /onnv/onnv-gate/usr/src/lib/pam_modules/krb5/
utils.h 54 krb5_timestamp expiration; member in struct:__anon4382
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/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
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);
AddClientEntry.java 134 String expiration = options.valueOf(PntAdm.LEASE_EXPIRATION); local
135 if (expiration != null) {
136 dhcpClientRecord.setExpiration(shortFormat, expiration);
ModifyClientEntry.java 164 String expiration = options.valueOf(PntAdm.LEASE_EXPIRATION); local
165 if (expiration != null) {
166 newDhcpClientRecord.setExpiration(shortFormat, expiration);
ResourceBundle.properties 70 Lease_Expiration=Lease Expiration
98 usage=pntadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] (options) [(network ip or name)]\n\nWhere (options) is one of:\n\n -C Create the named table\n\n -A (client ip or name) Add client entry. Sub-options:\n [-c (comment)]\n [-e (lease expiration)]\n [-f (flags)]\n [-h (client host name)]\n [-i (client identifier)[-a]]\n [-m (dhcptab macro reference)[-y]]\n [-s (server ip or name)]\n\n -M (client ip or name) Modify client entry. Sub-options:\n [-c (new comment)]\n [-e (new lease expiration)]\n [-f (new flags)]\n [-h (new client host name)]\n [-i (new client identifier)[-a]]\n [-m (new dhcptab macro reference)[-y]]\n [-n (new client ip)]\n [-s (new server ip or name)]\n\n -D (client ip or name) Delete client entry. Sub-options:\n [-y] Remove hosts table entry\n\n -R Remove the named table\n\n -P Display the named table. Sub-options:\n [-v] Display lease time in full format.\n [-x] Display lease time in raw format.\n\n -L List the configured DHCP networks\n\n -B [batchfile] Run command in batch input mode. Sub-options:\n [-v] Output commands as they are processed.\n\n The network ip or name argument is required for all options except -L and -B\n
  /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/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/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
kdb_xdr.c 85 * [ attributes, max_life, max_renewable_life, expiration,
152 krb5_kdb_encode_int32(entry->expiration, nextloc);
296 krb5_kdb_decode_int32(nextloc, entry->expiration);
  /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/krb5/krb5kdc/
do_as_req.c 405 * 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;
kdc_util.c 876 if (client.expiration && client.expiration < kdc_time) {
886 if (server.expiration && server.expiration < kdc_time) {
    [all...]
  /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/lib/gss_mechs/mech_krb5/support/
fake-addrinfo.c 590 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;
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/kdb/
kdb_convert.c 60 if (current->expiration != new->expiration)
392 if (ent->expiration >= 0) {
396 (uint32_t)ent->expiration;
679 ent->expiration = (krb5_timestamp) u.av_exp;
  /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/
alt_prof.c 719 /* 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;
    [all...]

Completed in 1139 milliseconds

1 2