Home
last modified time | relevance | path

Searched refs:tstamp (Results 1 – 25 of 48) sorted by relevance

12

/titanic_44/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_vercheck.c169 check_timestamp(char *model, int tstamp) in check_timestamp() argument
185 if (tstamp < min_tstamp) { in check_timestamp()
204 int tstamp, plen, i; in visit() local
236 tstamp = obp_timestamp(vers); in visit()
237 if (tstamp == -1) { in visit()
244 i = check_timestamp(model, tstamp); in visit()
279 tstamp = obp_timestamp(vers); in visit()
280 if (tstamp == -1) { in visit()
286 i = check_timestamp(model, tstamp); in visit()
/titanic_44/usr/src/uts/common/sys/scsi/adapters/
H A Dmpapi_scsi_vhci.h46 uint32_t tstamp; member
52 uint32_t tstamp;
158 uint32_t tstamp; member
/titanic_44/usr/src/cmd/svc/startd/
H A Dutmpx.c307 utmpx_write_entry(short type, const char *msg, time_t tstamp) in utmpx_write_entry() argument
321 u.ut_tv.tv_sec = tstamp; in utmpx_write_entry()
358 time_t tstamp; in utmpx_write_boottime() local
373 tstamp = (stbuf.st_atime >= stbuf.st_mtime) ? in utmpx_write_boottime()
375 utmpx_write_entry(DOWN_TIME, DOWN_MSG, tstamp); in utmpx_write_boottime()
382 tstamp = st->st_start_time.tv_sec; in utmpx_write_boottime()
384 utmpx_write_entry(BOOT_TIME, BOOT_MSG, tstamp); in utmpx_write_boottime()
/titanic_44/usr/src/uts/sun4/os/
H A Dcpu_states.c144 hrtime_t tstamp; in abort_sequence_enter() local
152 tstamp = gethrtime(); in abort_sequence_enter()
166 (abort_seq_tstamp == 0LL || tstamp > in abort_sequence_enter()
168 abort_seq_tstamp = tstamp; in abort_sequence_enter()
/titanic_44/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c567 char *body_fmt, *headers = NULL, *body = NULL, tstamp[32]; in irpt_cbfunc() local
605 (void) strftime(tstamp, sizeof (tstamp), NULL, &ts); in irpt_cbfunc()
624 len = snprintf(NULL, 0, body_fmt, hostname, tstamp, in irpt_cbfunc()
630 (void) snprintf(body, len, body_fmt, hostname, tstamp, in irpt_cbfunc()
641 len = snprintf(NULL, 0, body_fmt, hostname, tstamp, class); in irpt_cbfunc()
644 (void) snprintf(body, len, body_fmt, hostname, tstamp, class); in irpt_cbfunc()
/titanic_44/usr/src/uts/common/sys/
H A Dser_sync.h123 timestruc_t tstamp; member
131 timestruc32_t tstamp; member
/titanic_44/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_dimm.h105 typedef struct tstamp { struct
107 uint64_t tstamp; member
H A Dgmem_memerr.c452 if (tsp->tstamp < now - GMEM_MQ_TIMELIM) { in mq_prune_dup()
474 tsp->tstamp = now; in mq_update()
499 tsp->tstamp = now; in mq_create()
/titanic_44/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil.c304 time_t tstamp; local
306 (void) localtime(&tstamp);
307 lp->entry->timestamp = tstamp;
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_dimm.h138 typedef struct tstamp { struct
140 uint64_t tstamp; member
H A Dcmd_memerr.c303 if (tsp->tstamp < now - CMD_MQ_TIMELIM) { in mq_prune_dup()
327 tsp->tstamp = now; in mq_update()
351 tsp->tstamp = now; in mq_create()
/titanic_44/usr/src/uts/sun4u/io/
H A Dtodds1287.c592 hrtime_t tstamp; in ds1287_intr() local
612 tstamp = gethrtime(); in ds1287_intr()
615 if (o_tstamp && (tstamp - o_tstamp) < power_button_debounce) { in ds1287_intr()
616 o_tstamp = tstamp; in ds1287_intr()
619 o_tstamp = tstamp; in ds1287_intr()
634 tstamp < (power_button_tstamp + in ds1287_intr()
647 power_button_tstamp = tstamp; in ds1287_intr()
/titanic_44/usr/src/uts/common/io/
H A Dpower.c437 hrtime_t tstamp; in power_high_intr() local
481 tstamp = gethrtime(); in power_high_intr()
484 if (o_tstamp && (tstamp - o_tstamp) < power_button_debounce) { in power_high_intr()
485 o_tstamp = tstamp; in power_high_intr()
488 o_tstamp = tstamp; in power_high_intr()
503 tstamp < (power_button_tstamp + in power_high_intr()
516 power_button_tstamp = tstamp; in power_high_intr()
/titanic_44/usr/src/tools/findunref/
H A Dfindunref.c101 static time_t tstamp; /* timestamp to compare files to */ variable
169 tstamp = tsstat.st_mtime; in main()
452 if (statp->st_atime >= tstamp || pnset_check(exsetp, path)) in checkpath()
/titanic_44/usr/src/uts/common/io/wpi/
H A Dwpireg.h279 uint64_t tstamp; member
379 uint64_t tstamp; member
607 uint64_t tstamp; member
/titanic_44/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c57 long long tstamp; member
191 time_t ts = t->tstamp; in send_ireport_trap()
414 swtrap.tstamp = (time_t)fmev_time_sec(ev); in ireport_cb()
/titanic_44/usr/src/cmd/oplhpd/
H A Dscf_notify.c76 uint64_t tstamp; member
480 sdata.tstamp = (uint64_t)sec; in notify_scf_of_hotplug()
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h160 int8_t tstamp; member
/titanic_44/usr/src/uts/common/sys/fs/
H A Dudf_inode.h608 tstamp))
672 void ud_dtime2utime(struct timespec32 *, struct tstamp const *);
673 void ud_utime2dtime(struct timespec32 const *, struct tstamp *);
H A Dudf_volume.h249 struct tstamp { struct
261 typedef struct tstamp tstamp_t; argument
/titanic_44/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c709 struct timeval tstamp; in set_legacy_service() local
720 ret = gettimeofday(&tstamp, NULL); in set_legacy_service()
750 SCF_TYPE_TIME, &tstamp) != 0) in set_legacy_service()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h234 u32_t tstamp; /* ndis_tcp_delegated->TsTime */ member
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h297 clock_t tstamp; /* time stamp */ member
/titanic_44/usr/src/uts/sun4u/starfire/sys/
H A Didn.h652 hrtime_t tstamp; \
655 tstamp = TIMESTAMP(); \
658 (uint64_t)tstamp, __LINE__, \
1319 hrtime_t tstamp; \
1320 tstamp = TIMESTAMP(); \
1324 (uint64_t)tstamp, _id, \
1486 hrtime_t tstamp; \
1487 tstamp = TIMESTAMP(); \
1494 (uint64_t)tstamp, id, \
/titanic_44/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c767 ulong_t tstamp; in inittab_encode_e() local
780 tstamp = time(NULL) - DUID_TIME_BASE; in inittab_encode_e()
782 tstamp = strtoul(currp, &cp2, 0); in inittab_encode_e()
798 dllt.dllt_time = htonl(tstamp); in inittab_encode_e()

12