HomeSort by relevance Sort by last modified time
    Searched defs:timestamp (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/tip/
log.c 24 char *user, *timestamp; local
42 timestamp = ctime(&t);
43 timestamp[24] = '\0';
45 user, timestamp, group,
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
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;
  /onnv/onnv-gate/usr/src/cmd/hal/addons/network-devices/
cache.c 31 time_t timestamp; member in struct:__anon586
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)
79 args->timestamp = timestamp;
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
HRTime.java 50 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
  /onnv/onnv-gate/usr/src/cmd/saf/
log.c 106 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);
  /onnv/onnv-gate/usr/src/uts/common/io/xge/hal/include/
xge-os-pal.h 53 int timestamp; /* whether timestamps are enabled */ member in struct:xge_os_tracebuf_t
90 if (tb->timestamp) { \
103 if (tb->timestamp) { \
  /onnv/onnv-gate/usr/src/lib/print/libpapi-lpd/common/
papi_impl.h 63 time_t timestamp; member in struct:__anon4452
  /onnv/onnv-gate/usr/src/cmd/isns/isnsd/
isns_cache.h 57 uint32_t (*timestamp)(void); member in struct:cache
  /onnv/onnv-gate/usr/src/cmd/ttymon/
tmlog.c 146 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());
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
rdlist.c 120 int64_t timestamp; local
146 if ((timestamp = r_value(LTDB_TIMESTAMP)) == -1)
150 if ((tv - timestamp) > LTDB_DECAYTIME)
  /onnv/onnv-gate/usr/src/lib/libldap4/include/
hsearch.h 17 time_t timestamp; member in struct:__anon3719
  /onnv/onnv-gate/usr/src/uts/common/os/
ftrace.c 362 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...]
  /onnv/onnv-gate/usr/src/cmd/vscan/vscand/
vs_svc.c 332 struct tm *timestamp; local
356 timestamp = localtime(&sec);
357 (void) strftime(timebuf, sizeof (timebuf), "%D %T", timestamp);
  /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/
inuse_fs.c 63 static time_t timestamp = 0; variable
124 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
127 timestamp = curr_time;
inuse_lu.c 62 static time_t timestamp = 0; variable
96 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
100 timestamp = curr_time;
inuse_vxvm.c 72 static time_t timestamp = 0; variable
113 if (timestamp < curr_time && (curr_time - timestamp) > 60) {
117 timestamp = curr_time;
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
ActiveDiscoverer.java 192 long timestamp = 0; // later adverts will cause replacement, local
200 timestamp,
332 advert.timestamp,
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);
SLPV1Manager.java 127 long timestamp = store.getStateTimestamp(); local
130 if ((currentTime - timestamp) > STATEFUL_TIME_BOUND) {
ServerDATable.java 145 long timestamp,
263 * to be forwarded if the boot timestamp is different from the
264 * old boot timestamp.
315 long timestamp = local
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 >= advert.timestamp)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/1394/adapters/
hci1394_ixl_misc.c 135 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;
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/solaris_x86/
solaris_x86.c 87 int32_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */ member in struct:vtoc
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/svc.configd/
configd.c 317 hrtime_t timestamp; member in struct:request_log_walk::request_entry
331 if (rp->timestamp == lp->timestamp)
337 if (rp->timestamp == 0)
339 if (lp->timestamp == 0)
342 if (lp->timestamp < rp->timestamp)
368 (*arg)->timestamp = tip->ti_log.rl_start;
370 (*arg)->timestamp = 0; /* sort to the top */
433 list[pos].timestamp = cur.rl_start
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
prof_int.h 43 time_t timestamp; /* time tree was last updated from file */ member in struct:_prf_data_t
44 unsigned long frac_ts; /* fractional part of timestamp, if any */
  /onnv/onnv-gate/usr/src/lib/krb5/kdb/
kdb_log.c 142 struct timeval timestamp; local
160 (void) gettimeofday(&timestamp, NULL);
161 ktime.seconds = timestamp.tv_sec;
162 ktime.useconds = timestamp.tv_usec;
717 struct timeval timestamp; local
733 gettimeofday(&timestamp, NULL);
735 tdiff = timestamp.tv_sec - ulog->kdb_last_time.seconds;

Completed in 5269 milliseconds

1 2 3 4