/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ConsumerEvent.java | 43 private long timestamp; field in class:ConsumerEvent 47 * and nanosecond timestamp. 51 * @param timeNanos nanosecond timestamp of this event 57 timestamp = timeNanos; 61 * Gets the nanosecond timestamp of this event. 63 * @return nanosecond timestamp of the event on the system where the 69 return timestamp;
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SDAAdvert.java | 51 long timestamp, 78 this.initialize(timestamp, url, scopes, attrs); 86 initialize(long timestamp, argument 106 if (timestamp < 0) { 129 // Parse out the timestamp 131 putInt32(hdr, timestamp, baos); 220 " timestamp="+timestamp+"\n"+ 228 // Put out the lower 32 bits of the timestamp. 49 SDAAdvert(SrvLocHeader hdr, short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | SLPV1SDAAdvert.java | 52 long timestamp, 58 super(hdr, xid, timestamp, url, scopes, attrs); 64 void initialize(long timestamp, argument 50 SLPV1SDAAdvert(SrvLocHeader hdr, short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | CDAAdvert.java | 52 long timestamp = 0; // timestamp. field in class:CDAAdvert 74 // Parse in the timestamp. Save bytes for auth block. 78 timestamp = getInt32(hdr, dis, tsBytes); 182 // Get the timestamp. 212 return (timestamp == 0);
|
H A D | SLPServerHeaderV2.java | 347 long timestamp, 361 return new SDAAdvert(this, xid, timestamp, url, scopes, attrs); 346 getDAAdvert(short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | SunServerDATable.java | 63 // DA boot timestamp. 104 * @return The boot timestamp in the previous registration. Used 115 long timestamp, 136 vals.addElement(Long.toString(timestamp)); 178 // If there, then get the old timestamp. 182 // Get the timestamp into a long. 113 recordNewDA(ServiceURL url, Vector scopes, long timestamp, int version, Vector attrs, String spis) argument
|
H A D | ServerDATable.java | 145 long timestamp, 263 * to be forwarded if the boot timestamp is different from the 264 * old boot timestamp. 315 long timestamp = 318 advert.timestamp, 324 // old timestamp greater than or equal to the new timestamp. 325 // If the old timestamp is greater than or equal to the new, 327 // IF the old timestamp is less, it means that 331 if (timestamp > 143 recordNewDA(ServiceURL url, Vector scopes, long timestamp, int version, Vector attrs, String spis) argument 365 forwardRegistrations(ServiceURL url, Vector scopes, long timestamp, int version) argument [all...] |
H A D | SLPHeaderV1.java | 833 long timestamp, 847 return new SLPV1SDAAdvert(this, xid, timestamp, url, scopes, attrs); 832 getDAAdvert(short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | SLPHeaderV2.java | 1158 long timestamp, 1157 getDAAdvert(short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
|
/osnet-11/usr/src/cmd/hal/addons/network-devices/ |
H A D | cache.c | 31 time_t timestamp; member in struct:__anon22 44 HAL_DEBUG(("test stale: %s (%d > %d)", name, args->timestamp, *val)); 45 if (args->timestamp > *val) { 73 scan_for_stale_devices(LibHalContext *ctx, time_t timestamp) argument 79 args->timestamp = timestamp;
|
/osnet-11/usr/src/lib/libuuid/common/ |
H A D | uuid_misc.c | 75 get_current_time(uuid_time_t *timestamp) argument 109 *timestamp = time_now + uuids_this_tick;
|
H A D | uuid.c | 105 uuid_time_t timestamp; local 160 get_current_time(×tamp); 163 * If timestamp is not set or is not in the past, bump 166 if ((data->state.ts == 0) || (data->state.ts >= timestamp)) { 168 data->state.ts = timestamp; 175 format_uuid(uuid, data->state.clock, timestamp, system_node); 205 * Formats a UUID, given the clock_seq timestamp, and node address. 210 uuid_time_t timestamp, uuid_node_t node) 214 * First set up the first 60 bits from the timestamp 216 uuid->time_low = (uint32_t)(timestamp 209 format_uuid(struct uuid *uuid, uint16_t clock_seq, uuid_time_t timestamp, uuid_node_t node) argument [all...] |
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | hsearch.h | 17 time_t timestamp; member in struct:__anon1914
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/solaris_x86/ |
H A D | solaris_x86.c | 87 int32_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */ member in struct:vtoc
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_lu.c | 58 static time_t timestamp = 0; variable 92 if (timestamp < curr_time && (curr_time - timestamp) > 60) { 96 timestamp = curr_time;
|
H A D | inuse_fs.c | 63 static time_t timestamp = 0; variable 124 if (timestamp < curr_time && (curr_time - timestamp) > 60) { 127 timestamp = curr_time;
|
H A D | inuse_vxvm.c | 72 static time_t timestamp = 0; variable 113 if (timestamp < curr_time && (curr_time - timestamp) > 60) { 117 timestamp = curr_time;
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | send_tgs.c | 178 krb5_timestamp *timestamp, 216 *timestamp = time_now; 162 krb5int_make_tgs_request_ext(krb5_context context, krb5_flags kdcoptions, const krb5_ticket_times *timestruct, const krb5_enctype *ktypes, krb5_const_principal sname, krb5_address *const *addrs, krb5_authdata *const *authorization_data, krb5_pa_data *const *padata, const krb5_data *second_ticket, krb5_creds *in_cred, krb5_error_code (*pacb_fct)(krb5_context, krb5_keyblock *, krb5_kdc_req *, void *), void *pacb_data, krb5_data *request_data, krb5_timestamp *timestamp, krb5_int32 *nonce, krb5_keyblock **subkey, krb5_kdc_req **retreq) argument
|
H A D | gc_via_tkt.c | 194 krb5_timestamp *timestamp, 204 *timestamp = 0; 253 timestamp, nonce, subkey, retreq); 268 krb5_timestamp timestamp, 480 timestamp)) { 527 krb5_timestamp timestamp; local 550 &request_data, ×tamp, &nonce, 594 timestamp, nonce, subkey, 182 krb5int_make_tgs_request(krb5_context context, krb5_creds *tkt, krb5_flags kdcoptions, krb5_address *const *address, krb5_pa_data **in_padata, krb5_creds *in_cred, krb5_error_code (*pacb_fct)(krb5_context, krb5_keyblock *, krb5_kdc_req *, void *), void *pacb_data, krb5_data *request_data, krb5_timestamp *timestamp, krb5_int32 *nonce, krb5_keyblock **subkey, krb5_kdc_req **retreq) argument 261 krb5int_process_tgs_reply(krb5_context context, krb5_data *response_data, krb5_creds *tkt, krb5_flags kdcoptions, krb5_address *const *address, krb5_pa_data **in_padata, krb5_creds *in_cred, krb5_timestamp timestamp, krb5_int32 nonce, krb5_keyblock *subkey, krb5_pa_data ***out_padata, krb5_pa_data ***out_enc_padata, krb5_creds **out_cred, const char *hostname_used) argument
|
H A D | str_conv.c | 220 krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen) 223 time_t timestamp2 = timestamp; 240 krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad) 245 time_t timestamp2 = timestamp; 219 krb5_timestamp_to_string(krb5_timestamp timestamp, char *buffer, size_t buflen) argument 239 krb5_timestamp_to_sfstring(krb5_timestamp timestamp, char *buffer, size_t buflen, char *pad) argument
|
/osnet-11/usr/src/lib/libfedfs/common/ |
H A D | list_nces.c | 43 time_t timestamp; member in struct:nce_cache_node 99 new->timestamp = time(NULL); 157 if (t - n->timestamp >= NCE_CACHE_TIMEOUT) {
|
H A D | nsdb_lookup.c | 45 time_t timestamp; member in struct:nsdb_cache_node 147 new->timestamp = time(NULL); 209 if (t - n->timestamp >= NSDB_CACHE_TIMEOUT) {
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_int.h | 38 time_t timestamp; /* time tree was last updated from file */ member in struct:_prf_data_t 39 unsigned long frac_ts; /* fractional part of timestamp, if any */
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | svcauth_des.c | 38 * (1) The timestamp microseconds do not exceed 1 million. 39 * (2) The timestamp plus the window is less than the current time. 40 * (3) The timestamp is not less than the one previously 132 struct timeval timestamp; local 265 * Decrypt the timestamp 292 * XDR the decrypted timestamp 295 timestamp.tv_sec = IXDR_GET_INT32(ixdr); 296 timestamp.tv_usec = IXDR_GET_INT32(ixdr); 328 ×tamp); 342 if ((ulong_t)timestamp 567 cache_spot(des_block *key, char *name, struct timeval *timestamp) argument [all...] |
/osnet-11/usr/src/lib/krb5/kdb/ |
H A D | kdb_log.c | 170 struct timeval timestamp; local 188 (void) gettimeofday(×tamp, NULL); 189 ktime.seconds = timestamp.tv_sec; 190 ktime.useconds = timestamp.tv_usec; 740 struct timeval timestamp; local 761 gettimeofday(×tamp, NULL); 763 tdiff = timestamp.tv_sec - ulog->kdb_last_time.seconds;
|