usr/src/boot/include/time.h
169
int clock_getres(clockid_t, struct timespec *);
usr/src/boot/include/time.h
170
int clock_gettime(clockid_t, struct timespec *);
usr/src/boot/include/time.h
171
int clock_settime(clockid_t, const struct timespec *);
usr/src/boot/include/time.h
173
int nanosleep(const struct timespec *, struct timespec *);
usr/src/boot/sys/sys/select.h
99
const struct timespec *__restrict, const sigset_t *__restrict);
usr/src/boot/sys/sys/socket.h
631
struct timespec;
usr/src/boot/sys/sys/socket.h
633
const struct timespec * __restrict);
usr/src/boot/sys/sys/stat.h
112
struct timespec st_atim; /* time of last access */
usr/src/boot/sys/sys/stat.h
113
struct timespec st_mtim; /* time of last data modification */
usr/src/boot/sys/sys/stat.h
114
struct timespec st_ctim; /* time of last file status change */
usr/src/boot/sys/sys/stat.h
130
struct timespec st_atim; /* time of last access */
usr/src/boot/sys/sys/stat.h
131
struct timespec st_mtim; /* time of last data modification */
usr/src/boot/sys/sys/stat.h
132
struct timespec st_ctim; /* time of last file status change */
usr/src/boot/sys/sys/stat.h
139
struct timespec st_birthtim; /* time of file creation */
usr/src/boot/sys/sys/stat.h
148
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
usr/src/boot/sys/sys/stat.h
149
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
usr/src/boot/sys/sys/stat.h
161
struct timespec st_atim; /* time of last access */
usr/src/boot/sys/sys/stat.h
162
struct timespec st_mtim; /* time of last data modification */
usr/src/boot/sys/sys/stat.h
163
struct timespec st_ctim; /* time of last file status change */
usr/src/boot/sys/sys/stat.h
169
struct timespec st_birthtim; /* time of file creation */
usr/src/boot/sys/sys/stat.h
173
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
usr/src/boot/sys/sys/stat.h
174
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
usr/src/boot/sys/sys/stat.h
330
int futimens(int fd, const struct timespec times[2]);
usr/src/boot/sys/sys/stat.h
331
int utimensat(int fd, const char *path, const struct timespec times[2],
usr/src/boot/sys/sys/time.h
173
bintime2timespec(const struct bintime *_bt, struct timespec *_ts)
usr/src/boot/sys/sys/time.h
182
timespec2bintime(const struct timespec *_ts, struct bintime *_bt)
usr/src/boot/sys/sys/time.h
207
static __inline struct timespec
usr/src/boot/sys/sys/time.h
210
struct timespec _ts;
usr/src/boot/sys/sys/time.h
218
tstosbt(struct timespec _ts)
usr/src/boot/sys/sys/time.h
410
void nanouptime(struct timespec *tsp);
usr/src/boot/sys/sys/time.h
423
void nanotime(struct timespec *tsp);
usr/src/boot/sys/sys/time.h
427
void getnanouptime(struct timespec *tsp);
usr/src/boot/sys/sys/time.h
440
void getnanotime(struct timespec *tsp);
usr/src/boot/sys/sys/timespec.h
59
struct timespec it_interval;
usr/src/boot/sys/sys/timespec.h
60
struct timespec it_value;
usr/src/cmd/acpi/common/osunixxf.c
989
struct timespec Time;
usr/src/cmd/auditd/doorway.c
1056
struct timespec delay = {0, 500000000}; /* 1/2 second */;
usr/src/cmd/auditd/doorway.c
1199
struct timespec delay;
usr/src/cmd/bhyve/common/pci_hda.c
1220
struct timespec ts;
usr/src/cmd/cmd-inet/lib/nwamd/events.c
557
in_past(struct timespec t)
usr/src/cmd/cmd-inet/lib/nwamd/events.c
559
struct timespec now;
usr/src/cmd/cmd-inet/lib/nwamd/events.c
590
struct timespec waitcap;
usr/src/cmd/cmd-inet/lib/nwamd/events.c
605
struct timespec eventwait;
usr/src/cmd/cmd-inet/lib/nwamd/events.h
67
struct timespec event_time;
usr/src/cmd/cpc/common/cpustat.c
488
struct timespec ts;
usr/src/cmd/cron/cron.c
2746
struct timespec tout, *toutp;
usr/src/cmd/date/date.c
411
const char *fmt, const struct timespec *tsp)
usr/src/cmd/date/date.c
85
const char *, const struct timespec *);
usr/src/cmd/date/date.c
95
struct timespec ts;
usr/src/cmd/fm/fmd/common/fmd_module.c
1333
struct timespec tms;
usr/src/cmd/fm/modules/common/cpumem-retire/cma.h
67
struct timespec cma_cpu_delay; /* CPU offline retry interval */
usr/src/cmd/fm/modules/common/disk-monitor/hotplug_mgr.c
72
struct timespec tspec;
usr/src/cmd/fm/modules/common/event-transport/etm.c
1140
struct timespec tms;
usr/src/cmd/fs.d/nfs/nfsmapid/nfsmapid.c
117
struct timespec tmout;
usr/src/cmd/idmap/idmapd/dbutils.c
340
struct timespec rqtp;
usr/src/cmd/idmap/idmapd/idmap_config.c
1312
wait_for_event(struct timespec *timeoutp)
usr/src/cmd/idmap/idmapd/idmap_config.c
1404
struct timespec timeout;
usr/src/cmd/idmap/idmapd/idmap_config.c
1405
struct timespec *timeoutp;
usr/src/cmd/ldapcachemgr/cachemgr_getldap.c
1630
static struct timespec timeout;
usr/src/cmd/ldapcachemgr/cachemgr_getldap.c
1631
struct timespec new_timeout;
usr/src/cmd/ldapcachemgr/cachemgr_getldap.c
2538
struct timespec timeout;
usr/src/cmd/mandoc/main.c
1277
const struct timespec timeout = { 0, 100000000 }; /* 0.1s */
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
567
struct timespec systime;
usr/src/cmd/mdb/common/modules/pmcs/pmcs.c
85
struct timespec *stime)
usr/src/cmd/mv/mv.c
1674
struct timespec times[2];
usr/src/cmd/mv/mv.c
1964
struct timespec times[2];
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
616
struct timespec to;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/psvcplugin.c
375
struct timespec timeout;
usr/src/cmd/rcap/rcapd/rcapd_main.c
1596
struct timespec ts;
usr/src/cmd/sa/sadc.c
128
struct timespec pause_tv;
usr/src/cmd/sa/sadc.c
164
status = nanosleep(&pause_tv, (struct timespec *)NULL);
usr/src/cmd/scadm/sparc/mpxu/common/adm.h
106
int ADM_Boot_recv(bp_msg_t *MessagePtr, struct timespec *Timeout);
usr/src/cmd/scadm/sparc/mpxu/common/adm.h
113
void ADM_Recv(rscp_msg_t *msg, struct timespec *timeout, int expectType,
usr/src/cmd/scadm/sparc/mpxu/common/boot_recv.c
44
ADM_Boot_recv(bp_msg_t *MessagePtr, struct timespec *Timeout)
usr/src/cmd/scadm/sparc/mpxu/common/configlog.c
47
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/consolelog.c
47
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/date.c
136
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/date.c
97
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/download.c
53
static struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/eventlog.c
172
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/eventlog.c
220
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/modem_setup.c
217
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/modem_setup.c
246
struct timespec timeout;
usr/src/cmd/scadm/sparc/mpxu/common/modem_setup.c
63
struct timespec timeout;
usr/src/cmd/scadm/sparc/mpxu/common/send_event.c
52
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/send_file.c
46
static struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/set.c
45
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/show.c
130
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/show.c
180
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/show.c
80
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/status.c
45
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/user.c
140
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/user.c
200
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/user.c
331
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/user.c
428
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/user.c
70
struct timespec Timeout;
usr/src/cmd/scadm/sparc/mpxu/common/wrappers.c
82
ADM_Recv(rscp_msg_t *msg, struct timespec *timeout, int expectType,
usr/src/cmd/sendmail/libmilter/libmilter.h
157
struct timespec timeout; \
usr/src/cmd/sendmail/libmilter/monitor.c
117
struct timespec abstime;
usr/src/cmd/sendmail/libsm/clock.c
513
struct timespec rqtp;
usr/src/cmd/sgs/rtld/common/external.c
740
extern int __clock_gettime_sys(clockid_t, struct timespec *);
usr/src/cmd/sgs/rtld/common/external.c
743
__clock_gettime(clockid_t clock_id, struct timespec *tp)
usr/src/cmd/sleep/sleep.c
141
struct timespec ts;
usr/src/cmd/stat/common/common.c
104
status = nanosleep(&pause_tv, (struct timespec *)NULL);
usr/src/cmd/stat/common/common.c
67
struct timespec pause_tv;
usr/src/cmd/stat/kstat/kstat.c
484
struct timespec pause_tv;
usr/src/cmd/stat/kstat/kstat.c
510
status = nanosleep(&pause_tv, (struct timespec *)NULL);
usr/src/cmd/stmfadm/stmfadm.c
2892
struct timespec ts = {0};
usr/src/cmd/stmfadm/stmfadm.c
3029
struct timespec ts = {0};
usr/src/cmd/stmfsvc/stmfsvc.c
203
struct timespec rqtp;
usr/src/cmd/stmfsvc/stmfsvc.c
94
struct timespec rqtp;
usr/src/cmd/svc/startd/restarter.c
1835
struct timespec to;
usr/src/cmd/svc/svccfg/svccfg_libscf.c
6806
struct timespec ts;
usr/src/cmd/tail/forward.c
391
struct timespec ts;
usr/src/cmd/vscan/vscand/vs_eng.c
375
struct timespec tswait;
usr/src/cmd/vt/vtdaemon.c
956
struct timespec sleeptime;
usr/src/cmd/zlogin/zlogin.c
667
struct timespec rqtp;
usr/src/cmd/zonestat/zonestatd/zonestatd.c
2578
struct timespec ts;
usr/src/cmd/zpool/zpool_main.c
4625
struct timespec req;
usr/src/compat/bhyve/sys/clock.h
68
int clock_ct_to_ts(struct clocktime *, struct timespec *);
usr/src/compat/bhyve/sys/clock.h
69
void clock_ts_to_ct(struct timespec *, struct clocktime *);
usr/src/compat/bhyve/sys/clock.h
78
void timespec2fattime(struct timespec *tsp, int utc, u_int16_t *ddp, u_int16_t *dtp, u_int8_t *dhp);
usr/src/compat/bhyve/sys/clock.h
79
void fattime2timespec(unsigned dd, unsigned dt, unsigned dh, int utc, struct timespec *tsp);
usr/src/head/aio.h
116
const struct timespec *);
usr/src/head/aio.h
119
const struct timespec *);
usr/src/head/aio.h
133
const struct timespec *);
usr/src/head/aio.h
136
const struct timespec *);
usr/src/head/mqueue.h
65
const struct timespec *);
usr/src/head/mqueue.h
67
const struct timespec *);
usr/src/head/mqueue.h
71
const struct timespec *_RESTRICT_KYWD);
usr/src/head/mqueue.h
74
const struct timespec *_RESTRICT_KYWD);
usr/src/head/poll.h
51
const struct timespec *_RESTRICT_KYWD, const sigset_t *_RESTRICT_KYWD);
usr/src/head/port.h
46
int port_get(int, port_event_t *, struct timespec *);
usr/src/head/port.h
47
int port_getn(int, port_event_t [], uint_t, uint_t *, struct timespec *);
usr/src/head/pthread.h
278
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
280
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
282
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
284
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
308
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
310
pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
313
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
315
pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
329
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
331
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
333
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
335
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
339
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
341
const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
343
clockid_t, const struct timespec *_RESTRICT_KYWD);
usr/src/head/pthread.h
345
const struct timespec *_RESTRICT_KYWD);
usr/src/head/sched.h
66
int sched_rr_get_interval(pid_t, struct timespec *);
usr/src/head/semaphore.h
53
struct timespec;
usr/src/head/semaphore.h
79
const struct timespec *_RESTRICT_KYWD);
usr/src/head/semaphore.h
81
const struct timespec *_RESTRICT_KYWD);
usr/src/head/semaphore.h
86
const struct timespec *_RESTRICT_KYWD);
usr/src/head/semaphore.h
88
const struct timespec *_RESTRICT_KYWD);
usr/src/head/signal.h
128
siginfo_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
usr/src/head/threads.h
76
const struct timespec *_RESTRICT_KYWD);
usr/src/head/threads.h
82
const struct timespec *_RESTRICT_KYWD);
usr/src/head/threads.h
91
extern int thrd_sleep(const struct timespec *, struct timespec *);
usr/src/head/time.h
143
extern int clock_getres(clockid_t, struct timespec *);
usr/src/head/time.h
144
extern int clock_gettime(clockid_t, struct timespec *);
usr/src/head/time.h
145
extern int clock_settime(clockid_t, const struct timespec *);
usr/src/head/time.h
154
extern int nanosleep(const struct timespec *, struct timespec *);
usr/src/head/time.h
156
const struct timespec *, struct timespec *);
usr/src/head/time.h
312
extern int timespec_get(struct timespec *, int);
usr/src/head/time.h
316
extern int timespec_getres(struct timespec *, int);
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
236
fmev_timespec(fmev_t ev, struct timespec *tp)
usr/src/lib/fm/libfmevent/common/libfmevent.h
323
extern fmev_err_t fmev_timespec(fmev_t, struct timespec *);
usr/src/lib/lib9p/common/backend/fs.c
2622
struct timespec ts[2];
usr/src/lib/libc/i386/sys/gettimeofday.c
43
(void) __cp_clock_gettime_realtime(cp, (struct timespec *)tv);
usr/src/lib/libc/i386/sys/gettimeofday.c
46
(struct timespec *)tv);
usr/src/lib/libc/port/gen/event_port.c
67
port_get(int port, port_event_t *pe, struct timespec *to)
usr/src/lib/libc/port/gen/event_port.c
80
struct timespec *timeout)
usr/src/lib/libc/port/gen/poll.c
35
const struct timespec *_RESTRICT_KYWD tsp,
usr/src/lib/libc/port/gen/timespec_cstd.c
53
timespec_get(struct timespec *ts, int base)
usr/src/lib/libc/port/gen/timespec_cstd.c
67
timespec_getres(struct timespec *ts, int base)
usr/src/lib/libc/port/threads/c11_thr.c
159
const struct timespec *_RESTRICT_KYWD abstime)
usr/src/lib/libc/port/threads/c11_thr.c
251
thrd_sleep(const struct timespec *rqtp, struct timespec *rmtp)
usr/src/lib/libc/port/threads/c11_thr.c
91
const struct timespec *_RESTRICT_KYWD ts)
usr/src/lib/libc/port/threads/rwlock.c
788
clockid_t clock, const struct timespec *restrict reltime)
usr/src/lib/libc/port/threads/rwlock.c
811
const struct timespec *restrict reltime)
usr/src/lib/libc/port/threads/rwlock.c
819
const struct timespec *restrict abstime)
usr/src/lib/libc/port/threads/rwlock.c
843
const struct timespec *restrict abstime)
usr/src/lib/libc/port/threads/rwlock.c
919
clockid_t clock, const struct timespec *restrict reltime)
usr/src/lib/libc/port/threads/rwlock.c
942
const struct timespec *restrict reltime)
usr/src/lib/libc/port/threads/synch.c
2353
const struct timespec *restrict abstime)
usr/src/lib/libc/port/threads/synch.c
2377
const struct timespec *restrict abstime)
usr/src/lib/libc/port/threads/synch.c
2384
const struct timespec *restrict reltime)
usr/src/lib/libc/port/threads/synch.c
2408
const struct timespec *restrict reltime)
usr/src/lib/libc/port/threads/synch.c
3711
const struct timespec *restrict abstime)
usr/src/lib/libc/port/threads/synch.c
3734
pthread_mutex_t *restrict mp, const struct timespec *restrict abstime)
usr/src/lib/libc/port/threads/synch.c
3776
const struct timespec *restrict reltime)
usr/src/lib/libc/port/threads/synch.c
3798
pthread_mutex_t *restrict mp, const struct timespec *restrict reltime)
usr/src/lib/libdtrace/common/dt_work.c
52
struct timespec tv;
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
112
struct timespec, struct timespec);
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
600
timer(evContext ev, void *uap, struct timespec due, struct timespec itv) {
usr/src/lib/libresolv2/common/isc/ctl_clnt.c
89
struct timespec timeout;
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
109
struct timespec timeout;
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
128
struct timespec,
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
129
struct timespec);
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
131
struct timespec,
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
132
struct timespec);
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
621
struct timespec due,
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
622
struct timespec itv)
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
648
struct timespec due,
usr/src/lib/libresolv2/common/isc/ctl_srvr.c
649
struct timespec itv)
usr/src/lib/libresolv2/common/isc/ev_timers.c
103
struct timespec
usr/src/lib/libresolv2/common/isc/ev_timers.c
107
struct timespec tsnow;
usr/src/lib/libresolv2/common/isc/ev_timers.c
122
struct timespec
usr/src/lib/libresolv2/common/isc/ev_timers.c
126
struct timespec tsnow;
usr/src/lib/libresolv2/common/isc/ev_timers.c
135
struct timespec
usr/src/lib/libresolv2/common/isc/ev_timers.c
142
struct timespec
usr/src/lib/libresolv2/common/isc/ev_timers.c
144
struct timespec ts;
usr/src/lib/libresolv2/common/isc/ev_timers.c
152
evTimeVal(struct timespec ts) {
usr/src/lib/libresolv2/common/isc/ev_timers.c
164
struct timespec due,
usr/src/lib/libresolv2/common/isc/ev_timers.c
165
struct timespec inter,
usr/src/lib/libresolv2/common/isc/ev_timers.c
282
struct timespec due,
usr/src/lib/libresolv2/common/isc/ev_timers.c
283
struct timespec inter
usr/src/lib/libresolv2/common/isc/ev_timers.c
287
struct timespec old_due;
usr/src/lib/libresolv2/common/isc/ev_timers.c
341
struct timespec max_idle,
usr/src/lib/libresolv2/common/isc/ev_timers.c
380
struct timespec max_idle
usr/src/lib/libresolv2/common/isc/ev_timers.c
44
static void idle_timeout(evContext, void *, struct timespec, struct timespec);
usr/src/lib/libresolv2/common/isc/ev_timers.c
467
struct timespec due,
usr/src/lib/libresolv2/common/isc/ev_timers.c
468
struct timespec inter
usr/src/lib/libresolv2/common/isc/ev_timers.c
472
struct timespec idle;
usr/src/lib/libresolv2/common/isc/ev_timers.c
51
struct timespec lastTouched;
usr/src/lib/libresolv2/common/isc/ev_timers.c
52
struct timespec max_idle;
usr/src/lib/libresolv2/common/isc/ev_timers.c
58
struct timespec
usr/src/lib/libresolv2/common/isc/ev_timers.c
60
struct timespec x;
usr/src/lib/libresolv2/common/isc/ev_timers.c
67
struct timespec
usr/src/lib/libresolv2/common/isc/ev_timers.c
68
evAddTime(struct timespec addend1, struct timespec addend2) {
usr/src/lib/libresolv2/common/isc/ev_timers.c
69
struct timespec x;
usr/src/lib/libresolv2/common/isc/ev_timers.c
80
struct timespec
usr/src/lib/libresolv2/common/isc/ev_timers.c
81
evSubTime(struct timespec minuend, struct timespec subtrahend) {
usr/src/lib/libresolv2/common/isc/ev_timers.c
82
struct timespec x;
usr/src/lib/libresolv2/common/isc/ev_timers.c
95
evCmpTime(struct timespec a, struct timespec b) {
usr/src/lib/libresolv2/common/isc/eventlib.c
209
struct timespec nextTime;
usr/src/lib/libresolv2/common/isc/eventlib.c
214
struct timespec interval;
usr/src/lib/libresolv2/common/isc/eventlib.c
268
static const struct timespec NoTime = {0, 0L};
usr/src/lib/libresolv2/common/isc/eventlib.c
270
struct timespec t, *tp;
usr/src/lib/libresolv2/common/isc/eventlib.c
478
struct timespec start_time;
usr/src/lib/libresolv2/common/isc/eventlib.c
479
struct timespec interval;
usr/src/lib/libresolv2/common/isc/eventlib.c
54
struct timespec *,
usr/src/lib/libresolv2/common/isc/eventlib.c
733
struct timespec *tsp,
usr/src/lib/libresolv2/common/isc/eventlib_p.h
146
struct timespec due, inter;
usr/src/lib/libresolv2/common/isc/eventlib_p.h
245
struct timespec lastSelectTime;
usr/src/lib/libresolv2/common/isc/eventlib_p.h
252
struct timespec lastEventTime;
usr/src/lib/libresolv2/common/resolv/res_send.c
1121
struct timespec *tsp, const sigset_t *sigmask)
usr/src/lib/libresolv2/common/resolv/res_send.c
146
struct timespec *,
usr/src/lib/libresolv2/common/resolv/res_send.c
830
struct timespec now, timeout, finish;
usr/src/lib/libresolv2/include/isc/eventlib.h
166
struct timespec evConsTime __P((time_t sec, long nsec));
usr/src/lib/libresolv2/include/isc/eventlib.h
167
struct timespec evAddTime __P((struct timespec, struct timespec));
usr/src/lib/libresolv2/include/isc/eventlib.h
168
struct timespec evSubTime __P((struct timespec, struct timespec));
usr/src/lib/libresolv2/include/isc/eventlib.h
169
struct timespec evNowTime __P((void));
usr/src/lib/libresolv2/include/isc/eventlib.h
170
struct timespec evUTCTime __P((void));
usr/src/lib/libresolv2/include/isc/eventlib.h
171
struct timespec evLastEventTime __P((evContext));
usr/src/lib/libresolv2/include/isc/eventlib.h
172
struct timespec evTimeSpec __P((struct timeval));
usr/src/lib/libresolv2/include/isc/eventlib.h
173
struct timeval evTimeVal __P((struct timespec));
usr/src/lib/libresolv2/include/isc/eventlib.h
174
int evCmpTime __P((struct timespec, struct timespec));
usr/src/lib/libresolv2/include/isc/eventlib.h
175
int evSetTimer __P((evContext, evTimerFunc, void *, struct timespec,
usr/src/lib/libresolv2/include/isc/eventlib.h
176
struct timespec, evTimerID *));
usr/src/lib/libresolv2/include/isc/eventlib.h
181
struct timespec, struct timespec));
usr/src/lib/libresolv2/include/isc/eventlib.h
182
int evSetIdleTimer __P((evContext, evTimerFunc, void *, struct timespec,
usr/src/lib/libresolv2/include/isc/eventlib.h
186
struct timespec));
usr/src/lib/libresolv2/include/isc/eventlib.h
60
struct timespec, struct timespec));
usr/src/lib/librsc/sparc/mpxu/common/librsc.c
200
rscp_send_recv(rscp_msg_t *req, rscp_msg_t *resp, struct timespec *timeout)
usr/src/lib/librsc/sparc/mpxu/common/librsc.c
661
rscp_recv(rscp_msg_t *msgp, struct timespec *timeout)
usr/src/lib/librsc/sparc/mpxu/common/librsc.h
108
int rscp_recv(rscp_msg_t *, struct timespec *);
usr/src/lib/librsc/sparc/mpxu/common/librsc.h
93
int rscp_send_recv(rscp_msg_t *, rscp_msg_t *, struct timespec *);
usr/src/lib/libsip/common/sip_gids.c
141
struct timespec tspec;
usr/src/lib/libsip/common/sip_itf.c
586
struct timespec tspec;
usr/src/lib/libsip/common/sip_miscdefs.h
83
typedef struct timespec timestruc_t;
usr/src/lib/libsip/common/sip_timeout.c
179
struct timespec tspec;
usr/src/lib/libsip/common/sip_timeout.c
245
struct timespec tspec;
usr/src/lib/libsip/common/sip_timeout.c
310
struct timespec tspec;
usr/src/lib/libtsol/common/call_labeld.c
97
struct timespec ts;
usr/src/lib/smbsrv/libmlsvc/common/smb_quota.c
231
struct timespec tswait;
usr/src/lib/smbsrv/libsmbns/common/smbns_netbios_name.c
1265
struct timespec st;
usr/src/lib/smbsrv/libsmbns/common/smbns_netbios_name.c
190
struct timespec st;
usr/src/lib/smbsrv/libsmbns/common/smbns_netbios_name.c
928
struct timespec st;
usr/src/lib/sun_fc/common/HBA.cc
314
struct timespec ts;
usr/src/lib/udapl/udapl_tavor/common/dapl_osd.c
232
struct timespec future;
usr/src/lib/udapl/udapl_tavor/include/dapl_osd.h
291
struct timespec sleep_spec; \
usr/src/test/libc-tests/tests/c11_threads.c
203
struct timespec ts;
usr/src/test/libc-tests/tests/c11_threads.c
304
struct timespec ts;
usr/src/test/libc-tests/tests/c11_threads.c
323
struct timespec ts;
usr/src/test/libc-tests/tests/c11_threads.c
338
struct timespec ts;
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
45
const struct timespec clock_to_100ms = { 0, MSEC2NSEC(100) };
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
52
const struct timespec clock_to_invns = { 0, NANOSEC * 2 };
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
53
const struct timespec clock_to_invnegs = { -12345, 0 };
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
54
const struct timespec clock_to_invnegns = { 100, -0x23 };
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
57
clock_rel_to_abs(clockid_t clock, const struct timespec *restrict rel,
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
58
struct timespec *restrict abs)
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
74
clock_abs_after(clockid_t clock, const struct timespec *to)
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
76
struct timespec now;
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
90
clock_rel_after(clockid_t clock, const struct timespec *start,
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
91
const struct timespec *to)
usr/src/test/libc-tests/tests/clocklock/clock_lock.c
93
struct timespec now, absto;
usr/src/test/libc-tests/tests/clocklock/clock_lock.h
56
extern const struct timespec clock_to_100ms;
usr/src/test/libc-tests/tests/clocklock/clock_lock.h
57
extern const struct timespec clock_to_invns;
usr/src/test/libc-tests/tests/clocklock/clock_lock.h
58
extern const struct timespec clock_to_invnegs;
usr/src/test/libc-tests/tests/clocklock/clock_lock.h
59
extern const struct timespec clock_to_invnegns;
usr/src/test/libc-tests/tests/clocklock/clock_lock.h
61
extern void clock_rel_to_abs(clockid_t, const struct timespec *restrict,
usr/src/test/libc-tests/tests/clocklock/clock_lock.h
62
struct timespec *restrict);
usr/src/test/libc-tests/tests/clocklock/clock_lock.h
63
extern bool clock_abs_after(clockid_t, const struct timespec *);
usr/src/test/libc-tests/tests/clocklock/clock_lock.h
64
extern bool clock_rel_after(clockid_t, const struct timespec *,
usr/src/test/libc-tests/tests/clocklock/clock_lock.h
65
const struct timespec *);
usr/src/test/libc-tests/tests/clocklock/clock_lock_cond.c
192
const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs,
usr/src/test/libc-tests/tests/clocklock/clock_lock_cond.c
225
struct timespec to;
usr/src/test/libc-tests/tests/clocklock/clock_lock_cond.c
284
struct timespec start;
usr/src/test/libc-tests/tests/clocklock/clock_lock_mutex.c
182
const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs,
usr/src/test/libc-tests/tests/clocklock/clock_lock_mutex.c
219
const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs,
usr/src/test/libc-tests/tests/clocklock/clock_lock_mutex.c
250
struct timespec to;
usr/src/test/libc-tests/tests/clocklock/clock_lock_mutex.c
308
struct timespec start;
usr/src/test/libc-tests/tests/clocklock/clock_lock_rwlock.c
228
const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs,
usr/src/test/libc-tests/tests/clocklock/clock_lock_rwlock.c
288
const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs,
usr/src/test/libc-tests/tests/clocklock/clock_lock_rwlock.c
339
struct timespec to;
usr/src/test/libc-tests/tests/clocklock/clock_lock_rwlock.c
445
struct timespec start;
usr/src/test/libc-tests/tests/clocklock/clock_lock_sem.c
165
const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs,
usr/src/test/libc-tests/tests/clocklock/clock_lock_sem.c
200
const struct timespec *specs[] = { &clock_to_invns, &clock_to_invnegs,
usr/src/test/libc-tests/tests/clocklock/clock_lock_sem.c
230
struct timespec to;
usr/src/test/libc-tests/tests/clocklock/clock_lock_sem.c
288
struct timespec start;
usr/src/test/libc-tests/tests/mutex-16200.c
240
struct timespec sleep;
usr/src/test/libc-tests/tests/qsort/qsort_test.c
436
struct timespec before, after;
usr/src/test/libc-tests/tests/qsort/qsort_test.c
625
struct timespec before, after;
usr/src/test/libc-tests/tests/timespec_get.c
118
struct timespec ts;
usr/src/test/libc-tests/tests/timespec_get.c
45
timespec_cmp(const struct timespec *ls, const struct timespec *rs)
usr/src/test/libc-tests/tests/timespec_get.c
65
struct timespec ts, pre, post;
usr/src/test/libc-tests/tests/timespec_getres.c
47
struct timespec ts_c, ts_posix;
usr/src/test/libc-tests/tests/timespec_getres.c
83
struct timespec ts;
usr/src/test/libc-tests/tests/utimes.c
142
struct timespec ts[2];
usr/src/test/nvme-tests/tests/ioctl/lock-order.c
355
struct timespec sleep;
usr/src/test/nvme-tests/tests/ioctl/lock-signal.c
113
struct timespec sleep;
usr/src/test/nvme-tests/tests/libnvme/libnvme_test_common.c
402
struct timespec t;
usr/src/test/os-tests/tests/clock_gettime.c
168
struct timespec ts;
usr/src/test/os-tests/tests/clock_gettime.c
198
struct timespec ts;
usr/src/test/os-tests/tests/clock_gettime.c
251
struct timespec usr, sys;
usr/src/test/os-tests/tests/clock_gettime.c
284
struct timespec thr, proc;
usr/src/test/os-tests/tests/clock_gettime.c
87
struct timespec ts0, ts1;
usr/src/test/os-tests/tests/fifo-tvnsec.c
125
struct timespec update[2];
usr/src/test/os-tests/tests/fifo-tvnsec.c
52
static struct timespec now;
usr/src/test/os-tests/tests/fifo-tvnsec.c
62
time_gt(const struct timespec *check, const struct timespec *base)
usr/src/test/os-tests/tests/gpio/dpio_test.c
332
struct timespec ts;
usr/src/test/os-tests/tests/idmap/idmaptest.c
96
static const struct timespec usec100 = { 0, 100000 };
usr/src/test/os-tests/tests/ksensor/ksensor_sread.c
60
struct timespec ts;
usr/src/test/os-tests/tests/minttl/minttl.c
421
struct timespec to = { .tv_nsec = tt_sock_to };
usr/src/test/os-tests/tests/minttl/minttl.c
549
struct timespec to = { .tv_nsec = tt_sock_to };
usr/src/test/os-tests/tests/poll/poll_test.c
470
struct timespec ts = {2, 0};
usr/src/test/os-tests/tests/portfs/file_assoc.c
102
struct timespec to;
usr/src/test/os-tests/tests/tcpsig/tcpsig.c
427
struct timespec to = { .tv_nsec = sock_to };
usr/src/test/os-tests/tests/tcpsig/tcpsig.c
549
struct timespec to = { .tv_nsec = sock_to };
usr/src/test/os-tests/tests/xsave/signal_restore.c
44
struct timespec ts;
usr/src/uts/common/fs/portfs/port.c
602
struct timespec timeout;
usr/src/uts/common/fs/portfs/port.c
632
port_timer.pgt_timeout = (struct timespec *)a4;
usr/src/uts/common/fs/smbclnt/netsmb/smb_rq.h
129
struct timespec sr_timesent;
usr/src/uts/common/fs/smbclnt/netsmb/smb_smb.c
997
smb1_smb_close(struct smb_share *ssp, uint16_t fid, struct timespec *mtime,
usr/src/uts/common/fs/smbclnt/netsmb/smb_subr.h
209
struct timespec *mtime, struct smb_cred *scrp);
usr/src/uts/common/fs/smbclnt/netsmb/smb_subr.h
258
void smb_time_local2server(struct timespec *tsp, int tzoff, long *seconds);
usr/src/uts/common/fs/smbclnt/netsmb/smb_subr.h
259
void smb_time_server2local(ulong_t seconds, int tzoff, struct timespec *tsp);
usr/src/uts/common/fs/smbclnt/netsmb/smb_subr.h
260
void smb_time_NT2local(uint64_t nsec, struct timespec *tsp);
usr/src/uts/common/fs/smbclnt/netsmb/smb_subr.h
261
void smb_time_local2NT(struct timespec *tsp, uint64_t *nsec);
usr/src/uts/common/fs/smbclnt/netsmb/smb_time.c
105
smb_time_local2NT(struct timespec *tsp, uint64_t *nt_time)
usr/src/uts/common/fs/smbclnt/netsmb/smb_time.c
126
smb_time_local2server(struct timespec *tsp, int tzoff, long *seconds)
usr/src/uts/common/fs/smbclnt/netsmb/smb_time.c
135
smb_time_server2local(ulong_t seconds, int tzoff, struct timespec *tsp)
usr/src/uts/common/fs/smbclnt/netsmb/smb_time.c
73
smb_time_NT2local(uint64_t nt_time, struct timespec *tsp)
usr/src/uts/common/fs/smbclnt/netsmb/smb_trantcp.h
72
struct timespec nbp_timo;
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb.c
230
struct timespec *mtime,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb.c
231
struct timespec *atime,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
190
uint32_t attr, struct timespec *mtime, struct timespec *atime,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
81
struct timespec;
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
1596
struct timespec *mtime, *atime;
usr/src/uts/common/fs/zfs/dmu_tx.c
826
struct timespec ts;
usr/src/uts/common/netinet/ip_mroute.h
216
struct timespec mfc_last_assert; /* last time I sent an assert */
usr/src/uts/common/os/aio.c
103
static int aiosuspend(void *, int, struct timespec *, int,
usr/src/uts/common/os/aio.c
894
aiosuspend(void *aiocb, int nent, struct timespec *timout, int flag,
usr/src/uts/common/sys/port_impl.h
192
struct timespec *pgt_timeout;
usr/src/uts/common/sys/select.h
149
fd_set *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD,
usr/src/uts/common/sys/sem.h
111
int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
usr/src/uts/common/sys/stat.h
513
extern int futimens(int, const struct timespec[2]);
usr/src/uts/common/sys/stat.h
514
extern int utimensat(int, const char *, const struct timespec[2], int);
usr/src/uts/common/sys/time_impl.h
81
typedef struct timespec timestruc_t; /* definition per SVr4 */
usr/src/uts/common/sys/time_impl.h
89
#define timestruc timespec /* structure name per SVr4 */
usr/src/uts/common/sys/time_impl.h
96
struct timespec it_interval; /* timer period */
usr/src/uts/common/sys/time_impl.h
97
struct timespec it_value; /* timer expiration */
usr/src/uts/intel/io/vmm/io/vrtc.c
334
struct timespec ts = {
usr/src/uts/intel/io/vmm/io/vrtc.c
593
struct timespec ts;
usr/src/uts/intel/io/vmm/vmm_sol_glue.c
503
clock_ct_to_ts(struct clocktime *ct, struct timespec *ts)
usr/src/uts/intel/io/vmm/vmm_sol_glue.c
554
clock_ts_to_ct(struct timespec *ts, struct clocktime *ct)