Searched defs:timestamp (Results 1 - 25 of 105) sorted by relevance

12345

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumerEvent.java43 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;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSDAAdvert.java51 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 DSLPV1SDAAdvert.java52 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 DCDAAdvert.java52 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 DSLPServerHeaderV2.java347 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 DSunServerDATable.java63 // 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 DServerDATable.java145 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 DSLPHeaderV1.java833 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
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DHRTime.java50 this.value = timestamp();
57 * @param value The timestamp to be used.
104 * Return the current timestamp.
106 private native UnsignedInt64 timestamp(); method in class:HRTime
/illumos-gate/usr/src/cmd/tip/
H A Dlog.c24 char *user, *timestamp; local
42 timestamp = ctime(&t);
43 timestamp[24] = '\0';
45 user, timestamp, group,
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-os-pal.h53 int timestamp; /* whether timestamps are enabled */ member in struct:xge_os_tracebuf_t
90 if (tb->timestamp) { \
103 if (tb->timestamp) { \
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h63 time_t timestamp; member in struct:__anon4335
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid_misc.c76 get_current_time(uuid_time_t *timestamp) argument
110 *timestamp = time_now + uuids_this_tick;
H A Duuid.c106 uuid_time_t timestamp; local
156 get_current_time(&timestamp);
159 * If timestamp is not set or is not in the past, bump
162 if ((data->state.ts == 0) || (data->state.ts >= timestamp)) {
164 data->state.ts = timestamp;
171 format_uuid(uuid, data->state.clock, timestamp, system_node);
201 * Formats a UUID, given the clock_seq timestamp, and node address.
206 uuid_time_t timestamp, uuid_node_t node)
210 * First set up the first 60 bits from the timestamp
212 uuid->time_low = (uint32_t)(timestamp
205 format_uuid(struct uuid *uuid, uint16_t clock_seq, uuid_time_t timestamp, uuid_node_t node) argument
[all...]
/illumos-gate/usr/src/cmd/saf/
H A Dlog.c106 char *timestamp; /* current time in readable form */ local
111 timestamp = ctime(&clock);
112 *(strchr(timestamp, '\n')) = '\0';
114 timestamp, getpid(), msg);
171 char *timestamp; /* current time in readable form */ local
176 timestamp = ctime(&clock);
177 *(strchr(timestamp, '\n')) = '\0';
178 (void) sprintf(buf, "%s; %ld; %s\n", timestamp, getpid(), msg);
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcache.c31 time_t timestamp; member in struct:__anon608
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;
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_cache.h57 uint32_t (*timestamp)(void); member in struct:cache
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmlog.c146 char *timestamp; /* current time in readable form */ local
160 timestamp = ctime(&clock);
161 *(strchr(timestamp, '\n')) = '\0';
162 (void) fprintf(Logfp, "%s; %ld; ", timestamp, getpid());
272 char *timestamp; /* current time in readable form */ local
276 timestamp = ctime(&clock);
277 *(strchr(timestamp, '\n')) = '\0';
279 (void) fprintf(Debugfp, "%s; %ld; ", timestamp, getpid());
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_lu.c62 static time_t timestamp = 0; variable
96 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
100 timestamp = curr_time;
H A Dinuse_fs.c63 static time_t timestamp = 0; variable
124 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
127 timestamp = curr_time;
H A Dinuse_vxvm.c72 static time_t timestamp = 0; variable
113 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
117 timestamp = curr_time;
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c135 uint16_t timestamp; local
168 &timestamp, B_TRUE);
182 * store timestamp commands, as well.)
271 uint16_t *timestamp, boolean_t do_status_reset)
311 * timestamp, reset desc status and return dma
317 *timestamp = (uint16_t)
386 *timestamp = hcirecvcnt;
270 hci1394_ixl_check_status(hci1394_xfer_ctl_dma_t *dma, uint16_t ixlopcode, uint16_t *timestamp, boolean_t do_status_reset) argument
/illumos-gate/usr/src/uts/common/os/
H A Dftrace.c362 hrtime_t timestamp; local
364 timestamp = gethrtime_unscaled();
379 r->ftr_tick = timestamp;
396 hrtime_t timestamp; local
398 timestamp = gethrtime_unscaled();
413 r->ftr_tick = timestamp;
431 hrtime_t timestamp; local
433 timestamp = gethrtime_unscaled();
448 r->ftr_tick = timestamp;
467 hrtime_t timestamp; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h42 time_t timestamp; /* time tree was last updated from file */ member in struct:_prf_data_t
43 unsigned long frac_ts; /* fractional part of timestamp, if any */
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_svc.c332 struct tm *timestamp; local
356 timestamp = localtime(&sec);
357 (void) strftime(timebuf, sizeof (timebuf), "%D %T", timestamp);

Completed in 87 milliseconds

12345