usr/src/cmd/devfsadm/devfsadm.c
2414
timestruc_t abstime;
usr/src/cmd/fs.d/autofs/autod_readdir.c
563
timestruc_t reltime;
usr/src/cmd/fs.d/nfs/lib/nfslog_config.c
67
static timestruc_t config_last_modification = { 0 };
usr/src/cmd/fs.d/nfs/mountd/mountd.c
3126
static timestruc_t last_sharetab_time;
usr/src/cmd/fs.d/nfs/mountd/mountd.c
3127
timestruc_t prev_sharetab_time;
usr/src/cmd/fs.d/nfs/nfslog/buffer_list.c
101
buildbuffer_list(struct buffer_ent **be_head, timestruc_t *lu)
usr/src/cmd/fs.d/nfs/nfslog/buffer_list.c
41
static int buildbuffer_list(struct buffer_ent **, timestruc_t *);
usr/src/cmd/fs.d/nfs/nfslog/buffer_list.c
57
getbuffer_list(struct buffer_ent **listpp, timestruc_t *lu)
usr/src/cmd/fs.d/nfs/nfslog/buffer_list.c
71
checkbuffer_list(struct buffer_ent **listpp, timestruc_t *lu)
usr/src/cmd/fs.d/nfs/nfslog/buffer_list.h
60
extern int getbuffer_list(struct buffer_ent **, timestruc_t *);
usr/src/cmd/fs.d/nfs/nfslog/buffer_list.h
61
extern int checkbuffer_list(struct buffer_ent **, timestruc_t *);
usr/src/cmd/fs.d/nfs/nfslog/nfslogd.c
107
timestruc_t logtab_update;
usr/src/cmd/fs.d/nfs/statd/sm_statd.c
642
timestruc_t wtime;
usr/src/cmd/fs.d/pcfs/fsck/dir.c
884
timestruc_t ts;
usr/src/cmd/ldap/common/ldapmodify.c
1037
timestruc_t to;
usr/src/cmd/ls/ls.c
198
timestruc_t lmtime;
usr/src/cmd/ls/ls.c
199
timestruc_t lat;
usr/src/cmd/ls/ls.c
200
timestruc_t lct;
usr/src/cmd/ls/ls.c
201
timestruc_t lmt;
usr/src/cmd/luxadm/hotplug.c
101
static int h_post_insert_encl(timestruc_t);
usr/src/cmd/luxadm/hotplug.c
118
static int h_find_new_device_link(char *, timestruc_t);
usr/src/cmd/luxadm/hotplug.c
133
timestruc_t ses_time, dsk_time, rmt_time;
usr/src/cmd/luxadm/hotplug.c
170
if ((&ses_time != (timestruc_t *)NULL) &&
usr/src/cmd/luxadm/hotplug.c
2120
h_post_insert_encl(timestruc_t ses_lastmtim)
usr/src/cmd/luxadm/hotplug.c
2297
h_pre_insert_encl_dev(timestruc_t *ses_time, timestruc_t *dsk_time,
usr/src/cmd/luxadm/hotplug.c
2298
timestruc_t *rmt_time)
usr/src/cmd/luxadm/hotplug.c
2309
ses_time = (timestruc_t *)NULL;
usr/src/cmd/luxadm/hotplug.c
2329
rmt_time = (timestruc_t *)NULL;
usr/src/cmd/luxadm/hotplug.c
2354
h_post_insert_dev(timestruc_t dsk_lastmtim, timestruc_t rmt_lastmtim)
usr/src/cmd/luxadm/hotplug.c
2918
h_find_new_device_link(char *device_dir, timestruc_t lastmtim)
usr/src/cmd/luxadm/hotplug.c
91
static int h_pre_insert_encl_dev(timestruc_t *, timestruc_t *,
usr/src/cmd/luxadm/hotplug.c
92
timestruc_t *);
usr/src/cmd/luxadm/hotplug.c
93
static int h_post_insert_dev(timestruc_t, timestruc_t);
usr/src/cmd/make/bin/ar.cc
157
extern timestruc_t& read_archive(Name target);
usr/src/cmd/make/bin/ar.cc
182
timestruc_t&
usr/src/cmd/make/bin/doname.cc
2038
timestruc_t previous = make_state->stat.time;
usr/src/cmd/make/bin/doname.cc
2597
timestruc_t old_stat_time;
usr/src/cmd/make/bin/doname.cc
2687
timestruc_t sccs_time;
usr/src/cmd/make/bin/doname.cc
984
timestruc_t depe_time = file_doesnt_exist;
usr/src/cmd/make/bin/dosys.cc
84
timestruc_t before;
usr/src/cmd/make/bin/files.cc
211
static timestruc_t&
usr/src/cmd/make/bin/files.cc
64
extern timestruc_t& exists(Name target);
usr/src/cmd/make/bin/files.cc
66
static timestruc_t& vpath_exists(Name target);
usr/src/cmd/make/bin/files.cc
87
timestruc_t&
usr/src/cmd/make/bin/globals.cc
107
timestruc_t make_state_before;
usr/src/cmd/make/bin/misc.cc
225
time_to_string(const timestruc_t &time)
usr/src/cmd/make/include/mk/defs.h
231
extern timestruc_t make_state_before;
usr/src/cmd/make/include/mk/defs.h
365
extern timestruc_t& exists(Name target);
usr/src/cmd/make/include/mk/defs.h
396
extern timestruc_t& read_archive(Name target);
usr/src/cmd/make/include/mk/defs.h
418
extern char *time_to_string(const timestruc_t &time);
usr/src/cmd/make/include/mksh/defs.h
346
extern const timestruc_t file_no_time;
usr/src/cmd/make/include/mksh/defs.h
347
extern const timestruc_t file_doesnt_exist;
usr/src/cmd/make/include/mksh/defs.h
348
extern const timestruc_t file_is_dir;
usr/src/cmd/make/include/mksh/defs.h
349
extern const timestruc_t file_min_time;
usr/src/cmd/make/include/mksh/defs.h
350
extern const timestruc_t file_max_time;
usr/src/cmd/make/include/mksh/defs.h
428
timestruc_t time; /* Modification */
usr/src/cmd/make/include/mksh/defs.h
569
timestruc_t dependency_time;
usr/src/cmd/make/include/mksh/defs.h
650
timestruc_t time;
usr/src/cmd/make/include/mksh/defs.h
905
operator==(const timestruc_t &t1, const timestruc_t &t2) {
usr/src/cmd/make/include/mksh/defs.h
910
operator!=(const timestruc_t &t1, const timestruc_t &t2) {
usr/src/cmd/make/include/mksh/defs.h
915
operator>(const timestruc_t &t1, const timestruc_t &t2) {
usr/src/cmd/make/include/mksh/defs.h
923
operator>=(const timestruc_t &t1, const timestruc_t &t2) {
usr/src/cmd/make/include/mksh/defs.h
931
operator<(const timestruc_t &t1, const timestruc_t &t2) {
usr/src/cmd/make/include/mksh/defs.h
939
operator<=(const timestruc_t &t1, const timestruc_t &t2) {
usr/src/cmd/make/lib/mksh/globals.cc
121
const timestruc_t file_no_time = { -1, 0 };
usr/src/cmd/make/lib/mksh/globals.cc
122
const timestruc_t file_doesnt_exist = { 0, 0 };
usr/src/cmd/make/lib/mksh/globals.cc
123
const timestruc_t file_is_dir = { 1, 0 };
usr/src/cmd/make/lib/mksh/globals.cc
124
const timestruc_t file_min_time = { 2, 0 };
usr/src/cmd/make/lib/mksh/globals.cc
125
const timestruc_t file_max_time = { INT_MAX, 0 };
usr/src/cmd/mdb/common/modules/genunix/genunix.c
459
timestruc_t u_start;
usr/src/cmd/mdb/common/modules/genunix/log.c
118
timestruc_t hr_time;
usr/src/cmd/ndmpd/tlm/tlm_buffers.c
287
tlm_buffer_setup_timer(timestruc_t *timo, unsigned milli_timo)
usr/src/cmd/ndmpd/tlm/tlm_buffers.c
309
timestruc_t timo;
usr/src/cmd/ndmpd/tlm/tlm_buffers.c
335
timestruc_t timo;
usr/src/cmd/nscd/nscd_frontend.c
203
static timestruc_t last_nsswitch_check = { 0 };
usr/src/cmd/nscd/nscd_frontend.c
204
static timestruc_t last_nsswitch_modified = { 0 };
usr/src/cmd/nscd/nscd_frontend.c
205
static timestruc_t last_resolv_modified = { -1, 0 };
usr/src/cmd/nscd/nscd_selfcred.c
1025
timestruc_t to;
usr/src/cmd/picl/plugins/sun4v/snmp/snmpplugin.c
1911
timestruc_t to;
usr/src/cmd/ps/ps.c
2248
prtime(timestruc_t st, int width, int old)
usr/src/cmd/ps/ps.c
2455
delta_secs(const timestruc_t *start)
usr/src/cmd/ps/ps.c
326
static void prtime(timestruc_t, int, int);
usr/src/cmd/ps/ps.c
331
static time_t delta_secs(const timestruc_t *);
usr/src/cmd/ps/ucbps.c
1043
prtime(timestruc_t st)
usr/src/cmd/ps/ucbps.c
133
static void prtime(timestruc_t st);
usr/src/cmd/ptools/ptime/ptime.c
197
timestruc_t real, user, sys;
usr/src/cmd/ptools/ptime/ptime.c
264
prtime(char *name, timestruc_t *ts)
usr/src/cmd/ptools/ptime/ptime.c
286
tsadd(timestruc_t *result, timestruc_t *a, timestruc_t *b)
usr/src/cmd/ptools/ptime/ptime.c
296
tssub(timestruc_t *result, timestruc_t *a, timestruc_t *b)
usr/src/cmd/ptools/ptime/ptime.c
306
hrt2ts(hrtime_t hrt, timestruc_t *tsp)
usr/src/cmd/ptools/ptime/ptime.c
47
static void prtime(char *, timestruc_t *);
usr/src/cmd/ptools/ptime/ptime.c
50
static void tsadd(timestruc_t *result, timestruc_t *a, timestruc_t *b);
usr/src/cmd/ptools/ptime/ptime.c
51
static void tssub(timestruc_t *result, timestruc_t *a, timestruc_t *b);
usr/src/cmd/ptools/ptime/ptime.c
52
static void hrt2ts(hrtime_t hrt, timestruc_t *tsp);
usr/src/cmd/ptools/ptree/ptree.c
72
timestruc_t start;
usr/src/cmd/rcap/common/utils.c
239
hrt2ts(hrtime_t hrt, timestruc_t *tsp)
usr/src/cmd/rcap/common/utils.h
99
extern void hrt2ts(hrtime_t, timestruc_t *);
usr/src/cmd/rcm_daemon/common/rcm_lock.c
1264
timestruc_t abstime;
usr/src/cmd/rpcbind/rpcb_svc_com.c
731
timestruc_t to;
usr/src/cmd/scadm/sparc/mpxu/common/download.c
56
timestruc_t Delay;
usr/src/cmd/scadm/sparc/mpxu/common/smq.c
153
smq_xreceive(smq_t *smq, timestruc_t *timeout, smq_msg_t *msg)
usr/src/cmd/scadm/sparc/mpxu/common/smq.h
105
int smq_xreceive(smq_t *smq, timestruc_t *timeout, smq_msg_t *msg);
usr/src/cmd/scadm/sparc/mpxu/common/xsem.c
134
xsem_xwait(xsem_t *sem, int timeout, timestruc_t *mytime)
usr/src/cmd/scadm/sparc/mpxu/common/xsem.c
137
timestruc_t delay;
usr/src/cmd/scadm/sparc/mpxu/common/xsem.h
67
int xsem_xwait(xsem_t *sem, int timeout, timestruc_t *time);
usr/src/cmd/sgs/elfdump/common/gen_layout_obj.c
59
timestruc_t ts;
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
549
START(timestruc, timestruc_t);
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
551
SCALAR_FIELD(timestruc_t, tv_sec, 0);
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
552
SCALAR_FIELD(timestruc_t, tv_nsec, 0);
usr/src/cmd/sgs/rtld/common/_rtld.h
500
timestruc_t st_mtim;
usr/src/cmd/smbsrv/smbd/smbd_doorsvc.c
580
timestruc_t delay;
usr/src/cmd/smbsrv/smbd/smbd_join.c
110
timestruc_t delay;
usr/src/cmd/smbsrv/test-msgbuf/test_misc.c
64
smb_time_unix_to_nt(timestruc_t *unix_time)
usr/src/cmd/smbsrv/test-msgbuf/test_misc.c
78
smb_time_nt_to_unix(uint64_t nt_time, timestruc_t *unix_time)
usr/src/cmd/svr4pkg/pkgserv/pkgserv.c
1241
timestruc_t waitfor;
usr/src/cmd/tar/tar.c
2955
timestruc_t time_zero; /* used for call to doDirTimes */
usr/src/cmd/tar/tar.c
388
timestruc_t x_mtime; /* Seconds and nanoseconds */
usr/src/cmd/tar/tar.c
435
static void doDirTimes(char *name, timestruc_t modTime);
usr/src/cmd/tar/tar.c
461
static void setPathTimes(int dirfd, char *path, timestruc_t modTime);
usr/src/cmd/tar/tar.c
505
static void gen_date(const char *keyword, const timestruc_t time_value);
usr/src/cmd/tar/tar.c
507
static void get_xtime(char *value, timestruc_t *xtime);
usr/src/cmd/tar/tar.c
6545
doDirTimes(char *name, timestruc_t modTime)
usr/src/cmd/tar/tar.c
6549
static timestruc_t modtimes[PATH_MAX+1]; /* hash table */
usr/src/cmd/tar/tar.c
6620
setPathTimes(int dirfd, char *path, timestruc_t modTime)
usr/src/cmd/tar/tar.c
7106
gen_date(const char *keyword, const timestruc_t time_value)
usr/src/cmd/tar/tar.c
7191
get_xtime(char *value, timestruc_t *xtime)
usr/src/cmd/truss/expound.c
142
prtimestruc(private_t *pri, const char *name, timestruc_t *value)
usr/src/cmd/truss/expound.c
290
timestruc_t timestruc;
usr/src/cmd/truss/main.c
1595
timestruc_t c_basetime;
usr/src/cmd/truss/main.c
2045
accumulate(timestruc_t *ap, const timestruc_t *ep, const timestruc_t *sp)
usr/src/cmd/truss/main.c
2096
timestruc_t tickzero;
usr/src/cmd/truss/main.c
2097
timestruc_t ticks;
usr/src/cmd/truss/main.c
2098
timestruc_t ticktot;
usr/src/cmd/truss/main.c
2221
prtim(timestruc_t *tp)
usr/src/cmd/truss/main.c
73
void prtim(timestruc_t *);
usr/src/cmd/truss/proto.h
61
extern void accumulate(timestruc_t *,
usr/src/cmd/truss/proto.h
62
const timestruc_t *, const timestruc_t *);
usr/src/cmd/truss/proto.h
94
extern void prtimestruc(private_t *, const char *, timestruc_t *);
usr/src/cmd/truss/ramdata.h
100
timestruc_t usrlast; /* most recent value of utime */
usr/src/cmd/truss/ramdata.h
189
timestruc_t stime; /* time spent in system call */
usr/src/cmd/truss/ramdata.h
196
timestruc_t systotal; /* total time spent in kernel */
usr/src/cmd/truss/ramdata.h
197
timestruc_t usrtotal; /* total time spent in user mode */
usr/src/cmd/truss/ramdata.h
198
timestruc_t basetime; /* base time for timestamps */
usr/src/cmd/truss/ramdata.h
99
timestruc_t syslast; /* most recent value of stime */
usr/src/cmd/truss/stat.c
105
timestruc_t ts;
usr/src/cmd/truss/stat.c
172
prtimestruc(pri, "at = ", (timestruc_t *)&statb.st_atim);
usr/src/cmd/truss/stat.c
173
prtimestruc(pri, "mt = ", (timestruc_t *)&statb.st_mtim);
usr/src/cmd/truss/stat.c
174
prtimestruc(pri, "ct = ", (timestruc_t *)&statb.st_ctim);
usr/src/cmd/truss/stat.c
60
timestruc_t ts;
usr/src/cmd/vntsd/vntsdvcc.c
224
timestruc_t to;
usr/src/cmd/vntsd/vntsdvcc.c
96
timestruc_t to;
usr/src/cmd/zonestat/zonestat/zonestat.c
1569
timestruc_t *ts)
usr/src/cmd/zonestat/zonestat/zonestat.c
1617
uint_t pct_shares_used, timestruc_t *ts, boolean_t report_conflict)
usr/src/cmd/zonestat/zonestat/zonestat.c
1729
timestruc_t ts;
usr/src/cmd/zonestat/zonestat/zonestat.c
1913
timestruc_t ts;
usr/src/cmd/zonestat/zonestat/zonestat.c
814
format_ts(timestruc_t *ts, char *str, size_t len, boolean_t human_readable)
usr/src/cmd/zonestat/zonestatd/zonestatd.c
1035
zsd_add_usage(zsd_ctl_t *ctl, zsd_pset_usage_t *usage, timestruc_t *delta)
usr/src/cmd/zonestat/zonestatd/zonestatd.c
173
timestruc_t zsu_cpu_usage; /* cpu time used */
usr/src/cmd/zonestat/zonestatd/zonestatd.c
200
timestruc_t zsp_total_time;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
201
timestruc_t zsp_usage_kern;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
202
timestruc_t zsp_usage_zones;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
209
timestruc_t zsp_idle;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
210
timestruc_t zsp_intr;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
211
timestruc_t zsp_kern;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
212
timestruc_t zsp_user;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
243
timestruc_t zsc_idle;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
244
timestruc_t zsc_intr;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
245
timestruc_t zsc_kern;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
246
timestruc_t zsc_user;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
2468
timestruc_t *delta, uint_t *sched)
usr/src/cmd/zonestat/zonestatd/zonestatd.c
2470
timestruc_t d;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
2636
timestruc_t delta, d1, d2;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
2770
timestruc_t user, sys, proc_usage;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
2771
timestruc_t finish;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
281
timestruc_t zsz_cpu_usage; /* cpu time of cpu cap */
usr/src/cmd/zonestat/zonestatd/zonestatd.c
282
timestruc_t zsz_cap_time; /* cpu time of cpu cap */
usr/src/cmd/zonestat/zonestatd/zonestatd.c
283
timestruc_t zsz_share_time; /* cpu time of share of cpu */
usr/src/cmd/zonestat/zonestatd/zonestatd.c
284
timestruc_t zsz_pset_time; /* time of all psets zone is bound to */
usr/src/cmd/zonestat/zonestatd/zonestatd.c
325
timestruc_t zspr_usage;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
345
timestruc_t zss_idle;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
346
timestruc_t zss_intr;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
347
timestruc_t zss_kern;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
348
timestruc_t zss_user;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
350
timestruc_t zss_cpu_total_time;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
351
timestruc_t zss_cpu_usage_kern;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
352
timestruc_t zss_cpu_usage_zones;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
3563
timestruc_t ts;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
3565
timestruc_t delta;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
419
timestruc_t zsctl_hrtime_total;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
4212
timestruc_t delta;
usr/src/grub/grub-0.97/stage2/jfs.h
209
struct timestruc_t s_time; /* 8: time last updated */
usr/src/grub/grub-0.97/stage2/jfs.h
468
struct timestruc_t di_atime; /* 8: time last data accessed */
usr/src/grub/grub-0.97/stage2/jfs.h
469
struct timestruc_t di_ctime; /* 8: time last status changed */
usr/src/grub/grub-0.97/stage2/jfs.h
470
struct timestruc_t di_mtime; /* 8: time last data modified */
usr/src/grub/grub-0.97/stage2/jfs.h
471
struct timestruc_t di_otime; /* 8: time created */
usr/src/lib/libc/port/gen/ttyname.c
136
static timestruc_t dir_mtim; /* ttysrch file modification time */
usr/src/lib/libc/port/tpool/thread_pool.c
152
timestruc_t timeout;
usr/src/lib/libdtrace/common/dt_proc.c
397
timestruc_t tstamp = psp->pr_tstamp;
usr/src/lib/libfakekernel/common/clock.c
120
ts2hrt(const timestruc_t *tsp)
usr/src/lib/libfakekernel/common/cond.c
172
timestruc_t ts;
usr/src/lib/libfakekernel/common/sys/condvar.h
105
extern int cv_waituntil_sig(kcondvar_t *, kmutex_t *, timestruc_t *, int);
usr/src/lib/libmapid/common/mapid.c
1001
timestruc_t ntime = {0};
usr/src/lib/libmapid/common/mapid.c
872
get_mtime(const char *fname, timestruc_t *mtim)
usr/src/lib/libmapid/common/mapid.h
134
static int get_mtime(const char *, timestruc_t *);
usr/src/lib/libmapid/common/mapid.h
171
timestruc_t nfs_mtime = {0};
usr/src/lib/libmapid/common/mapid.h
175
timestruc_t dns_mtime = {0};
usr/src/lib/libmapid/common/mapid.h
184
timestruc_t zapped_mtime = {0};
usr/src/lib/libproc/common/P32ton.c
446
timestruc_n_to_32(const timestruc_t *src, timestruc32_t *dst)
usr/src/lib/libproc/common/P32ton.c
72
timestruc_32_to_n(const timestruc32_t *src, timestruc_t *dst)
usr/src/lib/libproc/common/P32ton.h
47
extern void timestruc_32_to_n(const timestruc32_t *, timestruc_t *);
usr/src/lib/libproc/common/P32ton.h
65
extern void timestruc_n_to_32(const timestruc_t *, timestruc32_t *);
usr/src/lib/libshare/common/scfutil.c
1418
sahandle->tstrans = TSTAMP((*(timestruc_t *)&tv));
usr/src/lib/libsip/common/sip_timeout.c
304
timestruc_t to;
usr/src/lib/libslp/clib/SLPReg.c
592
timestruc_t timeout;
usr/src/lib/libslp/clib/slp-internal.h
110
extern void *slp_dequeue_timed(slp_queue_t *, timestruc_t *, SLPBoolean *);
usr/src/lib/libslp/clib/slp_da_cache.c
244
timestruc_t timeout;
usr/src/lib/libslp/clib/slp_ipc.c
293
timestruc_t timeout;
usr/src/lib/libslp/clib/slp_net.c
461
timestruc_t to[1];
usr/src/lib/libslp/clib/slp_queue.c
191
void *slp_dequeue_timed(slp_queue_t *qa, timestruc_t *to, SLPBoolean *etimed) {
usr/src/lib/libumem/common/misc.c
164
hrt2ts(hrtime_t hrt, timestruc_t *tsp)
usr/src/lib/libumem/common/misc.h
65
void hrt2ts(hrtime_t hrt, timestruc_t *tsp);
usr/src/lib/libv12n/sparc/libv12n.c
717
timestruc_t timeout;
usr/src/lib/libzfs/common/libzfs_taskq.c
75
timestruc_t ts;
usr/src/lib/libzonestat/common/libzonestat.c
1015
zs_pset_usage_all(zs_pset_t *pset, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
1017
timestruc_t tot;
usr/src/lib/libzonestat/common/libzonestat.c
1025
zs_pset_usage_idle(zs_pset_t *pset, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
1027
timestruc_t tot, time, idle;
usr/src/lib/libzonestat/common/libzonestat.c
1037
zs_pset_usage_kernel(zs_pset_t *pset, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
1043
zs_pset_usage_zones(zs_pset_t *pset, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
1051
timestruc_t tot;
usr/src/lib/libzonestat/common/libzonestat.c
1062
timestruc_t tot, idle;
usr/src/lib/libzonestat/common/libzonestat.c
1088
timestruc_t tot;
usr/src/lib/libzonestat/common/libzonestat.c
1099
timestruc_t tot, idle;
usr/src/lib/libzonestat/common/libzonestat.c
1124
zs_pset_zone_usage_time(zs_pset_zone_t *pz, timestruc_t *t)
usr/src/lib/libzonestat/common/libzonestat.c
1196
timestruc_t tot, time;
usr/src/lib/libzonestat/common/libzonestat.c
1232
zs_cpu_total_time(zs_usage_t *usage, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
1238
zs_cpu_usage_all(zs_usage_t *usage, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
1240
timestruc_t tot;
usr/src/lib/libzonestat/common/libzonestat.c
1250
zs_cpu_usage_idle(zs_usage_t *usage, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
1252
timestruc_t tot, time, idle;
usr/src/lib/libzonestat/common/libzonestat.c
1266
timestruc_t tot;
usr/src/lib/libzonestat/common/libzonestat.c
1279
timestruc_t tot, idle;
usr/src/lib/libzonestat/common/libzonestat.c
1290
zs_cpu_usage_kernel(zs_usage_t *usage, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
1303
zs_cpu_usage_zones(zs_usage_t *usage, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
1318
zs_cpu_usage_zone(zs_zone_t *zone, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
1332
timestruc_t tot;
usr/src/lib/libzonestat/common/libzonestat.c
1344
timestruc_t tot, idle;
usr/src/lib/libzonestat/common/libzonestat.c
3349
zs_resource_total_time(zs_usage_t *u, int res, timestruc_t *t)
usr/src/lib/libzonestat/common/libzonestat.c
3375
zs_resource_used_time(zs_usage_t *u, int res, int user, timestruc_t *t)
usr/src/lib/libzonestat/common/libzonestat.c
3416
zs_resource_used_zone_time(zs_zone_t *z, int res, timestruc_t *t)
usr/src/lib/libzonestat/common/libzonestat.c
3667
zs_zone_limit_time(zs_zone_t *z, int limit, timestruc_t *v)
usr/src/lib/libzonestat/common/libzonestat.c
3714
zs_zone_limit_used_time(zs_zone_t *z, int limit, timestruc_t *t)
usr/src/lib/libzonestat/common/libzonestat.c
3906
zs_pset_total_time(zs_pset_t *pset, timestruc_t *t)
usr/src/lib/libzonestat/common/libzonestat.c
3921
zs_pset_used_time(zs_pset_t *pset, int user, timestruc_t *t)
usr/src/lib/libzonestat/common/libzonestat.c
4076
zs_pset_zone_used_time(zs_pset_zone_t *pz, timestruc_t *t)
usr/src/lib/libzonestat/common/libzonestat.c
4162
zs_property_time(zs_property_t *p, timestruc_t *t)
usr/src/lib/libzonestat/common/libzonestat.c
731
zs_ts_used_scale(timestruc_t *total, timestruc_t *used, uint64_t scale,
usr/src/lib/libzonestat/common/libzonestat.c
757
zs_ts_used_pct(timestruc_t *total, timestruc_t *used, boolean_t cap_at_100)
usr/src/lib/libzonestat/common/libzonestat.c
767
zs_ts_used_cpus(timestruc_t *total, timestruc_t *used, uint_t ncpus,
usr/src/lib/libzonestat/common/libzonestat.c
816
zs_zone_cpu_cap_time(zs_zone_t *zone, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
822
zs_zone_cpu_share_time(zs_zone_t *zone, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
828
zs_zone_cpu_cap_time_used(zs_zone_t *zone, timestruc_t *ts)
usr/src/lib/libzonestat/common/libzonestat.c
834
zs_zone_cpu_share_time_used(zs_zone_t *zone, timestruc_t *ts)
usr/src/lib/libzonestat/common/zonestat.h
219
void zs_resource_total_time(zs_usage_t *, int, timestruc_t *);
usr/src/lib/libzonestat/common/zonestat.h
220
void zs_resource_used_time(zs_usage_t *, int, int, timestruc_t *);
usr/src/lib/libzonestat/common/zonestat.h
221
void zs_resource_used_zone_time(zs_zone_t *, int, timestruc_t *);
usr/src/lib/libzonestat/common/zonestat.h
233
void zs_zone_limit_time(zs_zone_t *, int, timestruc_t *);
usr/src/lib/libzonestat/common/zonestat.h
234
void zs_zone_limit_used_time(zs_zone_t *, int, timestruc_t *);
usr/src/lib/libzonestat/common/zonestat.h
242
void zs_pset_total_time(zs_pset_t *, timestruc_t *);
usr/src/lib/libzonestat/common/zonestat.h
244
void zs_pset_used_time(zs_pset_t *, int, timestruc_t *);
usr/src/lib/libzonestat/common/zonestat.h
255
void zs_pset_zone_used_time(zs_pset_zone_t *, timestruc_t *);
usr/src/lib/libzonestat/common/zonestat.h
267
void zs_property_time(zs_property_t *, timestruc_t *);
usr/src/lib/libzonestat/common/zonestat_impl.h
110
timestruc_t zss_cpu_total_time;
usr/src/lib/libzonestat/common/zonestat_impl.h
111
timestruc_t zss_cpu_usage_kern;
usr/src/lib/libzonestat/common/zonestat_impl.h
112
timestruc_t zss_cpu_usage_zones;
usr/src/lib/libzonestat/common/zonestat_impl.h
148
timestruc_t zspz_cpu_usage;
usr/src/lib/libzonestat/common/zonestat_impl.h
179
timestruc_t zsz_cpu_usage;
usr/src/lib/libzonestat/common/zonestat_impl.h
180
timestruc_t zsz_pset_time;
usr/src/lib/libzonestat/common/zonestat_impl.h
181
timestruc_t zsz_cap_time;
usr/src/lib/libzonestat/common/zonestat_impl.h
182
timestruc_t zsz_share_time;
usr/src/lib/libzonestat/common/zonestat_impl.h
223
timestruc_t zsp_total_time;
usr/src/lib/libzonestat/common/zonestat_impl.h
224
timestruc_t zsp_usage_kern;
usr/src/lib/libzonestat/common/zonestat_impl.h
225
timestruc_t zsp_usage_zones;
usr/src/lib/libzonestat/common/zonestat_impl.h
259
timestruc_t zsv_ts;
usr/src/lib/libzpool/common/sys/zfs_context.h
187
timestruc_t xoa_createtime; /* Create time of file */
usr/src/lib/nsswitch/files/common/files_common.h
69
timestruc_t fh_mtime;
usr/src/lib/pam_modules/timestamp/pam_timestamp.c
43
timestruc_t ts; /* time of tty last status change */
usr/src/lib/smbsrv/libmlsvc/common/mlsvc_domain.c
135
timestruc_t to;
usr/src/lib/smbsrv/libmlsvc/common/smb_share.c
2124
timestruc_t pubretry;
usr/src/lib/smbsrv/libsmb/common/smb_cache.c
466
timestruc_t to;
usr/src/lib/smbsrv/libsmb/common/smb_domain.c
798
timestruc_t to;
usr/src/lib/smbsrv/libsmb/common/smb_domain.c
829
timestruc_t to;
usr/src/lib/smbsrv/libsmb/common/smb_pwdutil.c
1112
bzero(&smb_uch.uc_timestamp, sizeof (timestruc_t));
usr/src/lib/smbsrv/libsmb/common/smb_pwdutil.c
128
timestruc_t uc_timestamp;
usr/src/lib/smbsrv/libsmbns/common/smbns_browser.c
1304
timestruc_t to;
usr/src/lib/smbsrv/libsmbns/common/smbns_netbios.c
416
timestruc_t reltimeout;
usr/src/lib/smbsrv/libsmbns/common/smbns_netbios_name.c
240
timestruc_t to;
usr/src/ucbcmd/touch/touch.c
350
timestruc_to_timeval(timestruc_t *ts, struct timeval *tv)
usr/src/ucbcmd/touch/touch.c
64
static void timestruc_to_timeval(timestruc_t *, struct timeval *);
usr/src/uts/common/c2/audit.h
547
void audit_async_finish(caddr_t *, au_event_t, au_emod_t, timestruc_t *);
usr/src/uts/common/c2/audit_io.c
105
au_emod_t e_mod, timestruc_t *e_time)
usr/src/uts/common/c2/audit_io.c
138
timestruc_t *e_time)
usr/src/uts/common/c2/audit_io.c
199
au_save_time(adr_t *hadrp, timestruc_t *time, int size)
usr/src/uts/common/c2/audit_io.c
205
timestruc_t now;
usr/src/uts/common/c2/audit_io.c
232
au_emod_t e_mod, timestruc_t *etime)
usr/src/uts/common/c2/audit_io.c
275
sizeof (char) + 2 * sizeof (short) + sizeof (timestruc_t);
usr/src/uts/common/c2/audit_io.c
842
timestruc_t *e_time)
usr/src/uts/common/c2/audit_kernel.h
134
timestruc_t audi_atime; /* audit event timestamp */
usr/src/uts/common/c2/audit_record.h
314
timestruc_t *);
usr/src/uts/common/c2/audit_record.h
315
void au_close_defer(token_t *, int, au_event_t, au_emod_t, timestruc_t *);
usr/src/uts/common/c2/audit_record.h
317
timestruc_t *);
usr/src/uts/common/cpr/cpr_misc.c
844
timestruc_t ts;
usr/src/uts/common/disp/fx.c
915
timestruc_t ts;
usr/src/uts/common/disp/fx.c
933
timestruc_t ts;
usr/src/uts/common/disp/rt.c
750
timestruc_t ts;
usr/src/uts/common/disp/rt.c
768
timestruc_t ts;
usr/src/uts/common/fs/autofs/auto_subr.c
1019
timestruc_t now;
usr/src/uts/common/fs/autofs/auto_subr.c
1386
timestruc_t now;
usr/src/uts/common/fs/autofs/auto_subr.c
1474
timestruc_t now;
usr/src/uts/common/fs/autofs/auto_vnops.c
1272
timestruc_t now;
usr/src/uts/common/fs/bootfs/bootfs_construct.c
113
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_ipnetops.c
49
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_netops.c
79
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_plugin.c
226
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_plugin.c
249
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_plugin.c
556
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_ptsops.c
106
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_ptsops.c
169
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_subr.c
2307
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_subr.c
246
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_subr.c
755
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_subr.c
997
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_zvolops.c
497
timestruc_t now;
usr/src/uts/common/fs/dev/sdev_zvolops.c
606
timestruc_t now;
usr/src/uts/common/fs/doorfs/door_vnops.c
146
static timestruc_t tzero = {0, 0};
usr/src/uts/common/fs/fd/fdops.c
169
timestruc_t now;
usr/src/uts/common/fs/fifofs/fifosubr.c
503
timestruc_t now;
usr/src/uts/common/fs/fifofs/fifovnops.c
1092
timestruc_t now;
usr/src/uts/common/fs/fifofs/fifovnops.c
1584
fifo_hres_gt(const timestruc_t *targ, const timestruc_t *base)
usr/src/uts/common/fs/nfs/nfs3_srv.c
4404
timestruc_t now;
usr/src/uts/common/fs/nfs/nfs3_vnops.c
2411
timestruc_t now;
usr/src/uts/common/fs/nfs/nfs4_attr.c
36
timestruc_to_settime4(timestruc_t *tt, settime4 *tt4, int flags)
usr/src/uts/common/fs/nfs/nfs4_srv.c
6538
const timestruc_t *mtime = &vap->va_mtime;
usr/src/uts/common/fs/nfs/nfs4_srv.c
6600
rfs4_verifier_to_mtime(verifier4 v, timestruc_t *mtime)
usr/src/uts/common/fs/nfs/nfs4_srv_attr.c
2564
timestruc_t atime;
usr/src/uts/common/fs/nfs/nfs4_srv_attr.c
2707
timestruc_t ctime;
usr/src/uts/common/fs/nfs/nfs4_srv_attr.c
2752
timestruc_t mtime;
usr/src/uts/common/fs/nfs/nfs4_subr.c
477
nfs4_time_ntov(nfstime4 *ntime, timestruc_t *vatime)
usr/src/uts/common/fs/nfs/nfs4_subr.c
513
nfs4_time_vton(timestruc_t *vatime, nfstime4 *ntime)
usr/src/uts/common/fs/nfs/nfs4_vnops.c
3799
timestruc_t ctime;
usr/src/uts/common/fs/nfs/nfs4_vnops.c
954
timestruc_t now;
usr/src/uts/common/fs/nfs/nfs_dlinet.c
1762
timestruc_t tv, give_up, now;
usr/src/uts/common/fs/nfs/nfs_log.c
1270
timestruc_t now;
usr/src/uts/common/fs/nfs/nfs_log_xdr.c
158
timestruc_t now;
usr/src/uts/common/fs/nfs/nfs_vnops.c
1253
timestruc_t mtime = vap->va_mtime;
usr/src/uts/common/fs/nfs/nfs_vnops.c
1254
timestruc_t atime = vap->va_atime;
usr/src/uts/common/fs/objfs/objfs_data.c
460
timestruc_t now;
usr/src/uts/common/fs/objfs/objfs_odir.c
67
timestruc_t now;
usr/src/uts/common/fs/pcfs/pc_dir.c
283
timestruc_t now;
usr/src/uts/common/fs/pcfs/pc_node.c
307
timestruc_t now;
usr/src/uts/common/fs/pcfs/pc_node.c
330
timestruc_t now;
usr/src/uts/common/fs/pcfs/pc_subr.c
118
timestruc_t *tvp, /* UNIX time input */
usr/src/uts/common/fs/pcfs/pc_subr.c
70
int pc_tvtopct(timestruc_t *, struct pctime *);
usr/src/uts/common/fs/pcfs/pc_vnops.c
711
timestruc_t now, *timep;
usr/src/uts/common/fs/proc/prcontrol.c
1239
timestruc_t rqtime;
usr/src/uts/common/fs/proc/prcontrol.c
1240
timestruc_t *rqtp = NULL;
usr/src/uts/common/fs/proc/prcontrol.c
1249
timestruc_t now;
usr/src/uts/common/fs/proc/prcontrol.c
1444
timestruc_t *ts, /* absolute time of timeout, if any */
usr/src/uts/common/fs/proc/prdata.h
345
extern int pr_wait(prcommon_t *, timestruc_t *, int);
usr/src/uts/common/fs/proc/prvnops.c
3022
timestruc_t now;
usr/src/uts/common/fs/sharefs/sharefs_vnops.c
166
timestruc_t now;
usr/src/uts/common/fs/smbsrv/smb2_negotiate.c
985
timestruc_t boot_tv, now_tv;
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1105
smb_time_unix_to_nt(timestruc_t *unix_time)
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1118
const timestruc_t smb_nttime_m1 = { -1, -1 }; /* minus 1 */
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1119
const timestruc_t smb_nttime_m2 = { -1, -2 }; /* minus 2 */
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1122
smb_time_nt_to_unix(uint64_t nt_time, timestruc_t *unix_time)
usr/src/uts/common/fs/smbsrv/smb_kutil.c
1124
static const timestruc_t tzero = { 0, 0 };
usr/src/uts/common/fs/smbsrv/smb_mbuf_marshaling.c
521
timestruc_t *tvp;
usr/src/uts/common/fs/smbsrv/smb_mbuf_marshaling.c
592
tvp = va_arg(ap, timestruc_t *);
usr/src/uts/common/fs/sockfs/socksubr.c
1292
timestruc_t *timestamp;
usr/src/uts/common/fs/sockfs/socksubr.c
1301
(timestruc_t *)P2ROUNDUP((intptr_t)&tohp[1],
usr/src/uts/common/fs/tmpfs/tmp_dir.c
498
timestruc_t now;
usr/src/uts/common/fs/tmpfs/tmp_dir.c
607
timestruc_t now;
usr/src/uts/common/fs/tmpfs/tmp_dir.c
676
timestruc_t now;
usr/src/uts/common/fs/tmpfs/tmp_dir.c
799
timestruc_t now;
usr/src/uts/common/fs/tmpfs/tmp_dir.c
968
timestruc_t now;
usr/src/uts/common/fs/tmpfs/tmp_tnode.c
163
timestruc_t now;
usr/src/uts/common/fs/tmpfs/tmp_tnode.c
236
timestruc_t now;
usr/src/uts/common/fs/tmpfs/tmp_vnops.c
130
timestruc_t now;
usr/src/uts/common/fs/tmpfs/tmp_vnops.c
1791
timestruc_t now;
usr/src/uts/common/fs/udfs/udf_alloc.c
995
timestruc_t now;
usr/src/uts/common/fs/udfs/udf_inode.c
1980
timestruc_t now;
usr/src/uts/common/fs/udfs/udf_vnops.c
500
timestruc_t now;
usr/src/uts/common/fs/ufs/lufs.c
490
timestruc_t tv;
usr/src/uts/common/fs/ufs/ufs_dir.c
2073
timestruc_t now;
usr/src/uts/common/fs/ufs/ufs_inode.c
1747
timestruc_t now;
usr/src/uts/common/fs/ufs/ufs_vnops.c
2017
timestruc_t now;
usr/src/uts/common/fs/ufs/ufs_vnops.c
3260
timestruc_t now;
usr/src/uts/common/fs/xattr.c
1082
timestruc_t now;
usr/src/uts/common/fs/xattr.c
483
timestruc_t now;
usr/src/uts/common/fs/zfs/dmu_objset.c
1001
timestruc_t
usr/src/uts/common/fs/zfs/dsl_dir.c
2130
timestruc_t
usr/src/uts/common/fs/zfs/dsl_dir.c
2133
timestruc_t t;
usr/src/uts/common/fs/zfs/dsl_dir.c
2145
timestruc_t t;
usr/src/uts/common/fs/zfs/sys/dmu.h
995
timestruc_t dmu_objset_snap_cmtime(objset_t *os);
usr/src/uts/common/fs/zfs/sys/dmu_objset.h
229
timestruc_t dmu_objset_snap_cmtime(objset_t *os);
usr/src/uts/common/fs/zfs/sys/dsl_dir.h
110
timestruc_t dd_snap_cmtime; /* last time snapshot namespace changed */
usr/src/uts/common/fs/zfs/sys/dsl_dir.h
183
timestruc_t dsl_dir_snap_cmtime(dsl_dir_t *dd);
usr/src/uts/common/fs/zfs/zfs_ctldir.c
324
timestruc_t now;
usr/src/uts/common/fs/zfs/zfs_ctldir.c
86
timestruc_t zc_cmtime; /* ctime and mtime, always the same */
usr/src/uts/common/fs/zfs/zfs_znode.c
1470
timestruc_t now;
usr/src/uts/common/fs/zfs/zfs_znode.c
813
timestruc_t now;
usr/src/uts/common/gssapi/mechs/krb5/krb5/os/c_ustime.c
72
timestruc_t now;
usr/src/uts/common/inet/ip/conn_opt.c
236
sizeof (timestruc_t) + _POINTER_ALIGNMENT;
usr/src/uts/common/inet/ip/conn_opt.c
555
sizeof (timestruc_t) + _POINTER_ALIGNMENT;
usr/src/uts/common/inet/ip/conn_opt.c
561
gethrestime((timestruc_t *)ancil_buf);
usr/src/uts/common/inet/ip/ip.c
12010
timestruc_t now;
usr/src/uts/common/inet/ip/ip.c
1336
timestruc_t now;
usr/src/uts/common/inet/ip/ip.c
9047
timestruc_t now;
usr/src/uts/common/inet/ip/ip.c
9300
timestruc_t now;
usr/src/uts/common/io/asy.c
3078
timestruc_t ts;
usr/src/uts/common/io/bofi.c
430
timestruc_t ts;
usr/src/uts/common/io/l_strplumb.c
156
kstr_msg(vnode_t *vp, mblk_t *smp, mblk_t **rmp, timestruc_t *timeo)
usr/src/uts/common/io/softmac/softmac_capab.c
115
if ((err = ldi_getmsg(lh, &mp, (timestruc_t *)NULL)) != 0)
usr/src/uts/common/io/sundlpi.c
192
dl_error_ack_t *dleap, timestruc_t *tvp)
usr/src/uts/common/io/sundlpi.c
356
timestruc_t tv;
usr/src/uts/common/io/usb/clients/audio/usb_ac/usb_ac.c
3537
timestruc_t tv = {0};
usr/src/uts/common/io/vscan/vscan_svc.c
214
timestruc_t vsn_mtime;
usr/src/uts/common/io/vscan/vscan_svc.c
850
timestruc_t *mtime;
usr/src/uts/common/nfs/nfs4.h
1479
extern int nfs4_time_ntov(nfstime4 *, timestruc_t *);
usr/src/uts/common/nfs/nfs4.h
1480
extern int nfs4_time_vton(timestruc_t *, nfstime4 *);
usr/src/uts/common/os/aio.c
418
timeval2reltime(struct timeval *timout, timestruc_t *rqtime,
usr/src/uts/common/os/aio.c
419
timestruc_t **rqtp, int *blocking)
usr/src/uts/common/os/aio.c
481
timespec2reltime(timespec_t *timout, timestruc_t *rqtime,
usr/src/uts/common/os/aio.c
482
timestruc_t **rqtp, int *blocking)
usr/src/uts/common/os/aio.c
532
timestruc_t rqtime;
usr/src/uts/common/os/aio.c
533
timestruc_t *rqtp;
usr/src/uts/common/os/aio.c
546
timestruc_t now;
usr/src/uts/common/os/aio.c
622
timestruc_t rqtime;
usr/src/uts/common/os/aio.c
623
timestruc_t *rqtp;
usr/src/uts/common/os/aio.c
691
timestruc_t now;
usr/src/uts/common/os/aio.c
913
timestruc_t rqtime;
usr/src/uts/common/os/aio.c
914
timestruc_t *rqtp;
usr/src/uts/common/os/aio.c
927
timestruc_t now;
usr/src/uts/common/os/clock.c
1854
timestruc_t ts;
usr/src/uts/common/os/clock.c
1881
timestruc_t tmp;
usr/src/uts/common/os/clock.c
1921
set_hrestime(timestruc_t *ts)
usr/src/uts/common/os/clock.c
2137
tod_set_prev(timestruc_t ts)
usr/src/uts/common/os/clock.c
641
timestruc_t tod;
usr/src/uts/common/os/clock_highres.c
57
hrt2ts(gethrtime(), (timestruc_t *)ts);
usr/src/uts/common/os/clock_highres.c
65
hrt2ts(cyclic_getres(), (timestruc_t *)ts);
usr/src/uts/common/os/clock_process.c
74
hrt2ts(cyclic_getres(), (timestruc_t *)ts);
usr/src/uts/common/os/clock_thread.c
121
hrt2ts(cyclic_getres(), (timestruc_t *)ts);
usr/src/uts/common/os/condvar.c
766
cv_waituntil_sig(kcondvar_t *cvp, kmutex_t *mp, timestruc_t *when,
usr/src/uts/common/os/condvar.c
769
timestruc_t now;
usr/src/uts/common/os/condvar.c
770
timestruc_t delta;
usr/src/uts/common/os/contract.c
1360
contract_type_time(ct_type_t *type, timestruc_t *time)
usr/src/uts/common/os/ddi.c
310
timestruc_t ts;
usr/src/uts/common/os/devcfg.c
7704
time_diff_in_msec(timestruc_t start, timestruc_t end)
usr/src/uts/common/os/devcfg.c
7726
timestruc_t end_time;
usr/src/uts/common/os/devcfg.c
7774
timestruc_t start_time, end_time;
usr/src/uts/common/os/devcfg.c
7850
timestruc_t end_time;
usr/src/uts/common/os/devcfg.c
7961
timestruc_t end_time;
usr/src/uts/common/os/devcfg.c
97
timestruc_t start_time;
usr/src/uts/common/os/driver_lyr.c
2198
ldi_getmsg(ldi_handle_t lh, mblk_t **rmp, timestruc_t *timeo)
usr/src/uts/common/os/dtrace_subr.c
71
timestruc_t dthr_hrestime; /* hrestime value */
usr/src/uts/common/os/exacct.c
1192
timestruc_t ts;
usr/src/uts/common/os/exacct.c
346
timestruc_t ts;
usr/src/uts/common/os/exacct.c
434
timestruc_t ts;
usr/src/uts/common/os/exacct.c
514
timestruc_t ts;
usr/src/uts/common/os/exacct.c
934
timestruc_t ts, ts_run;
usr/src/uts/common/os/kmem.c
1375
timestruc_t ts;
usr/src/uts/common/os/mmapobj.c
223
timestruc_t lv_ctime; /* last time file was changed */
usr/src/uts/common/os/mmapobj.c
224
timestruc_t lv_mtime; /* or modified */
usr/src/uts/common/os/sunddi.c
5246
timestruc_t ts;
usr/src/uts/common/os/sysent.c
228
int lwp_info(timestruc_t *);
usr/src/uts/common/os/task.c
627
timestruc_t ts;
usr/src/uts/common/os/timers.c
1174
hrt2ts(hrtime_t hrt, timestruc_t *tsp)
usr/src/uts/common/os/timers.c
1212
ts2hrt(const timestruc_t *tsp)
usr/src/uts/common/os/timers.c
1244
timestruc_t ts;
usr/src/uts/common/os/timers.c
90
timestruc_t ts;
usr/src/uts/common/rpc/mt_rpcinit.c
141
timestruc_t now;
usr/src/uts/common/rpc/sec/svcauthdes.c
154
timestruc_t now;
usr/src/uts/common/sharefs/sharefs.h
109
timestruc_t sharefs_snap_time; /* When were we modded? */
usr/src/uts/common/sharefs/sharefs.h
84
timestruc_t sharetab_mtime; /* Last mod to sharetab */
usr/src/uts/common/sharefs/sharefs.h
85
timestruc_t sharetab_snap_time; /* Last snap */
usr/src/uts/common/smbsrv/smb_kproto.h
815
void smb_time_nt_to_unix(uint64_t nt_time, timestruc_t *unix_time);
usr/src/uts/common/smbsrv/smb_kproto.h
816
uint64_t smb_time_unix_to_nt(timestruc_t *);
usr/src/uts/common/smbsrv/smb_kproto.h
818
extern const timestruc_t smb_nttime_m1; /* minus 1 */
usr/src/uts/common/smbsrv/smb_kproto.h
819
extern const timestruc_t smb_nttime_m2; /* minus 2 */
usr/src/uts/common/smbsrv/smb_ktypes.h
1175
timestruc_t t_create_time;
usr/src/uts/common/smbsrv/smb_ktypes.h
1465
timestruc_t fi_atime; /* last access */
usr/src/uts/common/smbsrv/smb_ktypes.h
1466
timestruc_t fi_mtime; /* last modification */
usr/src/uts/common/smbsrv/smb_ktypes.h
1467
timestruc_t fi_ctime; /* last status change */
usr/src/uts/common/smbsrv/smb_ktypes.h
1468
timestruc_t fi_crtime; /* file creation */
usr/src/uts/common/smbsrv/smb_ktypes.h
1625
timestruc_t crtime;
usr/src/uts/common/smbsrv/smb_ktypes.h
1626
timestruc_t mtime;
usr/src/uts/common/smbsrv/smb_ktypes.h
1627
timestruc_t timewarp;
usr/src/uts/common/smbsrv/smb_ktypes.h
746
timestruc_t ni_servertime;
usr/src/uts/common/smbsrv/smb_vops.h
73
timestruc_t sa_crtime; /* Creation time */
usr/src/uts/common/sys/condvar.h
109
extern int cv_waituntil_sig(kcondvar_t *, kmutex_t *, timestruc_t *, int);
usr/src/uts/common/sys/contract_impl.h
243
timestruc_t ct_type_timestruc; /* time last contract was written */
usr/src/uts/common/sys/contract_impl.h
388
void contract_type_time(ct_type_t *, timestruc_t *);
usr/src/uts/common/sys/fs/autofs.h
184
timestruc_t fn_atime;
usr/src/uts/common/sys/fs/autofs.h
185
timestruc_t fn_mtime;
usr/src/uts/common/sys/fs/autofs.h
186
timestruc_t fn_ctime;
usr/src/uts/common/sys/fs/fifonode.h
93
timestruc_t fn_atime; /* access times */
usr/src/uts/common/sys/fs/fifonode.h
94
timestruc_t fn_mtime; /* modification time */
usr/src/uts/common/sys/fs/fifonode.h
95
timestruc_t fn_ctime; /* change time */
usr/src/uts/common/sys/fs/pc_dir.h
289
extern int pc_tvtopct(timestruc_t *, struct pctime *); /* timeval to pctime */
usr/src/uts/common/sys/fs/pc_fs.h
433
timestruc_t pcfs_mounttime; /* timestamp for "/" */
usr/src/uts/common/sys/kstr.h
50
extern int kstr_msg(vnode_t *, mblk_t *, mblk_t **, timestruc_t *);
usr/src/uts/common/sys/lwp.h
51
timestruc_t lwp_utime;
usr/src/uts/common/sys/lwp.h
52
timestruc_t lwp_stime;
usr/src/uts/common/sys/port.h
64
timestruc_t fo_atime; /* Access time from stat(2) */
usr/src/uts/common/sys/port.h
65
timestruc_t fo_mtime; /* Modification time from stat(2) */
usr/src/uts/common/sys/port.h
66
timestruc_t fo_ctime; /* Change time from stat(2) */
usr/src/uts/common/sys/procfs.h
146
timestruc_t pr_tstamp; /* real-time time stamp of stop */
usr/src/uts/common/sys/procfs.h
147
timestruc_t pr_utime; /* lwp user cpu time */
usr/src/uts/common/sys/procfs.h
148
timestruc_t pr_stime; /* lwp system cpu time */
usr/src/uts/common/sys/procfs.h
149
int pr_filler[11 - 2 * sizeof (timestruc_t) / sizeof (int)];
usr/src/uts/common/sys/procfs.h
174
timestruc_t pr_utime; /* process user cpu time */
usr/src/uts/common/sys/procfs.h
175
timestruc_t pr_stime; /* process system cpu time */
usr/src/uts/common/sys/procfs.h
176
timestruc_t pr_cutime; /* sum of children's user times */
usr/src/uts/common/sys/procfs.h
177
timestruc_t pr_cstime; /* sum of children's system times */
usr/src/uts/common/sys/procfs.h
264
timestruc_t pr_start; /* lwp start time, from the epoch */
usr/src/uts/common/sys/procfs.h
265
timestruc_t pr_time; /* usr+sys cpu time for this lwp */
usr/src/uts/common/sys/procfs.h
300
timestruc_t pr_start; /* process start time, from the epoch */
usr/src/uts/common/sys/procfs.h
301
timestruc_t pr_time; /* usr+sys cpu time for this process */
usr/src/uts/common/sys/procfs.h
302
timestruc_t pr_ctime; /* usr+sys cpu time for reaped children */
usr/src/uts/common/sys/procfs.h
448
timestruc_t pr_tstamp; /* current time stamp */
usr/src/uts/common/sys/procfs.h
449
timestruc_t pr_create; /* process/lwp creation time stamp */
usr/src/uts/common/sys/procfs.h
450
timestruc_t pr_term; /* process/lwp termination time stamp */
usr/src/uts/common/sys/procfs.h
451
timestruc_t pr_rtime; /* total lwp real (elapsed) time */
usr/src/uts/common/sys/procfs.h
452
timestruc_t pr_utime; /* user level cpu time */
usr/src/uts/common/sys/procfs.h
453
timestruc_t pr_stime; /* system call cpu time */
usr/src/uts/common/sys/procfs.h
454
timestruc_t pr_ttime; /* other system trap cpu time */
usr/src/uts/common/sys/procfs.h
455
timestruc_t pr_tftime; /* text page fault sleep time */
usr/src/uts/common/sys/procfs.h
456
timestruc_t pr_dftime; /* data page fault sleep time */
usr/src/uts/common/sys/procfs.h
457
timestruc_t pr_kftime; /* kernel page fault sleep time */
usr/src/uts/common/sys/procfs.h
458
timestruc_t pr_ltime; /* user lock wait sleep time */
usr/src/uts/common/sys/procfs.h
459
timestruc_t pr_slptime; /* all other sleep time */
usr/src/uts/common/sys/procfs.h
460
timestruc_t pr_wtime; /* wait-cpu (latency) time */
usr/src/uts/common/sys/procfs.h
461
timestruc_t pr_stoptime; /* stopped time */
usr/src/uts/common/sys/procfs.h
462
timestruc_t filltime[6]; /* filler for future expansion */
usr/src/uts/common/sys/procfs.h
484
timestruc_t pr_tstamp; /* real time stamp */
usr/src/uts/common/sys/ser_sync.h
121
timestruc_t tstamp;
usr/src/uts/common/sys/siginfo.h
288
timestruc_t __tstamp; /* real time stamp */
usr/src/uts/common/sys/siginfo.h
420
timestruc_t __tstamp; /* real time stamp */
usr/src/uts/common/sys/stat.h
100
timestruc_t st_ctim;
usr/src/uts/common/sys/stat.h
121
timestruc_t st_atim;
usr/src/uts/common/sys/stat.h
122
timestruc_t st_mtim;
usr/src/uts/common/sys/stat.h
123
timestruc_t st_ctim;
usr/src/uts/common/sys/stat.h
142
timestruc_t st_atim;
usr/src/uts/common/sys/stat.h
143
timestruc_t st_mtim;
usr/src/uts/common/sys/stat.h
144
timestruc_t st_ctim;
usr/src/uts/common/sys/stat.h
227
timestruc_t st_atim;
usr/src/uts/common/sys/stat.h
228
timestruc_t st_mtim;
usr/src/uts/common/sys/stat.h
229
timestruc_t st_ctim;
usr/src/uts/common/sys/stat.h
257
timestruc_t st_atim;
usr/src/uts/common/sys/stat.h
258
timestruc_t st_mtim;
usr/src/uts/common/sys/stat.h
259
timestruc_t st_ctim;
usr/src/uts/common/sys/stat.h
288
timestruc_t st_atim;
usr/src/uts/common/sys/stat.h
289
timestruc_t st_mtim;
usr/src/uts/common/sys/stat.h
290
timestruc_t st_ctim;
usr/src/uts/common/sys/stat.h
315
timestruc_t st_atim;
usr/src/uts/common/sys/stat.h
316
timestruc_t st_mtim;
usr/src/uts/common/sys/stat.h
317
timestruc_t st_ctim;
usr/src/uts/common/sys/stat.h
81
timestruc_t st_atim;
usr/src/uts/common/sys/stat.h
82
timestruc_t st_mtim;
usr/src/uts/common/sys/stat.h
83
timestruc_t st_ctim;
usr/src/uts/common/sys/stat.h
98
timestruc_t st_atim;
usr/src/uts/common/sys/stat.h
99
timestruc_t st_mtim;
usr/src/uts/common/sys/sunldi.h
123
extern int ldi_getmsg(ldi_handle_t, mblk_t **, timestruc_t *);
usr/src/uts/common/sys/time.h
349
extern volatile timestruc_t hrestime;
usr/src/uts/common/sys/time.h
354
extern timestruc_t tod_get(void);
usr/src/uts/common/sys/time.h
355
extern void tod_set(timestruc_t);
usr/src/uts/common/sys/time.h
356
extern void set_hrestime(timestruc_t *);
usr/src/uts/common/sys/time.h
370
extern void hrt2ts(hrtime_t, timestruc_t *);
usr/src/uts/common/sys/time.h
371
extern hrtime_t ts2hrt(const timestruc_t *);
usr/src/uts/common/sys/user.h
225
timestruc_t u_start; /* hrestime at process start */
usr/src/uts/common/sys/vnode.h
440
timestruc_t va_atime; /* time of last access */
usr/src/uts/common/sys/vnode.h
441
timestruc_t va_mtime; /* time of last modification */
usr/src/uts/common/sys/vnode.h
442
timestruc_t va_ctime; /* time of last status change */
usr/src/uts/common/sys/vnode.h
455
timestruc_t xoa_createtime; /* Create time of file */
usr/src/uts/common/syscall/lwp_info.c
45
lwp_info(timestruc_t *tvp)
usr/src/uts/common/syscall/lwp_info.c
47
timestruc_t tv[2];
usr/src/uts/common/syscall/ntptime.c
76
timestruc_t tod;
usr/src/uts/common/syscall/time.c
50
timestruc_t ts;
usr/src/uts/common/vm/seg_vn.h
203
timestruc_t tr_mtime; /* tr_vp modification time */
usr/src/uts/common/vm/seg_vn.h
204
timestruc_t tr_ctime; /* time of last change to attributes */
usr/src/uts/i86pc/io/hardclk.c
126
timestruc_t ts;
usr/src/uts/i86pc/io/hardclk.c
50
extern void tod_set_prev(timestruc_t);
usr/src/uts/i86pc/io/hardclk.c
57
tod_set(timestruc_t ts)
usr/src/uts/i86pc/io/hardclk.c
71
timestruc_t
usr/src/uts/i86pc/io/hardclk.c
74
timestruc_t ts;
usr/src/uts/i86pc/io/hrtimers.c
367
timestruc_t ts;
usr/src/uts/i86pc/io/todpc_subr.c
132
todpc_set(tod_ops_t *top, timestruc_t ts)
usr/src/uts/i86pc/io/todpc_subr.c
171
static timestruc_t
usr/src/uts/i86pc/io/todpc_subr.c
174
timestruc_t ts;
usr/src/uts/i86pc/os/machdep.c
733
pc_gethrestime(timestruc_t *tp)
usr/src/uts/i86pc/os/machdep.c
736
timestruc_t now;
usr/src/uts/i86pc/os/machdep.c
805
timestruc_t now;
usr/src/uts/i86pc/os/mp_machdep.c
107
extern void pc_gethrestime(timestruc_t *);
usr/src/uts/i86pc/os/mp_machdep.c
145
void (*gethrestimef)(timestruc_t *) = pc_gethrestime;
usr/src/uts/i86pc/os/timestamp.c
810
static timestruc_t tsc_saved_ts;
usr/src/uts/i86pc/os/timestamp.c
870
timestruc_t ts;
usr/src/uts/i86pc/sys/comm_page.h
97
extern volatile timestruc_t hrestime;
usr/src/uts/i86pc/sys/machclock.h
49
timestruc_t (*tod_get)(tod_ops_t *);
usr/src/uts/i86pc/sys/machclock.h
50
void (*tod_set)(tod_ops_t *, timestruc_t);
usr/src/uts/i86xpv/io/xpvtod.c
123
todxen_set(tod_ops_t *top, timestruc_t ts)
usr/src/uts/i86xpv/io/xpvtod.c
43
static timestruc_t
usr/src/uts/i86xpv/io/xpvtod.c
47
timestruc_t ts, wcts;
usr/src/uts/i86xpv/os/xpv_timestamp.c
78
volatile timestruc_t hrestime;
usr/src/uts/intel/os/sysi86.c
185
timestruc_t ts;
usr/src/uts/intel/sys/archsystm.h
174
extern void (*gethrestimef)(timestruc_t *);
usr/src/uts/intel/sys/old_procfs.h
187
timestruc_t pr_utime; /* Process user cpu time */
usr/src/uts/intel/sys/old_procfs.h
188
timestruc_t pr_stime; /* Process system cpu time */
usr/src/uts/intel/sys/old_procfs.h
189
timestruc_t pr_cutime; /* Sum of children's user times */
usr/src/uts/intel/sys/old_procfs.h
190
timestruc_t pr_cstime; /* Sum of children's system times */
usr/src/uts/intel/sys/old_procfs.h
263
timestruc_t pr_start; /* process start time, sec+nsec since epoch */
usr/src/uts/intel/sys/old_procfs.h
264
timestruc_t pr_time; /* usr+sys cpu time for this process */
usr/src/uts/intel/sys/old_procfs.h
275
timestruc_t pr_ctime; /* usr+sys cpu time for reaped children */
usr/src/uts/intel/sys/old_procfs.h
371
timestruc_t pr_tstamp; /* current time stamp */
usr/src/uts/intel/sys/old_procfs.h
372
timestruc_t pr_create; /* process/lwp creation time stamp */
usr/src/uts/intel/sys/old_procfs.h
373
timestruc_t pr_term; /* process/lwp termination time stamp */
usr/src/uts/intel/sys/old_procfs.h
374
timestruc_t pr_rtime; /* total lwp real (elapsed) time */
usr/src/uts/intel/sys/old_procfs.h
375
timestruc_t pr_utime; /* user level CPU time */
usr/src/uts/intel/sys/old_procfs.h
376
timestruc_t pr_stime; /* system call CPU time */
usr/src/uts/intel/sys/old_procfs.h
377
timestruc_t pr_ttime; /* other system trap CPU time */
usr/src/uts/intel/sys/old_procfs.h
378
timestruc_t pr_tftime; /* text page fault sleep time */
usr/src/uts/intel/sys/old_procfs.h
379
timestruc_t pr_dftime; /* data page fault sleep time */
usr/src/uts/intel/sys/old_procfs.h
380
timestruc_t pr_kftime; /* kernel page fault sleep time */
usr/src/uts/intel/sys/old_procfs.h
381
timestruc_t pr_ltime; /* user lock wait sleep time */
usr/src/uts/intel/sys/old_procfs.h
382
timestruc_t pr_slptime; /* all other sleep time */
usr/src/uts/intel/sys/old_procfs.h
383
timestruc_t pr_wtime; /* wait-cpu (latency) time */
usr/src/uts/intel/sys/old_procfs.h
384
timestruc_t pr_stoptime; /* stopped time */
usr/src/uts/intel/sys/old_procfs.h
385
timestruc_t filltime[6]; /* filler for future expansion */
usr/src/uts/intel/sys/old_procfs.h
405
timestruc_t pr_tstamp; /* real time stamp */
usr/src/uts/sfmmu/vm/hat_sfmmu.c
15382
timestruc_t now;
usr/src/uts/sparc/sys/old_procfs.h
186
timestruc_t pr_utime; /* Process user cpu time */
usr/src/uts/sparc/sys/old_procfs.h
187
timestruc_t pr_stime; /* Process system cpu time */
usr/src/uts/sparc/sys/old_procfs.h
188
timestruc_t pr_cutime; /* Sum of children's user times */
usr/src/uts/sparc/sys/old_procfs.h
189
timestruc_t pr_cstime; /* Sum of children's system times */
usr/src/uts/sparc/sys/old_procfs.h
262
timestruc_t pr_start; /* process start time, sec+nsec since epoch */
usr/src/uts/sparc/sys/old_procfs.h
263
timestruc_t pr_time; /* usr+sys cpu time for this process */
usr/src/uts/sparc/sys/old_procfs.h
274
timestruc_t pr_ctime; /* usr+sys cpu time for reaped children */
usr/src/uts/sparc/sys/old_procfs.h
370
timestruc_t pr_tstamp; /* current time stamp */
usr/src/uts/sparc/sys/old_procfs.h
371
timestruc_t pr_create; /* process/lwp creation time stamp */
usr/src/uts/sparc/sys/old_procfs.h
372
timestruc_t pr_term; /* process/lwp termination time stamp */
usr/src/uts/sparc/sys/old_procfs.h
373
timestruc_t pr_rtime; /* total lwp real (elapsed) time */
usr/src/uts/sparc/sys/old_procfs.h
374
timestruc_t pr_utime; /* user level CPU time */
usr/src/uts/sparc/sys/old_procfs.h
375
timestruc_t pr_stime; /* system call CPU time */
usr/src/uts/sparc/sys/old_procfs.h
376
timestruc_t pr_ttime; /* other system trap CPU time */
usr/src/uts/sparc/sys/old_procfs.h
377
timestruc_t pr_tftime; /* text page fault sleep time */
usr/src/uts/sparc/sys/old_procfs.h
378
timestruc_t pr_dftime; /* data page fault sleep time */
usr/src/uts/sparc/sys/old_procfs.h
379
timestruc_t pr_kftime; /* kernel page fault sleep time */
usr/src/uts/sparc/sys/old_procfs.h
380
timestruc_t pr_ltime; /* user lock wait sleep time */
usr/src/uts/sparc/sys/old_procfs.h
381
timestruc_t pr_slptime; /* all other sleep time */
usr/src/uts/sparc/sys/old_procfs.h
382
timestruc_t pr_wtime; /* wait-cpu (latency) time */
usr/src/uts/sparc/sys/old_procfs.h
383
timestruc_t pr_stoptime; /* stopped time */
usr/src/uts/sparc/sys/old_procfs.h
384
timestruc_t filltime[6]; /* filler for future expansion */
usr/src/uts/sparc/sys/old_procfs.h
404
timestruc_t pr_tstamp; /* real time stamp */
usr/src/uts/sun4/cpu/cpu_module.c
36
volatile timestruc_t hrestime;
usr/src/uts/sun4/io/su_driver.c
1939
timestruc_t ts;
usr/src/uts/sun4/io/tod.c
293
timestruc_t ts;
usr/src/uts/sun4u/boston/os/boston.c
86
dummy_todm5823_set_power_alarm(timestruc_t ts)
usr/src/uts/sun4u/io/hardclk.c
154
timestruc_t
usr/src/uts/sun4u/io/hardclk.c
157
timestruc_t ts = tod_ops.tod_get();
usr/src/uts/sun4u/io/hardclk.c
162
extern void tod_set_prev(timestruc_t);
usr/src/uts/sun4u/io/hardclk.c
165
tod_set(timestruc_t ts)
usr/src/uts/sun4u/io/rmclomv.c
3383
timestruc_t now;
usr/src/uts/sun4u/io/rmclomv.c
3388
timestruc_t ts;
usr/src/uts/sun4u/io/todbq4802.c
161
static timestruc_t
usr/src/uts/sun4u/io/todbq4802.c
164
timestruc_t ts;
usr/src/uts/sun4u/io/todbq4802.c
246
todbq4802_set(timestruc_t ts)
usr/src/uts/sun4u/io/todbq4802.c
317
todbq4802_set_power_alarm(timestruc_t ts)
usr/src/uts/sun4u/io/todbq4802.c
59
static timestruc_t todbq4802_get(void);
usr/src/uts/sun4u/io/todbq4802.c
60
static void todbq4802_set(timestruc_t);
usr/src/uts/sun4u/io/todbq4802.c
63
static void todbq4802_set_power_alarm(timestruc_t);
usr/src/uts/sun4u/io/todds1287.c
1069
todds_set_power_alarm(timestruc_t ts)
usr/src/uts/sun4u/io/todds1287.c
70
static timestruc_t todds_get(void);
usr/src/uts/sun4u/io/todds1287.c
71
static void todds_set(timestruc_t);
usr/src/uts/sun4u/io/todds1287.c
74
static void todds_set_power_alarm(timestruc_t);
usr/src/uts/sun4u/io/todds1287.c
821
static timestruc_t
usr/src/uts/sun4u/io/todds1287.c
824
timestruc_t ts;
usr/src/uts/sun4u/io/todds1287.c
949
todds_set(timestruc_t ts)
usr/src/uts/sun4u/io/todds1337.c
392
static timestruc_t
usr/src/uts/sun4u/io/todds1337.c
395
timestruc_t ts;
usr/src/uts/sun4u/io/todds1337.c
440
todds1337_set(timestruc_t ts)
usr/src/uts/sun4u/io/todds1337.c
476
todds1337_set_power_alarm(timestruc_t ts)
usr/src/uts/sun4u/io/todds1337.c
64
static timestruc_t todds1337_get(void);
usr/src/uts/sun4u/io/todds1337.c
65
static void todds1337_set(timestruc_t);
usr/src/uts/sun4u/io/todds1337.c
68
static void todds1337_set_power_alarm(timestruc_t);
usr/src/uts/sun4u/io/todm5819.c
139
static timestruc_t
usr/src/uts/sun4u/io/todm5819.c
143
timestruc_t ts;
usr/src/uts/sun4u/io/todm5819.c
243
todm5819_set(timestruc_t ts)
usr/src/uts/sun4u/io/todm5819.c
334
todm5819_set_power_alarm(timestruc_t ts)
usr/src/uts/sun4u/io/todm5819.c
42
static timestruc_t todm5819_get(void);
usr/src/uts/sun4u/io/todm5819.c
43
static void todm5819_set(timestruc_t);
usr/src/uts/sun4u/io/todm5819.c
46
static void todm5819_set_power_alarm(timestruc_t);
usr/src/uts/sun4u/io/todm5819p_rmc.c
136
static timestruc_t
usr/src/uts/sun4u/io/todm5819p_rmc.c
141
timestruc_t ts;
usr/src/uts/sun4u/io/todm5819p_rmc.c
247
todm5819p_rmc_set(timestruc_t ts)
usr/src/uts/sun4u/io/todm5819p_rmc.c
362
todm5819p_rmc_set_power_alarm(timestruc_t ts)
usr/src/uts/sun4u/io/todm5819p_rmc.c
47
static timestruc_t todm5819p_rmc_get(void);
usr/src/uts/sun4u/io/todm5819p_rmc.c
48
static void todm5819p_rmc_set(timestruc_t);
usr/src/uts/sun4u/io/todm5819p_rmc.c
51
static void todm5819p_rmc_set_power_alarm(timestruc_t);
usr/src/uts/sun4u/io/todmostek.c
118
static timestruc_t
usr/src/uts/sun4u/io/todmostek.c
121
timestruc_t ts;
usr/src/uts/sun4u/io/todmostek.c
159
todm_set(timestruc_t ts)
usr/src/uts/sun4u/io/todmostek.c
220
todm_set_power_alarm(timestruc_t ts)
usr/src/uts/sun4u/io/todmostek.c
44
static timestruc_t todm_get(void);
usr/src/uts/sun4u/io/todmostek.c
45
static void todm_set(timestruc_t);
usr/src/uts/sun4u/io/todmostek.c
48
static void todm_set_power_alarm(timestruc_t);
usr/src/uts/sun4u/io/todopl.c
210
static timestruc_t
usr/src/uts/sun4u/io/todopl.c
227
todopl_set(timestruc_t ts)
usr/src/uts/sun4u/io/todopl.c
297
todopl_set_power_alarm(timestruc_t ts)
usr/src/uts/sun4u/io/todopl.c
58
static timestruc_t todopl_get(void);
usr/src/uts/sun4u/io/todopl.c
59
static void todopl_set(timestruc_t);
usr/src/uts/sun4u/io/todopl.c
62
static void todopl_set_power_alarm(timestruc_t);
usr/src/uts/sun4u/io/todsg.c
269
static timestruc_t
usr/src/uts/sun4u/io/todsg.c
346
timestruc_t ts = {0, 0};
usr/src/uts/sun4u/io/todsg.c
371
todsg_set(timestruc_t ts)
usr/src/uts/sun4u/io/todsg.c
504
todsg_set_power_alarm(timestruc_t ts)
usr/src/uts/sun4u/io/todsg.c
54
static timestruc_t todsg_get(void);
usr/src/uts/sun4u/io/todsg.c
55
static void todsg_set(timestruc_t);
usr/src/uts/sun4u/io/todsg.c
58
static void todsg_set_power_alarm(timestruc_t);
usr/src/uts/sun4u/seattle/os/seattle.c
87
dummy_todm5823_set_power_alarm(timestruc_t ts)
usr/src/uts/sun4u/sys/machclock.h
179
timestruc_t (*tod_get)(void);
usr/src/uts/sun4u/sys/machclock.h
180
void (*tod_set)(timestruc_t);
usr/src/uts/sun4u/sys/machclock.h
183
void (*tod_set_power_alarm)(timestruc_t);
usr/src/uts/sun4v/io/hardclk.c
143
timestruc_t
usr/src/uts/sun4v/io/hardclk.c
146
timestruc_t ts;
usr/src/uts/sun4v/io/hardclk.c
198
extern void tod_set_prev(timestruc_t);
usr/src/uts/sun4v/io/hardclk.c
202
tod_set(timestruc_t ts)
usr/src/uts/sun4v/os/suspend.c
281
set_tick_offsets(uint64_t source_tick, uint64_t source_stick, timestruc_t *tsp)
usr/src/uts/sun4v/os/suspend.c
599
timestruc_t source_tod;