/titanic_41/usr/src/cmd/mdb/intel/modules/sata/ |
H A D | sata.c | 151 dmsg.timestamp.tv_sec, in sata_dmsg_dump() 152 (int)dmsg.timestamp.tv_nsec/1000000, in sata_dmsg_dump() 153 (int)(dmsg.timestamp.tv_nsec/1000)%1000, in sata_dmsg_dump() 154 (int)dmsg.timestamp.tv_nsec%1000, in sata_dmsg_dump() 161 dmsg.timestamp.tv_sec, in sata_dmsg_dump() 162 (int)dmsg.timestamp.tv_nsec/1000000, in sata_dmsg_dump() 163 (int)(dmsg.timestamp.tv_nsec/1000)%1000, in sata_dmsg_dump() 164 (int)dmsg.timestamp.tv_nsec%1000, in sata_dmsg_dump() 179 dmsg.timestamp.tv_sec, in sata_dmsg_dump() 180 (int)dmsg.timestamp.tv_nsec/1000000, in sata_dmsg_dump() [all …]
|
/titanic_41/usr/src/cmd/saf/ |
H A D | log.c | 106 char *timestamp; /* current time in readable form */ in log() local 111 timestamp = ctime(&clock); in log() 112 *(strchr(timestamp, '\n')) = '\0'; in log() 114 timestamp, getpid(), msg); in log() 171 char *timestamp; /* current time in readable form */ in debug() local 176 timestamp = ctime(&clock); in debug() 177 *(strchr(timestamp, '\n')) = '\0'; in debug() 178 (void) sprintf(buf, "%s; %ld; %s\n", timestamp, getpid(), msg); in debug()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.roch.d | 49 printf(" %u 0x%llX %d %d comm:%s csathr:%lld", timestamp, 59 printf(" %u 0x%llX %d %d comm:%s csathr:%lld", timestamp, 67 printf(" %u 0x%llX %d %d ", timestamp, 73 printf(" %u 0x%llX %d %d tag:%d off:%d ", timestamp, 79 printf(" %u 0x%llX %d %d lock:0x%llX", timestamp, 85 printf(" %u 0x%llX %d %d lock:0x%llX", timestamp,
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | vtoc.h | 123 time_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */ member 146 uint64_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */ member 169 v.timestamp[i] = (time_t)extv.timestamp[i]; \ 194 extv.timestamp[i] = (uint64_t)v.timestamp[i]; \ 217 time32_t timestamp[V_NUMPAR]; /* partition timestamp (unsupported) */ member 242 v.timestamp[i] = (time_t)v32.timestamp[i]; \ 265 extv.timestamp[i] = (time_t)v32.timestamp[i]; \ 292 if (v.timestamp[i] > TIME32_MAX) \ 293 v32.timestamp[i] = TIME32_MAX; \ 295 v32.timestamp[i] = (time32_t)v.timestamp[i]; \ [all …]
|
/titanic_41/usr/src/cmd/dtrace/demo/ip/ |
H A D | ipio.d | 33 last = timestamp; 38 this->elapsed = (timestamp - last) / 1000; 42 last = timestamp; 47 this->elapsed = (timestamp - last) / 1000; 51 last = timestamp;
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.multiaggs1.d | 39 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);
|
/titanic_41/usr/src/cmd/hal/addons/network-devices/ |
H A D | cache.c | 31 time_t timestamp; member 44 HAL_DEBUG(("test stale: %s (%d > %d)", name, args->timestamp, *val)); in device_remove_if_stale() 45 if (args->timestamp > *val) { in device_remove_if_stale() 73 scan_for_stale_devices(LibHalContext *ctx, time_t timestamp) in scan_for_stale_devices() argument 79 args->timestamp = timestamp; in scan_for_stale_devices()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ftrace.c | 362 hrtime_t timestamp; in ftrace_0() local 364 timestamp = gethrtime_unscaled(); in ftrace_0() 379 r->ftr_tick = timestamp; in ftrace_0() 396 hrtime_t timestamp; in ftrace_1() local 398 timestamp = gethrtime_unscaled(); in ftrace_1() 413 r->ftr_tick = timestamp; in ftrace_1() 431 hrtime_t timestamp; in ftrace_2() local 433 timestamp = gethrtime_unscaled(); in ftrace_2() 448 r->ftr_tick = timestamp; in ftrace_2() 467 hrtime_t timestamp; in ftrace_3() local [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/stop/ |
H A D | tst.stop2.d | 43 timeout = timestamp + 1000000000; 63 timeout = timestamp + 1000000000 / 4; 67 /timestamp > timeout && stopped == 1/ 74 /timestamp > timeout/
|
H A D | tst.stop1.d | 43 timeout = timestamp + 1000000000; 63 timeout = timestamp + 1000000000 / 4; 67 /timestamp > timeout && stopped == 1/ 74 /timestamp > timeout/
|
/titanic_41/usr/src/cmd/dtrace/demo/sched/ |
H A D | whererun.d | 31 start = timestamp; 37 self->ts = timestamp; 43 @[cpu] = sum(timestamp - self->ts); 56 (timestamp - start) / 1000000000);
|
H A D | whatfor.d | 34 self->bedtime = timestamp; 40 self->bedtime = timestamp; 46 @["preempted"] = quantize(timestamp - self->bedtime); 60 quantize(timestamp - self->bedtime);
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmlog.c | 146 char *timestamp; /* current time in readable form */ in vlog() local 160 timestamp = ctime(&clock); in vlog() 161 *(strchr(timestamp, '\n')) = '\0'; in vlog() 162 (void) fprintf(Logfp, "%s; %ld; ", timestamp, getpid()); in vlog() 272 char *timestamp; /* current time in readable form */ in debug() local 276 timestamp = ctime(&clock); in debug() 277 *(strchr(timestamp, '\n')) = '\0'; in debug() 279 (void) fprintf(Debugfp, "%s; %ld; ", timestamp, getpid()); in debug()
|
/titanic_41/usr/src/cmd/tip/ |
H A D | log.c | 24 char *user, *timestamp; in logent() local 42 timestamp = ctime(&t); in logent() 43 timestamp[24] = '\0'; in logent() 45 user, timestamp, group, in logent()
|
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ConsumerEvent.java | 43 private long timestamp; field in ConsumerEvent 57 timestamp = timeNanos; in ConsumerEvent() 69 return timestamp; in getTimestamp()
|
/titanic_41/usr/src/cmd/dtrace/demo/agg/ |
H A D | clear.d | 31 last = timestamp; 41 normalize(@func, (timestamp - last) / 1000000000); 44 last = timestamp;
|
H A D | trunc.d | 31 last = timestamp; 42 normalize(@func, (timestamp - last) / 1000000000); 45 last = timestamp;
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/raise/ |
H A D | tst.raise2.d | 43 timeout = timestamp + 1000000000; 54 timeout = timestamp + 500000000; 63 /timestamp > timeout/
|
H A D | tst.raise1.d | 43 timeout = timestamp + 1000000000; 54 timeout = timestamp + 500000000; 63 /timestamp > timeout/
|
H A D | tst.raise3.d | 43 timeout = timestamp + 1000000000; 54 timeout = timestamp + 500000000; 63 /timestamp > timeout/
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SDAAdvert.java | 51 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()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.ret1.d | 42 timeout = timestamp + 1000000000; 53 timeout = timestamp + 500000000; 69 /timestamp > timeout/
|
H A D | tst.ret2.d | 42 timeout = timestamp + 1000000000; 53 timeout = timestamp + 500000000; 69 /timestamp > timeout/
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_close.c | 46 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()
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_devstamp.c | 65 *stamp = vtocbuf.timestamp[partno]; in getdevstamp() 103 *stamp = vtocbuf.timestamp[partno] = now; in setdevstamp() 111 vtocbuf.timestamp[partno] = 0; in setdevstamp() 120 if (*stamp != vtocbuf.timestamp[partno]) in setdevstamp()
|