Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 335) sorted by path

12345678910>>...14

/illumos-gate/usr/src/boot/forth/
H A Dpnp.4th154 0 value timestamp
169 \ Search for timestamp
171 dup to timestamp
/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h81 uint32_t timestamp[VTOC8_NPARTS]; member
128 uint32_t timestamp[NDKMAP]; /* partition timestamp (unsupported) */ member
/illumos-gate/usr/src/cmd/auditstat/
H A DMakefile34 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2599 struct stat sb, timestamp; in is_valid_archive() local
2638 if (stat(timestamp_path, &timestamp) != 0 || in is_valid_archive()
2639 sb.st_mtime > timestamp.st_mtime) { in is_valid_archive()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A DMakefile48 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c126 long timestamp; /* time request received */ member
551 if ((uint_t)(now - dinfo.timestamp) < DELAY_SECS) in delayed_responder()
552 (void) sleep(DELAY_SECS - (now - dinfo.timestamp)); in delayed_responder()
746 dinfo.timestamp = time(0); in delay_exit()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c584 timestamp = netval; \
586 timestamp, (timestamp ? convert_ts(timestamp) : "0")); \
1035 static char *convert_ts(unsigned int timestamp) { in convert_ts() argument
1039 strcpy(buff, ctime((time_t *)&timestamp)); in convert_ts()
1047 unsigned int timestamp; in slpv2_authblock() local
1068 timestamp = netval; in slpv2_authblock()
1099 (timestamp) ? convert_ts(timestamp) : "0"); in slpv2_authblock()
1303 unsigned int timestamp; in v2_daadvert() local
/illumos-gate/usr/src/cmd/cpc/cpustat/
H A DMakefile35 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/ctstat/
H A DMakefile34 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c349 asctime(gmtime((time_t *)&fl_hdr->timestamp))); in cudbg_print_flash_header()
2337 if (e->timestamp == 0) in view_fw_devlog()
2340 e->seqno, e->timestamp, in view_fw_devlog()
2369 if (e->timestamp == 0) in translate_fw_devlog()
2372 e->timestamp = ntohll(e->timestamp); in translate_fw_devlog()
2377 if (e->timestamp < ftstamp) { in translate_fw_devlog()
2378 ftstamp = e->timestamp; in translate_fw_devlog()
3689 for (i = 0; i < mbox_cmds && mboxlog->entry.timestamp; i++) { in view_mbox_log()
3691 mboxlog->entry.seqno, mboxlog->entry.timestamp, in view_mbox_log()
H A Dcxgbetool.c186 if (entry->timestamp == 0) in get_devlog()
189 entry->timestamp = BE_64(entry->timestamp); in get_devlog()
194 if (entry->timestamp < ftstamp) { in get_devlog()
195 ftstamp = entry->timestamp; in get_devlog()
208 if (entry->timestamp == 0) in get_devlog()
212 entry->timestamp, in get_devlog()
/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 Ddenorm.d31 start = timestamp;
41 this->seconds = (timestamp - start) / 1000000000;
H A Dnormalize.d34 start = timestamp;
48 normalize(@func, (timestamp - start) / 1000000000);
H A Drenormalize.d31 start = timestamp;
41 normalize(@func, (timestamp - start) / 1000000000);
H A Dtrunc.d31 last = timestamp;
42 normalize(@func, (timestamp - last) / 1000000000);
45 last = timestamp;
H A Dwritetime.d29 self->ts = timestamp;
35 @time[execname] = avg(timestamp - self->ts);
H A Dwritetimeq.d29 self->ts = timestamp;
35 @time[execname] = quantize(timestamp - self->ts);
/illumos-gate/usr/src/cmd/dtrace/demo/buf/
H A Dring.d33 trace(timestamp);
/illumos-gate/usr/src/cmd/dtrace/demo/dtrace/
H A Dend.d29 start = timestamp;
38 printf("total time: %d secs", (timestamp - start) / 1000000000);
/illumos-gate/usr/src/cmd/dtrace/demo/fbt/
H A Ddelay.d30 self->in = timestamp
37 @snoozers[stack()] = quantize(timestamp - self->in);
/illumos-gate/usr/src/cmd/dtrace/demo/intro/
H A Drwtime.d31 ts[probefunc] = timestamp;
38 printf("%d nsecs", timestamp - ts[probefunc]);
/illumos-gate/usr/src/cmd/dtrace/demo/io/
H A Diocpu.d45 self->wait = timestamp;
51 @io[args[2]->fi_name] = sum(timestamp - self->wait);
52 @time["<I/O wait>"] = sum(timestamp - self->wait);
H A Diothrough.d31 start[args[0]->b_edev, args[0]->b_blkno] = timestamp;
57 this->elapsed = timestamp - start[args[0]->b_edev, args[0]->b_blkno];
H A Diotime.d36 start[args[0]->b_edev, args[0]->b_blkno] = timestamp;
42 this->elapsed = timestamp - start[args[0]->b_edev, args[0]->b_blkno];

12345678910>>...14