Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/mdb/intel/modules/sata/
H A Dsata.c152 dmsg.timestamp.tv_sec, in sata_dmsg_dump()
153 (int)dmsg.timestamp.tv_nsec/1000000, in sata_dmsg_dump()
154 (int)(dmsg.timestamp.tv_nsec/1000)%1000, in sata_dmsg_dump()
155 (int)dmsg.timestamp.tv_nsec%1000, in sata_dmsg_dump()
162 dmsg.timestamp.tv_sec, in sata_dmsg_dump()
163 (int)dmsg.timestamp.tv_nsec/1000000, in sata_dmsg_dump()
165 (int)dmsg.timestamp.tv_nsec%1000, in sata_dmsg_dump()
180 dmsg.timestamp.tv_sec, in sata_dmsg_dump()
181 (int)dmsg.timestamp.tv_nsec/1000000, in sata_dmsg_dump()
182 (int)(dmsg.timestamp.tv_nsec/1000)%1000, in sata_dmsg_dump()
[all …]
/illumos-gate/usr/src/cmd/saf/
H A Dlog.c104 char *timestamp; /* current time in readable form */ in log() local
109 timestamp = ctime(&clock); in log()
110 *(strchr(timestamp, '\n')) = '\0'; in log()
112 timestamp, getpid(), msg); in log()
169 char *timestamp; /* current time in readable form */ in debug() local
174 timestamp = ctime(&clock); in debug()
175 *(strchr(timestamp, '\n')) = '\0'; in debug()
176 (void) sprintf(buf, "%s; %ld; %s\n", timestamp, getpid(), msg); in debug()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d45 printf(" %u 0x%llX %d %d comm:%s csathr:%lld", timestamp,
55 printf(" %u 0x%llX %d %d comm:%s csathr:%lld", timestamp,
63 printf(" %u 0x%llX %d %d ", timestamp,
69 printf(" %u 0x%llX %d %d tag:%d off:%d ", timestamp,
75 printf(" %u 0x%llX %d %d lock:0x%llX", timestamp,
81 printf(" %u 0x%llX %d %d lock:0x%llX", timestamp,
/illumos-gate/usr/src/uts/common/sys/
H A Dvtoc.h140 time_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */ member
186 v.timestamp[i] = (time_t)extv.timestamp[i]; \
211 extv.timestamp[i] = (uint64_t)v.timestamp[i]; \
259 v.timestamp[i] = (time_t)v32.timestamp[i]; \
282 extv.timestamp[i] = (time_t)v32.timestamp[i]; \
309 if (v.timestamp[i] > TIME32_MAX) \
310 v32.timestamp[i] = TIME32_MAX; \
312 v32.timestamp[i] = (time32_t)v.timestamp[i]; \
338 if (extv.timestamp[i] > TIME32_MAX) \
339 v32.timestamp[i] = TIME32_MAX; \
[all …]
/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dipio.d33 last = timestamp;
38 this->elapsed = (timestamp - last) / 1000;
42 last = timestamp;
47 this->elapsed = (timestamp - last) / 1000;
51 last = timestamp;
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dzil.d46 self->zc_elapsed = timestamp;
53 @a[probefunc] = avg(timestamp - self->zc_elapsed);
54 @h[probefunc] = quantize(timestamp - self->zc_elapsed);
61 self->zcw_elapsed = timestamp;
68 @a[probefunc] = avg(timestamp - self->zcw_elapsed);
69 @h[probefunc] = quantize(timestamp - self->zcw_elapsed);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.multiaggs1.d39 time_1 = timestamp;
46 time_2 = timestamp;
54 @g[timestamp] = max(new_time);
55 @h[timestamp] = quantize(new_time);
56 @i[timestamp] = lquantize(new_time, 0, 10000, 1000);
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcache.c29 time_t timestamp; member
42 HAL_DEBUG(("test stale: %s (%d > %d)", name, args->timestamp, *val)); in device_remove_if_stale()
43 if (args->timestamp > *val) { in device_remove_if_stale()
71 scan_for_stale_devices(LibHalContext *ctx, time_t timestamp) in scan_for_stale_devices() argument
77 args->timestamp = timestamp; in scan_for_stale_devices()
/illumos-gate/usr/src/uts/common/os/
H A Dftrace.c360 hrtime_t timestamp; in ftrace_0() local
362 timestamp = gethrtime_unscaled(); in ftrace_0()
377 r->ftr_tick = timestamp; in ftrace_0()
394 hrtime_t timestamp; in ftrace_1() local
396 timestamp = gethrtime_unscaled(); in ftrace_1()
411 r->ftr_tick = timestamp; in ftrace_1()
429 hrtime_t timestamp; in ftrace_2() local
431 timestamp = gethrtime_unscaled(); in ftrace_2()
446 r->ftr_tick = timestamp; in ftrace_2()
465 hrtime_t timestamp; in ftrace_3() local
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmlog.c138 char *timestamp; /* current time in readable form */ in vlog() local
152 timestamp = ctime(&clock); in vlog()
153 *(strchr(timestamp, '\n')) = '\0'; in vlog()
154 (void) fprintf(Logfp, "%s; %ld; ", timestamp, getpid()); in vlog()
262 char *timestamp; /* current time in readable form */ in debug() local
266 timestamp = ctime(&clock); in debug()
267 *(strchr(timestamp, '\n')) = '\0'; in debug()
269 (void) fprintf(Debugfp, "%s; %ld; ", timestamp, getpid()); in debug()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop2.d41 timeout = timestamp + 1000000000;
61 timeout = timestamp + 1000000000 / 4;
65 /timestamp > timeout && stopped == 1/
72 /timestamp > timeout/
H A Dtst.stop1.d41 timeout = timestamp + 1000000000;
61 timeout = timestamp + 1000000000 / 4;
65 /timestamp > timeout && stopped == 1/
72 /timestamp > timeout/
/illumos-gate/usr/src/cmd/dtrace/demo/sched/
H A Dwhererun.d31 start = timestamp;
37 self->ts = timestamp;
43 @[cpu] = sum(timestamp - self->ts);
56 (timestamp - start) / 1000000000);
H A Dwhatfor.d34 self->bedtime = timestamp;
40 self->bedtime = timestamp;
46 @["preempted"] = quantize(timestamp - self->bedtime);
60 quantize(timestamp - self->bedtime);
/illumos-gate/usr/src/cmd/tip/
H A Dlog.c22 char *user, *timestamp; in logent() local
40 timestamp = ctime(&t); in logent()
41 timestamp[24] = '\0'; in logent()
43 user, timestamp, group, in logent()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DPosixDaemon.c139 char timestamp[64]; // 64 is enough to store the UTC timestmp in DumpStateLog() local
145 getLocalTimestamp(timestamp, sizeof(timestamp)); in DumpStateLog()
146 …ULT, "---- BEGIN STATE LOG ---- (%s mDNSResponder Build %d.%02d.%02d)", timestamp, major_version, … in DumpStateLog()
150 getLocalTimestamp(timestamp, sizeof(timestamp)); in DumpStateLog()
151 …FAULT, "---- END STATE LOG ---- (%s mDNSResponder Build %d.%02d.%02d)", timestamp, major_version, … in DumpStateLog()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSDAAdvert.java51 long timestamp, in SDAAdvert() argument
78 this.initialize(timestamp, url, scopes, attrs); in SDAAdvert()
86 initialize(long timestamp, in initialize() argument
106 if (timestamp < 0) { in initialize()
131 putInt32(hdr, timestamp, baos); in initialize()
220 " timestamp="+timestamp+"\n"+ in initialize()
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumerEvent.java43 private long timestamp; field in ConsumerEvent
57 timestamp = timeNanos; in ConsumerEvent()
69 return timestamp; in getTimestamp()
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dclear.d31 last = timestamp;
41 normalize(@func, (timestamp - last) / 1000000000);
44 last = timestamp;
H A Dtrunc.d31 last = timestamp;
42 normalize(@func, (timestamp - last) / 1000000000);
45 last = timestamp;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.d41 timeout = timestamp + 1000000000;
52 timeout = timestamp + 500000000;
61 /timestamp > timeout/
H A Dtst.raise1.d41 timeout = timestamp + 1000000000;
52 timeout = timestamp + 500000000;
61 /timestamp > timeout/
H A Dtst.raise3.d41 timeout = timestamp + 1000000000;
52 timeout = timestamp + 500000000;
61 /timestamp > timeout/
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_close.c46 rc = smbsr_decode_vwv(sr, "wl", &sr->smb_fid, &sr->arg.timestamp); in smb_pre_close()
69 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp); in smb_com_close()
87 rc = smbsr_decode_vwv(sr, "wl", &sr->smb_fid, &sr->arg.timestamp); in smb_pre_close_and_tree_disconnect()
110 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp); in smb_com_close_and_tree_disconnect()
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c315 hrtime_t timestamp; member
329 if (rp->timestamp == lp->timestamp) in request_entry_compare()
335 if (rp->timestamp == 0) in request_entry_compare()
337 if (lp->timestamp == 0) in request_entry_compare()
340 if (lp->timestamp < rp->timestamp) in request_entry_compare()
366 (*arg)->timestamp = tip->ti_log.rl_start; in request_log_add_thread()
368 (*arg)->timestamp = 0; /* sort to the top */ in request_log_add_thread()
431 list[pos].timestamp = cur.rl_start; in request_log_walk_init()

12345678910>>...14