Symbol: timespec
bin/cp/utils.c
330
static struct timespec tspec[2];
bin/date/date.c
255
setthetime(const char *fmt, const char *p, int jflag, struct timespec *ts)
bin/date/date.c
60
static void setthetime(const char *, const char *, int, struct timespec *);
bin/date/date.c
82
struct timespec ts = { 0, 0 }, tres = { 0, 1 };
bin/dd/dd.h
66
struct timespec start; /* start time of dd */
bin/dd/misc.c
56
struct timespec end, ts_res;
bin/mv/mv.c
258
struct timespec ts[2];
bin/sh/miscbltin.c
170
struct timespec tnow, tend, tresid;
bin/sleep/sleep.c
94
struct timespec time_to_sleep;
crypto/heimdal/lib/ipc/common.c
144
struct timespec ts;
crypto/krb5/src/util/verto/ev.c
1866
struct timespec ts;
crypto/krb5/src/util/verto/ev.c
1884
struct timespec ts;
crypto/krb5/src/util/verto/ev.c
1907
struct timespec ts;
crypto/krb5/src/util/verto/ev.c
2843
struct timespec ts;
crypto/krb5/src/util/verto/ev.c
2853
struct timespec ts;
crypto/openssh/auth2.c
248
struct timespec ts;
crypto/openssh/channels.c
2600
channel_handler(struct ssh *ssh, int table, struct timespec *timeout)
crypto/openssh/channels.c
2797
u_int *npfd_activep, u_int npfd_reserved, struct timespec *timeout)
crypto/openssh/channels.h
334
struct timespec;
crypto/openssh/channels.h
337
u_int *, u_int *, u_int, struct timespec *);
crypto/openssh/clientloop.c
536
set_next_interval(const struct timespec *now, struct timespec *next_interval,
crypto/openssh/clientloop.c
539
struct timespec tmp;
crypto/openssh/clientloop.c
576
obfuscate_keystroke_timing(struct ssh *ssh, struct timespec *timeout,
crypto/openssh/clientloop.c
580
static struct timespec next_interval, chaff_until;
crypto/openssh/clientloop.c
581
struct timespec now, tmp;
crypto/openssh/clientloop.c
688
struct timespec timeout;
crypto/openssh/misc.c
1714
ms_to_timespec(struct timespec *ts, int ms)
crypto/openssh/misc.c
1723
monotime_ts(struct timespec *ts)
crypto/openssh/misc.c
1756
struct timespec ts;
crypto/openssh/misc.c
1766
struct timespec ts;
crypto/openssh/misc.c
1775
struct timespec ts;
crypto/openssh/misc.c
1797
struct timespec ts, rm;
crypto/openssh/misc.c
2963
ptimeout_init(struct timespec *pt)
crypto/openssh/misc.c
2975
ptimeout_deadline_sec(struct timespec *pt, long sec)
crypto/openssh/misc.c
2985
ptimeout_deadline_tsp(struct timespec *pt, struct timespec *p)
crypto/openssh/misc.c
2993
ptimeout_deadline_ms(struct timespec *pt, long ms)
crypto/openssh/misc.c
2995
struct timespec p;
crypto/openssh/misc.c
3004
ptimeout_deadline_monotime_tsp(struct timespec *pt, struct timespec *when)
crypto/openssh/misc.c
3006
struct timespec now, t;
crypto/openssh/misc.c
3022
ptimeout_deadline_monotime(struct timespec *pt, time_t when)
crypto/openssh/misc.c
3024
struct timespec t;
crypto/openssh/misc.c
3033
ptimeout_get_ms(struct timespec *pt)
crypto/openssh/misc.c
3043
struct timespec *
crypto/openssh/misc.c
3044
ptimeout_get_tsp(struct timespec *pt)
crypto/openssh/misc.c
3051
ptimeout_isset(struct timespec *pt)
crypto/openssh/misc.c
340
struct timespec timeout;
crypto/openssh/misc.h
224
struct timespec;
crypto/openssh/misc.h
225
void ptimeout_init(struct timespec *pt);
crypto/openssh/misc.h
226
void ptimeout_deadline_sec(struct timespec *pt, long sec);
crypto/openssh/misc.h
227
void ptimeout_deadline_ms(struct timespec *pt, long ms);
crypto/openssh/misc.h
228
void ptimeout_deadline_monotime_tsp(struct timespec *pt, struct timespec *when);
crypto/openssh/misc.h
229
void ptimeout_deadline_monotime(struct timespec *pt, time_t when);
crypto/openssh/misc.h
230
int ptimeout_get_ms(struct timespec *pt);
crypto/openssh/misc.h
231
struct timespec *ptimeout_get_tsp(struct timespec *pt);
crypto/openssh/misc.h
232
int ptimeout_isset(struct timespec *pt);
crypto/openssh/misc.h
95
void ms_to_timespec(struct timespec *, int);
crypto/openssh/misc.h
96
void monotime_ts(struct timespec *);
crypto/openssh/openbsd-compat/bsd-misc.c
128
utimensat(int fd, const char *path, const struct timespec times[2],
crypto/openssh/openbsd-compat/bsd-misc.c
243
int nanosleep(const struct timespec *req, struct timespec *rem)
crypto/openssh/openbsd-compat/bsd-misc.c
276
struct timespec ts;
crypto/openssh/openbsd-compat/bsd-misc.h
102
int utimensat(int, const char *, const struct timespec[2], int);
crypto/openssh/openbsd-compat/bsd-misc.h
130
int pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *,
crypto/openssh/openbsd-compat/bsd-misc.h
93
int nanosleep(const struct timespec *, struct timespec *);
crypto/openssh/openbsd-compat/bsd-poll.c
102
struct timespec ts, *tsp = NULL;
crypto/openssh/openbsd-compat/bsd-poll.c
46
ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmoutp,
crypto/openssh/openbsd-compat/bsd-poll.h
87
int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
crypto/openssh/openbsd-compat/bsd-pselect.c
129
const struct timespec *timeout, const sigset_t *mask)
crypto/openssh/openbsd-compat/port-linux.c
406
struct timespec now;
crypto/openssh/openbsd-compat/regress/utimensattest.c
36
int utimensat(int, const char *, const struct timespec[2], int);
crypto/openssh/openbsd-compat/regress/utimensattest.c
65
struct timespec ts[2];
crypto/openssh/packet.c
1434
struct timespec timespec, *timespecp = NULL;
crypto/openssh/packet.c
1462
timespecp = &timespec;
crypto/openssh/packet.c
1467
ms_to_timespec(&timespec, ms_remain);
crypto/openssh/packet.c
2138
struct timespec timespec, *timespecp = NULL;
crypto/openssh/packet.c
2150
timespecp = &timespec;
crypto/openssh/packet.c
2154
ms_to_timespec(&timespec, ms_remain);
crypto/openssh/regress/unittests/misc/test_ptimeout.c
32
struct timespec pt, *ts;
crypto/openssh/serverloop.c
150
struct timespec timeout;
crypto/openssh/sftp-server.c
974
static struct timespec *
crypto/openssh/sftp-server.c
977
static struct timespec ts[2];
crypto/openssh/sk-usbhid.c
279
struct timespec ts_pause;
crypto/openssh/ssh-agent.c
2110
prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds)
crypto/openssh/ssh-agent.c
2258
struct timespec timeout;
crypto/openssh/ssh-keygen.c
1988
parse_cert_times(char *timespec)
crypto/openssh/ssh-keygen.c
1995
if (*timespec == '+' && strchr(timespec, ':') == NULL) {
crypto/openssh/ssh-keygen.c
1996
if ((secs = convtime(timespec + 1)) == -1)
crypto/openssh/ssh-keygen.c
1997
fatal("Invalid relative certificate life %s", timespec);
crypto/openssh/ssh-keygen.c
2012
from = xstrdup(timespec);
crypto/openssh/ssh-keygen.c
2015
fatal("Invalid certificate life specification %s", timespec);
crypto/openssh/ssh-keyscan.c
117
struct timespec c_ts; /* Time at which connection gets aborted */
crypto/openssh/ssh-keyscan.c
570
struct timespec seltime, now;
crypto/openssl/apps/lib/apps.c
2816
static struct timespec tmstart;
crypto/openssl/apps/lib/apps.c
2817
struct timespec now;
crypto/openssl/crypto/sleep.c
61
struct timespec ts;
crypto/openssl/crypto/thread/arch/thread_posix.c
192
struct timespec deadline_ts;
crypto/openssl/engines/e_afalg.c
136
struct timespec *timeout)
crypto/openssl/engines/e_afalg.c
271
struct timespec timeout;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
149
struct timespec ts;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
784
struct timespec ts;
crypto/openssl/providers/implementations/rands/seeding/rand_vxworks.c
42
struct timespec ts;
crypto/openssl/providers/implementations/rands/seeding/rand_vxworks.c
52
struct timespec ts;
include/mqueue.h
36
struct timespec;
include/mqueue.h
48
unsigned *__restrict, const struct timespec *__restrict);
include/mqueue.h
50
const struct timespec *);
include/pthread.h
208
const struct timespec *)
include/pthread.h
245
const struct timespec * __restrict)
include/pthread.h
259
const struct timespec * __restrict)
include/pthread.h
263
const struct timespec * __restrict)
include/pthread_np.h
67
int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
include/semaphore.h
52
struct timespec;
include/semaphore.h
57
const struct timespec *, struct timespec *);
include/semaphore.h
65
int sem_timedwait(sem_t * __restrict, const struct timespec * __restrict);
include/signal.h
104
struct timespec;
include/signal.h
106
const struct timespec * __restrict);
include/ssp/poll.h
48
const struct timespec *__restrict timeout,
include/ssp/socket.h
101
const struct timespec *__restrict timeout))
include/ssp/socket.h
97
struct timespec;
include/time.h
144
int clock_getres(clockid_t, struct timespec *);
include/time.h
145
int clock_gettime(clockid_t, struct timespec *);
include/time.h
146
int clock_settime(clockid_t, const struct timespec *);
include/time.h
147
int nanosleep(const struct timespec *, struct timespec *);
include/time.h
152
int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
include/time.h
189
int timespec_get(struct timespec *ts, int base);
include/time.h
194
int timespec_getres(struct timespec *, int);
lib/libc/gen/sem.c
315
_umtx_wait_uint(volatile unsigned *mtx, unsigned id, const struct timespec *abstime)
lib/libc/gen/sem.c
365
const struct timespec * __restrict abstime)
lib/libc/gen/sem_new.c
345
const struct timespec *rqtp, struct timespec *rmtp)
lib/libc/gen/sem_new.c
349
struct timespec remain;
lib/libc/gen/sem_new.c
392
const struct timespec *rqtp, struct timespec *rmtp)
lib/libc/gen/sem_new.c
432
const struct timespec * __restrict abstime)
lib/libc/gen/sleep.c
46
struct timespec time_to_sleep;
lib/libc/gen/sleep.c
47
struct timespec time_remaining;
lib/libc/gen/time.c
38
struct timespec tt;
lib/libc/gen/times.c
47
struct timespec t;
lib/libc/gen/timespec_get.c
39
timespec_get(struct timespec *ts, int base)
lib/libc/gen/timespec_getres.c
10
timespec_getres(struct timespec *ts, int base)
lib/libc/gen/usleep.c
44
struct timespec time_to_sleep;
lib/libc/include/isc/eventlib.h
168
struct timespec evConsTime __P((time_t sec, long nsec));
lib/libc/include/isc/eventlib.h
169
struct timespec evAddTime __P((struct timespec, struct timespec));
lib/libc/include/isc/eventlib.h
170
struct timespec evSubTime __P((struct timespec, struct timespec));
lib/libc/include/isc/eventlib.h
171
struct timespec evNowTime __P((void));
lib/libc/include/isc/eventlib.h
172
struct timespec evUTCTime __P((void));
lib/libc/include/isc/eventlib.h
173
struct timespec evLastEventTime __P((evContext));
lib/libc/include/isc/eventlib.h
174
struct timespec evTimeSpec __P((struct timeval));
lib/libc/include/isc/eventlib.h
175
struct timeval evTimeVal __P((struct timespec));
lib/libc/include/isc/eventlib.h
176
int evCmpTime __P((struct timespec, struct timespec));
lib/libc/include/isc/eventlib.h
177
int evSetTimer __P((evContext, evTimerFunc, void *, struct timespec,
lib/libc/include/isc/eventlib.h
178
struct timespec, evTimerID *));
lib/libc/include/isc/eventlib.h
183
struct timespec, struct timespec));
lib/libc/include/isc/eventlib.h
184
int evSetIdleTimer __P((evContext, evTimerFunc, void *, struct timespec,
lib/libc/include/isc/eventlib.h
188
struct timespec));
lib/libc/include/isc/eventlib.h
62
struct timespec, struct timespec));
lib/libc/include/libc_private.h
342
struct timespec;
lib/libc/include/un-namespace.h
252
int, const struct timespec *);
lib/libc/isc/ev_timers.c
107
evCmpTime(struct timespec a, struct timespec b) {
lib/libc/isc/ev_timers.c
115
struct timespec
lib/libc/isc/ev_timers.c
119
struct timespec tsnow;
lib/libc/isc/ev_timers.c
134
struct timespec
lib/libc/isc/ev_timers.c
138
struct timespec tsnow;
lib/libc/isc/ev_timers.c
148
struct timespec
lib/libc/isc/ev_timers.c
156
struct timespec
lib/libc/isc/ev_timers.c
158
struct timespec ts;
lib/libc/isc/ev_timers.c
167
evTimeVal(struct timespec ts) {
lib/libc/isc/ev_timers.c
181
struct timespec due,
lib/libc/isc/ev_timers.c
182
struct timespec inter,
lib/libc/isc/ev_timers.c
299
struct timespec due,
lib/libc/isc/ev_timers.c
300
struct timespec inter
lib/libc/isc/ev_timers.c
304
struct timespec old_due;
lib/libc/isc/ev_timers.c
358
struct timespec max_idle,
lib/libc/isc/ev_timers.c
397
struct timespec max_idle
lib/libc/isc/ev_timers.c
484
struct timespec due,
lib/libc/isc/ev_timers.c
485
struct timespec inter
lib/libc/isc/ev_timers.c
489
struct timespec idle;
lib/libc/isc/ev_timers.c
55
static void idle_timeout(evContext, void *, struct timespec, struct timespec);
lib/libc/isc/ev_timers.c
62
struct timespec lastTouched;
lib/libc/isc/ev_timers.c
63
struct timespec max_idle;
lib/libc/isc/ev_timers.c
70
struct timespec
lib/libc/isc/ev_timers.c
72
struct timespec x;
lib/libc/isc/ev_timers.c
79
struct timespec
lib/libc/isc/ev_timers.c
80
evAddTime(struct timespec addend1, struct timespec addend2) {
lib/libc/isc/ev_timers.c
81
struct timespec x;
lib/libc/isc/ev_timers.c
92
struct timespec
lib/libc/isc/ev_timers.c
93
evSubTime(struct timespec minuend, struct timespec subtrahend) {
lib/libc/isc/ev_timers.c
94
struct timespec x;
lib/libc/isc/eventlib_p.h
150
struct timespec due, inter;
lib/libc/isc/eventlib_p.h
251
struct timespec lastSelectTime;
lib/libc/isc/eventlib_p.h
258
struct timespec lastEventTime;
lib/libc/net/nscachedcli.c
107
struct timespec timeout;
lib/libc/net/nscachedcli.c
65
struct timespec timeout;
lib/libc/net/rcmd.c
190
struct timespec time_to_sleep, time_remaining;
lib/libc/resolv/res_init.c
286
struct timespec now;
lib/libc/resolv/res_private.h
16
struct timespec conf_mtim; /* mod time of loaded resolv.conf */
lib/libc/resolv/res_send.c
824
struct timespec now, timeout, finish;
lib/libc/resolv/res_state.c
69
struct timespec now;
lib/libc/rpc/clnt_dg.c
328
struct timespec ts;
lib/libc/stdio/xprintf_time.c
62
struct timespec *ts;
lib/libc/stdio/xprintf_time.c
73
ts = *((struct timespec **)arg[0]);
lib/libc/sys/aio_suspend.c
39
const struct timespec *timeout)
lib/libc/sys/clock_nanosleep.c
39
clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *rqtp,
lib/libc/sys/clock_nanosleep.c
40
struct timespec *rmtp)
lib/libc/sys/kevent.c
40
struct kevent *eventlist, int nevents, const struct timespec *timeout)
lib/libc/sys/nanosleep.c
38
nanosleep(const struct timespec *rqtp, struct timespec *rmtp)
lib/libc/sys/ppoll.c
39
const struct timespec *__restrict timeout,
lib/libc/sys/pselect.c
38
pselect(int n, fd_set *rs, fd_set *ws, fd_set *es, const struct timespec *t,
lib/libc/sys/sigtimedwait.c
39
const struct timespec * __restrict t)
lib/libc/tests/gen/glob2_test.c
49
struct timespec t, t2;
lib/libc/tests/secure/fortify_poll_test.c
396
struct timespec tv = { 0 };
lib/libc/tests/secure/fortify_poll_test.c
422
struct timespec tv = { 0 };
lib/libc/tests/secure/fortify_poll_test.c
450
struct timespec tv = { 0 };
lib/libc/tests/secure/fortify_poll_test.c
505
struct timespec tv = { 0 };
lib/libc/tests/secure/fortify_poll_test.c
532
struct timespec tv = { 0 };
lib/libc/tests/secure/fortify_poll_test.c
561
struct timespec tv = { 0 };
lib/libc/tests/stdlib/qsort_bench.c
88
struct timespec t0, t1;
lib/libc/yp/yplib.c
480
struct timespec time_to_sleep, time_remaining;
lib/libdevstat/devstat.c
340
struct timespec ts;
lib/libgeom/geom_stats.c
108
struct timespec time;
lib/libgeom/geom_stats.c
147
geom_stats_snapshot_timestamp(void *arg, struct timespec *tp)
lib/libgeom/libgeom.h
52
void geom_stats_snapshot_timestamp(void *, struct timespec *);
lib/libpmc/pmclog.c
329
memcpy(&ev->pl_u.pl_i.pl_ts, le, sizeof(struct timespec));
lib/libpmc/pmclog.c
330
le += sizeof(struct timespec)/4;
lib/libpmc/pmclog.h
172
struct timespec pl_ts; /* log entry timestamp */
lib/libpmc/pmclog.h
66
struct timespec pl_ts;
lib/librt/aio.c
156
__aio_waitcomplete(struct aiocb **iocbp, struct timespec *timeout)
lib/librt/aio.c
56
extern ssize_t __sys_aio_waitcomplete(struct aiocb **iocbp, struct timespec *timeout);
lib/librt/mq.c
181
unsigned *prio, const struct timespec *timeout)
lib/librt/mq.c
189
unsigned *prio, const struct timespec *timeout)
lib/librt/mq.c
218
unsigned prio, const struct timespec *timeout)
lib/librt/mq.c
226
unsigned prio, const struct timespec *timeout)
lib/libstdthreads/cnd.c
76
const struct timespec *restrict ts)
lib/libstdthreads/mtx.c
81
mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts)
lib/libstdthreads/thrd.c
115
thrd_sleep(const struct timespec *duration, struct timespec *remaining)
lib/libstdthreads/threads.h
107
int thrd_sleep(const struct timespec *, struct timespec *);
lib/libstdthreads/threads.h
83
const struct timespec *__restrict)
lib/libstdthreads/threads.h
94
const struct timespec *__restrict)
lib/libsys/__vdso_gettimeofday.c
157
__vdso_clock_gettime(clockid_t clock_id, struct timespec *ts)
lib/libsys/_libsys.h
197
typedef int (__sys_clock_gettime_t)(clockid_t, struct timespec *);
lib/libsys/_libsys.h
198
typedef int (__sys_clock_settime_t)(clockid_t, const struct timespec *);
lib/libsys/_libsys.h
199
typedef int (__sys_clock_getres_t)(clockid_t, struct timespec *);
lib/libsys/_libsys.h
205
typedef int (__sys_nanosleep_t)(const struct timespec *, struct timespec *);
lib/libsys/_libsys.h
209
typedef int (__sys_clock_nanosleep_t)(clockid_t, int, const struct timespec *, struct timespec *);
lib/libsys/_libsys.h
238
typedef int (__sys_aio_suspend_t)(const struct aiocb * const *, int, const struct timespec *);
lib/libsys/_libsys.h
251
typedef int (__sys_sched_rr_get_interval_t)(pid_t, struct timespec *);
lib/libsys/_libsys.h
259
typedef int (__sys_sigtimedwait_t)(const sigset_t *, struct __siginfo *, const struct timespec *);
lib/libsys/_libsys.h
273
typedef ssize_t (__sys_aio_waitcomplete_t)(struct aiocb **, struct timespec *);
lib/libsys/_libsys.h
329
typedef int (__sys_ksem_timedwait_t)(semid_t, const struct timespec *);
lib/libsys/_libsys.h
330
typedef int (__sys_thr_suspend_t)(const struct timespec *);
lib/libsys/_libsys.h
347
typedef int (__sys_kmq_timedreceive_t)(int, char *, size_t, unsigned *, const struct timespec *);
lib/libsys/_libsys.h
348
typedef int (__sys_kmq_timedsend_t)(int, const char *, size_t, unsigned, const struct timespec *);
lib/libsys/_libsys.h
399
typedef int (__sys_pselect_t)(int, fd_set *, fd_set *, fd_set *, const struct timespec *, const sigset_t *);
lib/libsys/_libsys.h
422
typedef int (__sys_ppoll_t)(struct pollfd *, u_int, const struct timespec *, const sigset_t *);
lib/libsys/_libsys.h
423
typedef int (__sys_futimens_t)(int, const struct timespec *);
lib/libsys/_libsys.h
424
typedef int (__sys_utimensat_t)(int, const char *, const struct timespec *, int);
lib/libsys/_libsys.h
435
typedef int (__sys_kevent_t)(int, const struct kevent *, int, struct kevent *, int, const struct timespec *);
lib/libsys/_libsys.h
607
int __sys_clock_gettime(clockid_t clock_id, struct timespec * tp);
lib/libsys/_libsys.h
608
int __sys_clock_settime(clockid_t clock_id, const struct timespec * tp);
lib/libsys/_libsys.h
609
int __sys_clock_getres(clockid_t clock_id, struct timespec * tp);
lib/libsys/_libsys.h
61
struct timespec;
lib/libsys/_libsys.h
615
int __sys_nanosleep(const struct timespec * rqtp, struct timespec * rmtp);
lib/libsys/_libsys.h
619
int __sys_clock_nanosleep(clockid_t clock_id, int flags, const struct timespec * rqtp, struct timespec * rmtp);
lib/libsys/_libsys.h
648
int __sys_aio_suspend(const struct aiocb * const * aiocbp, int nent, const struct timespec * timeout);
lib/libsys/_libsys.h
661
int __sys_sched_rr_get_interval(pid_t pid, struct timespec * interval);
lib/libsys/_libsys.h
669
int __sys_sigtimedwait(const sigset_t * set, struct __siginfo * info, const struct timespec * timeout);
lib/libsys/_libsys.h
683
ssize_t __sys_aio_waitcomplete(struct aiocb ** aiocbp, struct timespec * timeout);
lib/libsys/_libsys.h
739
int __sys_ksem_timedwait(semid_t id, const struct timespec * abstime);
lib/libsys/_libsys.h
740
int __sys_thr_suspend(const struct timespec * timeout);
lib/libsys/_libsys.h
757
int __sys_kmq_timedreceive(int mqd, char * msg_ptr, size_t msg_len, unsigned * msg_prio, const struct timespec * abs_timeout);
lib/libsys/_libsys.h
758
int __sys_kmq_timedsend(int mqd, const char * msg_ptr, size_t msg_len, unsigned msg_prio, const struct timespec * abs_timeout);
lib/libsys/_libsys.h
809
int __sys_pselect(int nd, fd_set * in, fd_set * ou, fd_set * ex, const struct timespec * ts, const sigset_t * sm);
lib/libsys/_libsys.h
832
int __sys_ppoll(struct pollfd * fds, u_int nfds, const struct timespec * ts, const sigset_t * set);
lib/libsys/_libsys.h
833
int __sys_futimens(int fd, const struct timespec * times);
lib/libsys/_libsys.h
834
int __sys_utimensat(int fd, const char * path, const struct timespec * times, int flag);
lib/libsys/_libsys.h
845
int __sys_kevent(int fd, const struct kevent * changelist, int nchanges, struct kevent * eventlist, int nevents, const struct timespec * timeout);
lib/libsys/clock_gettime.c
35
int __clock_gettime(clockid_t, struct timespec *ts);
lib/libsys/clock_gettime.c
40
__clock_gettime(clockid_t clock_id, struct timespec *ts)
lib/libsys/recvmmsg.c
40
int flags, const struct timespec *__restrict timeout)
lib/libthr/thread/thr_cond.c
205
const struct timespec *abstime, int cancel)
lib/libthr/thread/thr_cond.c
277
const struct timespec *abstime, int cancel)
lib/libthr/thread/thr_cond.c
353
const struct timespec *abstime, int cancel)
lib/libthr/thread/thr_cond.c
399
const struct timespec * __restrict abstime)
lib/libthr/thread/thr_cond.c
411
const struct timespec *abstime)
lib/libthr/thread/thr_cond.c
50
const struct timespec * abstime);
lib/libthr/thread/thr_cond.c
53
const struct timespec *abstime, int cancel);
lib/libthr/thread/thr_join.c
116
const struct timespec *abstime, bool peek, bool try)
lib/libthr/thread/thr_join.c
119
struct timespec ts, ts2, *tsp;
lib/libthr/thread/thr_join.c
39
const struct timespec *abstime);
lib/libthr/thread/thr_join.c
40
static int join_common(pthread_t, void **, const struct timespec *, bool peek,
lib/libthr/thread/thr_join.c
74
const struct timespec *abstime)
lib/libthr/thread/thr_kern.c
190
const struct timespec *abstime)
lib/libthr/thread/thr_mutex.c
649
const struct timespec *abstime)
lib/libthr/thread/thr_mutex.c
66
const struct timespec * __restrict abstime);
lib/libthr/thread/thr_mutex.c
716
mutex_lock_common(struct pthread_mutex *m, const struct timespec *abstime,
lib/libthr/thread/thr_mutex.c
759
const struct timespec * __restrict abstime)
lib/libthr/thread/thr_mutex.c
76
const struct timespec *abstime);
lib/libthr/thread/thr_mutex.c
79
const struct timespec *);
lib/libthr/thread/thr_mutex.c
884
mutex_self_lock(struct pthread_mutex *m, const struct timespec *abstime)
lib/libthr/thread/thr_mutex.c
886
struct timespec ts1, ts2;
lib/libthr/thread/thr_private.h
1000
const struct timespec * timeout);
lib/libthr/thread/thr_private.h
1071
pthread_mutex_t * __restrict, const struct timespec * __restrict);
lib/libthr/thread/thr_private.h
886
const struct timespec *);
lib/libthr/thread/thr_private.h
895
int __sys_clock_nanosleep(clockid_t, int, const struct timespec *,
lib/libthr/thread/thr_private.h
896
struct timespec *);
lib/libthr/thread/thr_private.h
897
int __sys_nanosleep(const struct timespec *, struct timespec *);
lib/libthr/thread/thr_private.h
939
int _thr_sleep(struct pthread *, int, const struct timespec *);
lib/libthr/thread/thr_rwlock.c
169
rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime)
lib/libthr/thread/thr_rwlock.c
238
const struct timespec * __restrict abstime)
lib/libthr/thread/thr_rwlock.c
302
rwlock_wrlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime)
lib/libthr/thread/thr_rwlock.c
356
const struct timespec * __restrict abstime)
lib/libthr/thread/thr_sem.c
106
const struct timespec * __restrict abstime)
lib/libthr/thread/thr_sem.c
62
const struct timespec * __restrict abstime);
lib/libthr/thread/thr_sem.c
71
const struct timespec * __restrict abstime);
lib/libthr/thread/thr_sig.c
712
const struct timespec *timeout)
lib/libthr/thread/thr_sig.c
727
const struct timespec *timeout)
lib/libthr/thread/thr_sig.c
75
const struct timespec * timeout);
lib/libthr/thread/thr_syscalls.c
131
timespec *timeout)
lib/libthr/thread/thr_syscalls.c
260
const struct timespec *time_to_sleep, struct timespec *time_remaining)
lib/libthr/thread/thr_syscalls.c
275
__thr_nanosleep(const struct timespec *time_to_sleep,
lib/libthr/thread/thr_syscalls.c
276
struct timespec *time_remaining)
lib/libthr/thread/thr_syscalls.c
332
__thr_ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec *
lib/libthr/thread/thr_syscalls.c
353
const struct timespec *timo, const sigset_t *mask)
lib/libthr/thread/thr_syscalls.c
368
struct kevent *eventlist, int nevents, const struct timespec *timeout)
lib/libthr/thread/thr_umtx.c
110
const struct timespec *abstime)
lib/libthr/thread/thr_umtx.c
182
_thr_umtx_wait(volatile long *mtx, long id, const struct timespec *timeout)
lib/libthr/thread/thr_umtx.c
194
const struct timespec *timeout, int shared)
lib/libthr/thread/thr_umtx.c
207
const struct timespec *abstime, int shared)
lib/libthr/thread/thr_umtx.c
245
const struct timespec *timeout, int flags)
lib/libthr/thread/thr_umtx.c
279
const struct timespec *tsp)
lib/libthr/thread/thr_umtx.c
299
__thr_rwlock_wrlock(struct urwlock *rwlock, const struct timespec *tsp)
lib/libthr/thread/thr_umtx.h
136
const struct timespec *timeout)
lib/libthr/thread/thr_umtx.h
224
_thr_rwlock_rdlock(struct urwlock *rwlock, int flags, struct timespec *tsp)
lib/libthr/thread/thr_umtx.h
233
_thr_rwlock_wrlock(struct urwlock *rwlock, struct timespec *tsp)
lib/libthr/thread/thr_umtx.h
45
const struct timespec *timeout) __hidden;
lib/libthr/thread/thr_umtx.h
55
const struct timespec *timeout) __hidden;
lib/libthr/thread/thr_umtx.h
57
const struct timespec *timeout, int shared) __hidden;
lib/libthr/thread/thr_umtx.h
59
const struct timespec *timeout, int shared) __hidden;
lib/libthr/thread/thr_umtx.h
62
const struct timespec *timeout, int flags) __hidden;
lib/libthr/thread/thr_umtx.h
68
const struct timespec *tsp) __hidden;
lib/libthr/thread/thr_umtx.h
70
const struct timespec *tsp) __hidden;
lib/libthread_db/kse.h
129
int kse_release(struct timespec *);
lib/libthread_db/kse.h
83
struct timespec km_timeofday; /* Time of day */
lib/libufs/inode.c
57
struct timespec now;
lib/libusb/libusb10_io.c
313
struct timespec ts;
lib/libusb/libusb20_int.h
42
struct timespec tv;
lib/libutil/pidfile.c
104
struct timespec rqtp;
libexec/bootpd/rtmsg.c
122
struct timespec tp;
libexec/getty/subr.c
637
struct timespec timeout;
libexec/talkd/table.c
57
static struct timespec ts;
sbin/dhclient/dhclient.c
1032
struct timespec arp_timeout_needed;
sbin/dhclient/dhclient.c
1034
struct timespec stop_time;
sbin/dhclient/dhclient.c
1115
struct timespec interm_struct;
sbin/dhclient/dhclient.c
1140
struct timespec time_left =
sbin/dhclient/dhclient.c
124
static struct timespec arp_timeout = { .tv_sec = 0, .tv_nsec = 250 * 1000 * 1000 };
sbin/dhclient/dhclient.c
125
static const struct timespec zero_timespec = { .tv_sec = 0, .tv_nsec = 0 };
sbin/dhclient/dhclient.c
94
struct timespec time_now; /* CLOCK_MONOTONIC. */
sbin/dhclient/dhcpd.h
221
struct timespec when;
sbin/dhclient/dhcpd.h
323
void add_timeout_timespec(struct timespec, void (*)(void *), void *);
sbin/dhclient/dhcpd.h
364
extern struct timespec time_now; /* CLOCK_MONOTONIC */
sbin/dhclient/dispatch.c
161
struct timespec howlong;
sbin/dhclient/dispatch.c
368
struct timespec when;
sbin/dhclient/dispatch.c
377
add_timeout_timespec(struct timespec when, void (*where)(void *), void *what)
sbin/dhclient/dispatch.c
59
static const struct timespec timespec_intmax_ms = {
sbin/fsck_ffs/fsck.h
214
extern struct timespec readtime[BT_NUMBUFTYPES];
sbin/fsck_ffs/fsck.h
215
extern struct timespec totalreadtime[BT_NUMBUFTYPES];
sbin/fsck_ffs/fsck.h
216
extern struct timespec startprog;
sbin/fsck_ffs/fsutil.c
398
struct timespec start, finish;
sbin/fsck_ffs/fsutil.c
67
static struct timespec startpass, finishpass;
sbin/fsck_ffs/fsutil.c
87
bzero(&startpass, sizeof(struct timespec));
sbin/fsck_ffs/fsutil.c
88
bzero(&finishpass, sizeof(struct timespec));
sbin/fsck_ffs/globs.c
114
bzero(readtime, sizeof(struct timespec) * BT_NUMBUFTYPES);
sbin/fsck_ffs/globs.c
115
bzero(totalreadtime, sizeof(struct timespec) * BT_NUMBUFTYPES);
sbin/fsck_ffs/globs.c
116
bzero(&startprog, sizeof(struct timespec));
sbin/fsck_ffs/globs.c
40
struct timespec readtime[BT_NUMBUFTYPES];
sbin/fsck_ffs/globs.c
41
struct timespec totalreadtime[BT_NUMBUFTYPES];
sbin/fsck_ffs/globs.c
42
struct timespec startprog;
sbin/fsck_ffs/inode.c
641
struct timespec time;
sbin/hastd/hastd.c
1030
struct timespec sigtimeout;
sbin/hastd/primary.c
2404
struct timespec timeout;
sbin/hastd/synch.h
163
struct timespec ts;
sbin/ifconfig/af_inet6.c
139
struct timespec now;
sbin/ifconfig/af_inet6.c
278
print_lifetime(const char *prepend, time_t px_time, struct timespec *now)
sbin/ifconfig/af_inet6.c
347
struct timespec now;
sbin/ifconfig/af_inet6.c
363
struct timespec now;
sbin/ipf/ipsend/iptests.c
1239
struct timespec ts;
sbin/ipf/ipsend/iptests.c
1318
struct timespec ts;
sbin/ipf/ipsend/iptests.c
447
struct timespec ts;
sbin/ipf/ipsend/iptests.c
541
struct timespec ts;
sbin/ipf/ipsend/iptests.c
736
struct timespec ts;
sbin/ipf/ipsend/iptests.c
897
struct timespec ts;
sbin/ipf/ipsend/iptests.c
96
struct timespec ts;
sbin/ipfw/ipfw2.c
6174
struct timespec tp;
sbin/nvmecontrol/devlist.c
122
static struct timespec now;
sbin/nvmecontrol/devlist.c
124
struct timespec last_disconnect, delta;
sbin/ping/ping.c
1006
struct timespec now;
sbin/ping/ping.c
1092
pr_pack(char *buf, ssize_t cc, struct sockaddr_in *from, struct timespec *tv)
sbin/ping/ping.c
1153
struct timespec tv1;
sbin/ping/ping.c
194
static void pr_pack(char *, ssize_t, struct sockaddr_in *, struct timespec *);
sbin/ping/ping.c
201
struct timespec last, intvl;
sbin/ping/ping.c
219
char ctrl[CMSG_SPACE(sizeof(struct timespec))];
sbin/ping/ping.c
891
struct timespec now, timeout;
sbin/ping/ping.c
916
struct timespec *tv = NULL;
sbin/ping/ping6.c
1145
struct timespec now, timeout;
sbin/ping/ping6.c
1380
struct timespec tv;
sbin/ping/ping6.c
1538
struct timespec tv, tp;
sbin/ping/ping6.c
271
struct timespec last, intvl;
sbin/restore/dirs.c
77
struct timespec ctimep[2];
sbin/restore/dirs.c
78
struct timespec mtimep[2];
sbin/restore/tape.c
568
struct timespec mtimep[2], ctimep[2];
sbin/route/route.c
1794
struct timespec ts;
sbin/route/route.c
826
struct timespec ts;
sbin/route/route_netlink.c
447
struct timespec tp;
share/examples/libifconfig/status.c
107
struct timespec now;
share/examples/scsi_target/scsi_target.c
405
struct timespec ts, *tptr;
stand/kboot/libkboot/host_syscalls.c
138
struct timespec ts = { .tv_sec = timeout->tv_sec, .tv_nsec = timeout->tv_usec * 1000 };
sys/amd64/vmm/io/vrtc.c
184
struct timespec ts;
sys/amd64/vmm/io/vrtc.c
285
struct timespec ts;
sys/arm/allwinner/aw_rtc.c
167
static int aw_rtc_gettime(device_t dev, struct timespec *ts);
sys/arm/allwinner/aw_rtc.c
168
static int aw_rtc_settime(device_t dev, struct timespec *ts);
sys/arm/allwinner/aw_rtc.c
295
aw_rtc_gettime(device_t dev, struct timespec *ts)
sys/arm/allwinner/aw_rtc.c
321
aw_rtc_settime(device_t dev, struct timespec *ts)
sys/arm/freescale/imx/imx6_snvs.c
111
snvs_gettime(device_t dev, struct timespec *ts)
sys/arm/freescale/imx/imx6_snvs.c
145
snvs_settime(device_t dev, struct timespec *ts)
sys/arm/mv/armada38x/armada38x_rtc.c
112
static int mv_rtc_gettime(device_t dev, struct timespec *ts);
sys/arm/mv/armada38x/armada38x_rtc.c
113
static int mv_rtc_settime(device_t dev, struct timespec *ts);
sys/arm/mv/armada38x/armada38x_rtc.c
251
mv_rtc_gettime(device_t dev, struct timespec *ts)
sys/arm/mv/armada38x/armada38x_rtc.c
280
mv_rtc_settime(device_t dev, struct timespec *ts)
sys/arm/mv/rtc.c
128
mv_rtc_gettime(device_t dev, struct timespec *ts)
sys/arm/mv/rtc.c
154
mv_rtc_settime(device_t dev, struct timespec *ts)
sys/arm/mv/rtc.c
70
static int mv_rtc_gettime(device_t dev, struct timespec *ts);
sys/arm/mv/rtc.c
71
static int mv_rtc_settime(device_t dev, struct timespec *ts);
sys/arm/nvidia/as3722.h
303
int as3722_rtc_gettime(device_t dev, struct timespec *ts);
sys/arm/nvidia/as3722.h
304
int as3722_rtc_settime(device_t dev, struct timespec *ts);
sys/arm/nvidia/as3722_rtc.c
41
as3722_rtc_gettime(device_t dev, struct timespec *ts)
sys/arm/nvidia/as3722_rtc.c
68
as3722_rtc_settime(device_t dev, struct timespec *ts)
sys/arm/nvidia/tegra_rtc.c
125
tegra_rtc_gettime(device_t dev, struct timespec *ts)
sys/arm/nvidia/tegra_rtc.c
144
tegra_rtc_settime(device_t dev, struct timespec *ts)
sys/arm/nvidia/tegra_xhci.c
749
struct timespec fw_timespec;
sys/arm/ti/am335x/am335x_rtc.c
152
struct timespec ts;
sys/arm/ti/ti_pruss.c
755
struct timespec ts;
sys/arm64/arm64/pl031_rtc.c
115
pl031_gettime(device_t dev, struct timespec *ts)
sys/arm64/arm64/pl031_rtc.c
127
pl031_settime(device_t dev, struct timespec *ts)
sys/arm64/nvidia/tegra210/max77620_rtc.c
232
max77620_rtc_gettime(device_t dev, struct timespec *ts)
sys/arm64/nvidia/tegra210/max77620_rtc.c
268
max77620_rtc_settime(device_t dev, struct timespec *ts)
sys/cam/ctl/ctl_ioctl.h
137
struct timespec timestamp; /* passed to userland */
sys/cddl/dev/dtrace/aarch64/dtrace_subr.c
180
struct timespec current_time;
sys/cddl/dev/dtrace/aarch64/dtrace_subr.c
47
extern void dtrace_getnanotime(struct timespec *tsp);
sys/cddl/dev/dtrace/aarch64/dtrace_subr.c
48
extern void dtrace_getnanouptime(struct timespec *tsp);
sys/cddl/dev/dtrace/amd64/dtrace_subr.c
358
struct timespec current_time;
sys/cddl/dev/dtrace/amd64/dtrace_subr.c
50
extern void dtrace_getnanotime(struct timespec *tsp);
sys/cddl/dev/dtrace/arm/dtrace_subr.c
151
struct timespec curtime;
sys/cddl/dev/dtrace/arm/dtrace_subr.c
162
struct timespec current_time;
sys/cddl/dev/dtrace/arm/dtrace_subr.c
52
extern void dtrace_getnanotime(struct timespec *tsp);
sys/cddl/dev/dtrace/arm/dtrace_subr.c
53
extern void dtrace_getnanouptime(struct timespec *tsp);
sys/cddl/dev/dtrace/i386/dtrace_subr.c
355
struct timespec current_time;
sys/cddl/dev/dtrace/i386/dtrace_subr.c
52
extern void dtrace_getnanotime(struct timespec *tsp);
sys/cddl/dev/dtrace/powerpc/dtrace_subr.c
234
struct timespec curtime;
sys/cddl/dev/dtrace/powerpc/dtrace_subr.c
48
extern void dtrace_getnanotime(struct timespec *tsp);
sys/cddl/dev/dtrace/riscv/dtrace_subr.c
140
struct timespec curtime;
sys/cddl/dev/dtrace/riscv/dtrace_subr.c
151
struct timespec current_time;
sys/cddl/dev/dtrace/riscv/dtrace_subr.c
50
extern void dtrace_getnanotime(struct timespec *tsp);
sys/cddl/dev/dtrace/riscv/dtrace_subr.c
51
extern void dtrace_getnanouptime(struct timespec *tsp);
sys/compat/freebsd32/freebsd32_misc.c
1412
struct timespec ts;
sys/compat/freebsd32/freebsd32_misc.c
1876
struct timespec ts[2], *tsp;
sys/compat/freebsd32/freebsd32_misc.c
1897
struct timespec ts[2], *tsp;
sys/compat/freebsd32/freebsd32_misc.c
3055
struct timespec rmt, rqt;
sys/compat/freebsd32/freebsd32_misc.c
3081
struct timespec ats;
sys/compat/freebsd32/freebsd32_misc.c
3098
struct timespec ats;
sys/compat/freebsd32/freebsd32_misc.c
3115
struct timespec ts;
sys/compat/freebsd32/freebsd32_misc.c
3299
struct timespec ts, *tsp;
sys/compat/freebsd32/freebsd32_misc.c
3362
struct timespec ts;
sys/compat/freebsd32/freebsd32_misc.c
3363
struct timespec *timeout;
sys/compat/freebsd32/freebsd32_misc.c
4021
struct timespec ts, *tsp;
sys/compat/freebsd32/freebsd32_misc.c
4049
struct timespec ts;
sys/compat/freebsd32/freebsd32_misc.c
683
struct timespec ts;
sys/compat/freebsd32/freebsd32_misc.c
810
struct timespec ts, *tsp;
sys/compat/freebsd32/freebsd32_misc.c
907
struct timespec ts, *tsp;
sys/compat/linux/linux_event.c
371
int maxevents, struct timespec *tsp, sigset_t *uset)
sys/compat/linux/linux_event.c
435
struct timespec ts, *tsp;
sys/compat/linux/linux_event.c
483
struct timespec ts, *tsa;
sys/compat/linux/linux_event.c
507
struct timespec ts, *tsa;
sys/compat/linux/linux_futex.c
72
struct timespec *ts;
sys/compat/linux/linux_futex.c
76
struct timespec kts;
sys/compat/linux/linux_ipc.c
487
struct timespec ts, *tsa;
sys/compat/linux/linux_ipc.c
506
struct timespec ts, *tsa;
sys/compat/linux/linux_misc.c
119
struct timespec *);
sys/compat/linux/linux_misc.c
122
struct timespec *);
sys/compat/linux/linux_misc.c
125
const char *, struct timespec *, int);
sys/compat/linux/linux_misc.c
128
struct timespec *, l_uintptr_t *);
sys/compat/linux/linux_misc.c
130
uint32_t, struct timespec *, l_sigset_t *,
sys/compat/linux/linux_misc.c
142
struct timespec ts;
sys/compat/linux/linux_misc.c
2081
struct timespec ts, *tsp;
sys/compat/linux/linux_misc.c
2102
l_fd_set *writefds, l_fd_set *exceptfds, struct timespec *tsp,
sys/compat/linux/linux_misc.c
2162
struct timespec ts, *tsp;
sys/compat/linux/linux_misc.c
2185
struct timespec uts, *tsp;
sys/compat/linux/linux_misc.c
2205
struct timespec *tsp, l_sigset_t *sset, l_size_t ssize)
sys/compat/linux/linux_misc.c
2207
struct timespec ts0, ts1;
sys/compat/linux/linux_misc.c
2258
struct timespec uts, *tsp;
sys/compat/linux/linux_misc.c
2320
struct timespec *ts)
sys/compat/linux/linux_misc.c
2345
struct timespec ts;
sys/compat/linux/linux_misc.c
2359
struct timespec ts;
sys/compat/linux/linux_misc.c
2553
struct timespec ts, *tsp;
sys/compat/linux/linux_misc.c
2991
struct timespec ts, *abs_timeout;
sys/compat/linux/linux_misc.c
3010
struct timespec ts, *abs_timeout;
sys/compat/linux/linux_misc.c
552
linux_utimensat_lts_to_ts(struct l_timespec *l_times, struct timespec *times)
sys/compat/linux/linux_misc.c
578
struct timespec *timesp, int lflags)
sys/compat/linux/linux_misc.c
615
struct timespec times[2], *timesp;
sys/compat/linux/linux_misc.c
639
linux_utimensat_lts64_to_ts(struct l_timespec64 *l_times, struct timespec *times)
sys/compat/linux/linux_misc.c
670
struct timespec times[2], *timesp;
sys/compat/linux/linux_signal.c
469
struct timespec ts, *tsa;
sys/compat/linux/linux_signal.c
486
struct timespec *tsa, l_siginfo_t *ptr, l_size_t sigsetsize)
sys/compat/linux/linux_signal.c
520
struct timespec ts, *tsa;
sys/compat/linux/linux_signal.c
69
l_sigset_t *, struct timespec *, l_siginfo_t *,
sys/compat/linux/linux_socket.c
1694
struct timespec ts;
sys/compat/linux/linux_socket.c
1723
struct timespec ts;
sys/compat/linux/linux_socket.c
1726
memmove(*data, &ts, sizeof(struct timespec));
sys/compat/linux/linux_socket.c
1727
*datalen = sizeof(struct timespec);
sys/compat/linux/linux_socket.c
1730
_Static_assert(sizeof(struct bintime) >= sizeof(struct timespec),
sys/compat/linux/linux_socket.c
1979
l_uint vlen, l_uint flags, struct timespec *tts)
sys/compat/linux/linux_socket.c
1982
struct timespec ts;
sys/compat/linux/linux_socket.c
2032
struct timespec ts, tts, *ptts;
sys/compat/linux/linux_socket.c
2053
struct timespec ts, tts, *ptts;
sys/compat/linux/linux_time.c
105
struct timespec *);
sys/compat/linux/linux_time.c
107
struct timespec *);
sys/compat/linux/linux_time.c
109
struct timespec *);
sys/compat/linux/linux_time.c
111
l_int, struct timespec *, struct timespec *);
sys/compat/linux/linux_time.c
114
native_to_linux_timespec(struct l_timespec *ltp, struct timespec *ntp)
sys/compat/linux/linux_time.c
128
linux_to_native_timespec(struct timespec *ntp, struct l_timespec *ltp)
sys/compat/linux/linux_time.c
140
linux_put_timespec(struct timespec *ntp, struct l_timespec *ltp)
sys/compat/linux/linux_time.c
152
linux_get_timespec(struct timespec *ntp, const struct l_timespec *ultp)
sys/compat/linux/linux_time.c
165
native_to_linux_timespec64(struct l_timespec64 *ltp64, struct timespec *ntp)
sys/compat/linux/linux_time.c
175
linux_to_native_timespec64(struct timespec *ntp, struct l_timespec64 *ltp64)
sys/compat/linux/linux_time.c
194
linux_put_timespec64(struct timespec *ntp, struct l_timespec64 *ltp)
sys/compat/linux/linux_time.c
206
linux_get_timespec64(struct timespec *ntp, const struct l_timespec64 *ultp)
sys/compat/linux/linux_time.c
338
struct timespec *tp)
sys/compat/linux/linux_time.c
461
struct timespec tp;
sys/compat/linux/linux_time.c
480
struct timespec tp;
sys/compat/linux/linux_time.c
498
struct timespec *ts)
sys/compat/linux/linux_time.c
523
struct timespec ts;
sys/compat/linux/linux_time.c
538
struct timespec ts;
sys/compat/linux/linux_time.c
552
struct timespec *ts)
sys/compat/linux/linux_time.c
649
struct timespec ts;
sys/compat/linux/linux_time.c
667
struct timespec ts;
sys/compat/linux/linux_time.c
684
struct timespec *rmtp;
sys/compat/linux/linux_time.c
685
struct timespec rqts, rmts;
sys/compat/linux/linux_time.c
713
l_int lflags, struct timespec *rqtp, struct timespec *rmtp)
sys/compat/linux/linux_time.c
743
struct timespec *rmtp;
sys/compat/linux/linux_time.c
744
struct timespec rqts, rmts;
sys/compat/linux/linux_time.c
777
struct timespec *rmtp;
sys/compat/linux/linux_time.c
778
struct timespec rqts, rmts;
sys/compat/linux/linux_time.h
111
struct timespec *);
sys/compat/linux/linux_time.h
112
int linux_to_native_timespec(struct timespec *,
sys/compat/linux/linux_time.h
114
int linux_put_timespec(struct timespec *,
sys/compat/linux/linux_time.h
116
int linux_get_timespec(struct timespec *,
sys/compat/linux/linux_time.h
120
struct timespec *);
sys/compat/linux/linux_time.h
121
int linux_to_native_timespec64(struct timespec *,
sys/compat/linux/linux_time.h
123
int linux_put_timespec64(struct timespec *,
sys/compat/linux/linux_time.h
125
int linux_get_timespec64(struct timespec *,
sys/compat/linuxkpi/common/include/linux/ktime.h
173
timespec_to_ktime(struct timespec ts)
sys/compat/linuxkpi/common/include/linux/ktime.h
203
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/ktime.h
213
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/ktime.h
222
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/ktime.h
245
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/ktime.h
254
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/ktime.h
263
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/ktime.h
272
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/ktime.h
281
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/ptp_clock_kernel.h
51
int (*gettime64)(struct ptp_clock_info *, struct timespec *);
sys/compat/linuxkpi/common/include/linux/ptp_clock_kernel.h
52
int (*settime64)(struct ptp_clock_info *, const struct timespec *);
sys/compat/linuxkpi/common/include/linux/sched.h
209
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/time.h
102
static inline struct timespec
sys/compat/linuxkpi/common/include/linux/time.h
105
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/time.h
127
timespec_valid(const struct timespec *ts)
sys/compat/linuxkpi/common/include/linux/time.h
38
#define timespec64 timespec
sys/compat/linuxkpi/common/include/linux/time.h
78
static inline struct timespec
sys/compat/linuxkpi/common/include/linux/time.h
79
timespec_sub(struct timespec lhs, struct timespec rhs)
sys/compat/linuxkpi/common/include/linux/time.h
81
struct timespec ts;
sys/compat/linuxkpi/common/include/linux/time.h
89
set_normalized_timespec(struct timespec *ts, time_t sec, int64_t nsec)
sys/compat/linuxkpi/common/include/linux/time.h
97
timespec_to_ns(const struct timespec *ts)
sys/dev/acpica/acpi_cmbat.c
219
acpi_cmbat_info_expired(struct timespec *lastupdated)
sys/dev/acpica/acpi_cmbat.c
221
struct timespec curtime;
sys/dev/acpica/acpi_cmbat.c
237
acpi_cmbat_info_updated(struct timespec *lastupdated)
sys/dev/acpica/acpi_cmbat.c
70
struct timespec bst_lastupdated;
sys/dev/acpica/acpi_cmbat.c
81
static int acpi_cmbat_info_expired(struct timespec *lastupdated);
sys/dev/acpica/acpi_cmbat.c
82
static void acpi_cmbat_info_updated(struct timespec *lastupdated);
sys/dev/acpica/acpi_hpet.c
936
struct timespec ts;
sys/dev/acpica/acpi_smbat.c
161
acpi_smbat_info_expired(struct timespec *lastupdated)
sys/dev/acpica/acpi_smbat.c
163
struct timespec curtime;
sys/dev/acpica/acpi_smbat.c
179
acpi_smbat_info_updated(struct timespec *lastupdated)
sys/dev/acpica/acpi_smbat.c
49
struct timespec bix_lastupdated;
sys/dev/acpica/acpi_smbat.c
50
struct timespec bst_lastupdated;
sys/dev/acpica/acpi_smbat.c
56
static int acpi_smbat_info_expired(struct timespec *lastupdated);
sys/dev/acpica/acpi_smbat.c
57
static void acpi_smbat_info_updated(struct timespec *lastupdated);
sys/dev/acpica/acpi_thermal.c
106
struct timespec tz_cooling_started;
sys/dev/acpica/acpi_thermal.c
505
struct timespec curtime;
sys/dev/bwn/if_bwn_phy_g.c
2192
struct timespec ts;
sys/dev/bwn/if_bwnvar.h
54
struct timespec ts; \
sys/dev/cxgbe/iw_cxgbe/t4.h
294
struct timespec host_ts;
sys/dev/dialog/da9063/da9063_rtc.c
146
da9063_rtc_gettime(device_t dev, struct timespec *ts)
sys/dev/dialog/da9063/da9063_rtc.c
188
da9063_rtc_settime(device_t dev, struct timespec *ts)
sys/dev/efidev/efirtc.c
129
efirtc_gettime(device_t dev, struct timespec *ts)
sys/dev/efidev/efirtc.c
152
efirtc_settime(device_t dev, struct timespec *ts)
sys/dev/efidev/efirtc.c
42
static struct timespec efirtc_resadj;
sys/dev/goldfish/goldfish_rtc.c
119
goldfish_rtc_gettime(device_t dev, struct timespec *ts)
sys/dev/goldfish/goldfish_rtc.c
144
goldfish_rtc_settime(device_t dev, struct timespec *ts)
sys/dev/hwpmc/hwpmc_logging.c
690
struct timespec ts;
sys/dev/hyperv/utilities/hv_snapshot.c
707
struct timespec vm_ts;
sys/dev/hyperv/utilities/vmbus_timesync.c
109
struct timespec vm_ts;
sys/dev/hyperv/utilities/vmbus_timesync.c
120
struct timespec hv_ts;
sys/dev/hyperv/utilities/vmbus_timesync.c
152
struct timespec hv_ts;
sys/dev/hyperv/vmbus/vmbus_et.c
89
struct timespec val;
sys/dev/iicbus/pmic/rockchip/rk8xx.h
131
int rk8xx_gettime(device_t dev, struct timespec *ts);
sys/dev/iicbus/pmic/rockchip/rk8xx.h
132
int rk8xx_settime(device_t dev, struct timespec *ts);
sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c
106
rk8xx_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/pmic/rockchip/rk8xx_rtc.c
37
rk8xx_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/ds1307.c
450
ds1307_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/ds1307.c
501
ds1307_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/ds13rtc.c
345
ds13rtc_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/ds13rtc.c
404
ds13rtc_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/ds1672.c
142
ds1672_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/ds1672.c
159
ds1672_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/ds3231.c
479
ds3231_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/ds3231.c
538
ds3231_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/hym8563.c
302
hym8563_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/hym8563.c
342
hym8563_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/isl12xx.c
233
isl12xx_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/isl12xx.c
280
isl12xx_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/nxprtc.c
388
struct timespec ts;
sys/dev/iicbus/rtc/nxprtc.c
740
nxprtc_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/nxprtc.c
806
nxprtc_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/pcf85063.c
122
pcf85063_get_time(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/pcf85063.c
173
pcf85063_set_time(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/pcf85063.c
73
static int pcf85063_get_time(device_t dev, struct timespec *ts);
sys/dev/iicbus/rtc/pcf85063.c
74
static int pcf85063_set_time(device_t dev, struct timespec *ts);
sys/dev/iicbus/rtc/rtc8583.c
190
rtc8583_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/rtc8583.c
247
rtc8583_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/rtc8583.c
86
static int rtc8583_gettime(device_t dev, struct timespec *ts);
sys/dev/iicbus/rtc/rtc8583.c
87
static int rtc8583_settime(device_t dev, struct timespec *ts);
sys/dev/iicbus/rtc/rv3032.c
373
rv3032_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/rv3032.c
402
rv3032_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/rx8803.c
105
rx8803_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/rx8803.c
138
rx8803_settime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/rx8803.c
81
static int rx8803_gettime(device_t dev, struct timespec *ts);
sys/dev/iicbus/rtc/rx8803.c
82
static int rx8803_settime(device_t dev, struct timespec *ts);
sys/dev/iicbus/rtc/s35390a.c
295
s390rtc_gettime(device_t dev, struct timespec *ts)
sys/dev/iicbus/rtc/s35390a.c
325
s390rtc_settime(device_t dev, struct timespec *ts)
sys/dev/irdma/irdma_kcompat.c
1466
struct timespec ts;
sys/dev/isp/isp_freebsd.c
3258
isp_nanotime_sub(struct timespec *b, struct timespec *a)
sys/dev/isp/isp_freebsd.c
3261
struct timespec x;
sys/dev/isp/isp_freebsd.h
330
#define NANOTIME_T struct timespec
sys/dev/isp/isp_freebsd.h
612
uint64_t isp_nanotime_sub(struct timespec *, struct timespec *);
sys/dev/ixgbe/if_bypass.c
97
struct timespec current;
sys/dev/kvm_clock/kvm_clock.c
235
kvm_clock_gettime(device_t dev, struct timespec *ts)
sys/dev/kvm_clock/kvm_clock.c
244
kvm_clock_settime(device_t dev, struct timespec *ts)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1116
mlx5e_timespec2usec(const struct timespec *ts)
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1149
struct timespec ts;
sys/dev/nvmf/host/nvmf_var.h
95
struct timespec last_disconnect;
sys/dev/qat/qat/qat_ocf_utils.c
38
struct timespec start_ts;
sys/dev/qat/qat/qat_ocf_utils.c
39
struct timespec current_ts;
sys/dev/qat/qat/qat_ocf_utils.c
40
struct timespec delta;
sys/dev/qat/qat_common/adf_clock.c
196
timespec_to_ms(const struct timespec *ts)
sys/dev/qat/qat_common/adf_clock.c
204
struct timespec ts;
sys/dev/qat/qat_common/adf_clock.c
82
struct timespec ts1;
sys/dev/qat/qat_common/adf_clock.c
83
struct timespec ts2;
sys/dev/qat/qat_common/adf_clock.c
84
struct timespec ts3;
sys/dev/qat/qat_common/adf_clock.c
85
struct timespec ts4;
sys/dev/qat/qat_common/adf_clock.c
86
struct timespec delta;
sys/dev/smartpqi/smartpqi_misc.c
35
struct timespec ts;
sys/dev/tws/tws.h
164
struct timespec ts;
sys/dev/watchdog/watchdog.c
185
struct timespec ts;
sys/dev/watchdog/watchdog.c
232
struct timespec ts;
sys/dev/wg/if_wg.c
199
struct timespec p_handshake_complete; /* nanotime */
sys/dev/wg/wg_noise.c
1377
struct timespec time;
sys/dev/xen/timer/xen_timer.c
193
xen_fetch_wallclock(struct timespec *ts)
sys/dev/xen/timer/xen_timer.c
204
xen_fetch_uptime(struct timespec *ts)
sys/dev/xen/timer/xen_timer.c
215
xentimer_settime(device_t dev __unused, struct timespec *ts)
sys/dev/xen/timer/xen_timer.c
253
xentimer_gettime(device_t dev, struct timespec *ts)
sys/dev/xen/timer/xen_timer.c
255
struct timespec u_ts;
sys/fs/autofs/autofs.h
82
struct timespec an_ctime;
sys/fs/cd9660/cd9660_node.c
199
cd9660_tstamp_conv7(u_char *pi, struct timespec *pu, enum ISO_FTYPE ftype)
sys/fs/cd9660/cd9660_node.c
256
cd9660_tstamp_conv17(u_char *pi, struct timespec *pu)
sys/fs/cd9660/cd9660_node.h
105
int cd9660_tstamp_conv7(u_char *, struct timespec *, enum ISO_FTYPE);
sys/fs/cd9660/cd9660_node.h
106
int cd9660_tstamp_conv17(u_char *, struct timespec *);
sys/fs/cd9660/cd9660_node.h
47
struct timespec iso_atime; /* time of last access */
sys/fs/cd9660/cd9660_node.h
48
struct timespec iso_mtime; /* time of last modification */
sys/fs/cd9660/cd9660_node.h
49
struct timespec iso_ctime; /* time file changed */
sys/fs/cd9660/cd9660_rrip.c
338
memset(&ana->inop->inode.iso_mtime, 0, sizeof(struct timespec));
sys/fs/cd9660/cd9660_rrip.c
361
memset(&ana->inop->inode.iso_mtime, 0, sizeof(struct timespec));
sys/fs/devfs/devfs.h
149
struct timespec de_atime;
sys/fs/devfs/devfs.h
150
struct timespec de_mtime;
sys/fs/devfs/devfs.h
151
struct timespec de_ctime;
sys/fs/devfs/devfs_devs.c
132
struct timespec ts;
sys/fs/devfs/devfs_vnops.c
98
devfs_timestamp(struct timespec *tsp)
sys/fs/ext2fs/ext2_alloc.c
381
struct timespec ts;
sys/fs/ext2fs/ext2_vnops.c
218
struct timespec ts;
sys/fs/fuse/fuse_internal.h
163
struct timespec now, duration, timeout_ts;
sys/fs/fuse/fuse_internal.h
184
struct timespec *timeout)
sys/fs/fuse/fuse_internal.h
186
struct timespec duration, now;
sys/fs/fuse/fuse_node.c
348
struct timespec timeout;
sys/fs/fuse/fuse_node.c
579
struct timespec ts;
sys/fs/fuse/fuse_node.h
156
struct timespec last_local_modify;
sys/fs/fuse/fuse_vfsops.c
551
struct timespec now;
sys/fs/fuse/fuse_vnops.c
1532
struct timespec now;
sys/fs/fuse/fuse_vnops.c
1590
struct timespec timeout;
sys/fs/fuse/fuse_vnops.c
1644
struct timespec timeout;
sys/fs/fuse/fuse_vnops.c
1656
struct timespec *dtsp = NULL;
sys/fs/msdosfs/msdosfs_denode.c
317
struct timespec ts;
sys/fs/msdosfs/msdosfs_vnops.c
1351
struct timespec ts;
sys/fs/msdosfs/msdosfs_vnops.c
138
struct timespec ts;
sys/fs/msdosfs/msdosfs_vnops.c
207
struct timespec ts;
sys/fs/msdosfs/msdosfs_vnops.c
257
struct timespec ts;
sys/fs/nfs/nfs_commonkrpc.c
108
static struct timespec nfs_trylater_max = {
sys/fs/nfs/nfs_commonkrpc.c
692
struct timespec trylater_delay, ts, waituntil;
sys/fs/nfs/nfs_commonport.c
271
struct timespec *ts)
sys/fs/nfs/nfs_commonsubs.c
1360
struct timespec temptime;
sys/fs/nfs/nfs_commonsubs.c
2850
struct timespec temptime;
sys/fs/nfs/nfs_commonsubs.c
5087
struct timespec ts;
sys/fs/nfs/nfs_var.h
146
uint64_t, uint64_t, int, struct timespec *, int, nfsv4stateid_t *,
sys/fs/nfs/nfs_var.h
646
void nfscl_delegmodtime(struct vnode *, struct timespec *);
sys/fs/nfs/nfs_var.h
647
void nfscl_deleggetmodtime(vnode_t, struct timespec *);
sys/fs/nfs/nfsclstate.h
173
struct timespec nfsdl_modtime; /* local modify time */
sys/fs/nfs/nfsport.h
873
int nfsmsleep(void *, void *, int, const char *, struct timespec *);
sys/fs/nfs/nfsproto.h
1660
struct timespec fs_timedelta;
sys/fs/nfs/nfsrvstate.h
374
struct timespec dsa_atime;
sys/fs/nfs/nfsrvstate.h
375
struct timespec dsa_mtime;
sys/fs/nfs/nfsrvstate.h
381
struct timespec dsa_atime;
sys/fs/nfs/nfsrvstate.h
382
struct timespec dsa_mtime;
sys/fs/nfsclient/nfs_clbio.c
1330
struct timespec ts;
sys/fs/nfsclient/nfs_clbio.c
845
struct timespec ts;
sys/fs/nfsclient/nfs_clport.c
453
struct timespec mtime_save;
sys/fs/nfsclient/nfs_clrpcops.c
4006
struct timespec dctime, ts;
sys/fs/nfsclient/nfs_clrpcops.c
5532
struct timespec verstime;
sys/fs/nfsclient/nfs_clstate.c
5192
nfscl_delegmodtime(struct vnode *vp, struct timespec *mtime)
sys/fs/nfsclient/nfs_clstate.c
5230
nfscl_deleggetmodtime(vnode_t vp, struct timespec *mtime)
sys/fs/nfsclient/nfs_clvnops.c
1022
struct timespec ts;
sys/fs/nfsclient/nfs_clvnops.c
1230
struct timespec nctime, ts;
sys/fs/nfsclient/nfs_clvnops.c
2883
struct timespec ts;
sys/fs/nfsclient/nfs_clvnops.c
3111
struct timespec ts;
sys/fs/nfsclient/nfs_clvnops.c
3705
struct timespec ts;
sys/fs/nfsclient/nfs_clvnops.c
3835
struct timespec ts;
sys/fs/nfsclient/nfs_clvnops.c
3910
struct timespec ts;
sys/fs/nfsclient/nfsnode.h
103
struct timespec n_mtime; /* Prev modify time. */
sys/fs/nfsclient/nfsnode.h
110
struct timespec nf_atim; /* Special file times */
sys/fs/nfsclient/nfsnode.h
115
struct timespec nf_mtim;
sys/fs/nfsclient/nfsnode.h
129
struct timespec n_localmodtime; /* Last local modify */
sys/fs/nfsserver/nfs_nfsdserv.c
409
struct timespec guard = { 0, 0 };
sys/fs/nfsserver/nfs_nfsdserv.c
4584
struct timespec verstime;
sys/fs/nfsserver/nfs_nfsdserv.c
5179
struct timespec newmtime;
sys/fs/nfsserver/nfs_nfsdstate.c
6797
int hasnewmtime, struct timespec *newmtimep, int reclaim,
sys/fs/nfsserver/nfs_nfsdstate.c
8348
struct timespec mtime;
sys/fs/p9fs/p9fs_vnops.c
79
struct timespec ts;
sys/fs/smbfs/smbfs_node.h
52
struct timespec n_mtime; /* modify time */
sys/fs/smbfs/smbfs_node.h
53
struct timespec n_atime; /* last access time */
sys/fs/smbfs/smbfs_smb.c
424
smbfs_smb_setpattr(struct smbnode *np, u_int16_t attr, struct timespec *mtime,
sys/fs/smbfs/smbfs_smb.c
475
smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime,
sys/fs/smbfs/smbfs_smb.c
476
struct timespec *atime, int attr, struct smb_cred *scred)
sys/fs/smbfs/smbfs_smb.c
530
smbfs_smb_setpattrNT(struct smbnode *np, u_short attr, struct timespec *mtime,
sys/fs/smbfs/smbfs_smb.c
531
struct timespec *atime, struct smb_cred *scred)
sys/fs/smbfs/smbfs_smb.c
581
smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime,
sys/fs/smbfs/smbfs_smb.c
582
struct timespec *atime, struct smb_cred *scred)
sys/fs/smbfs/smbfs_smb.c
626
smbfs_smb_setfattrNT(struct smbnode *np, u_int16_t attr, struct timespec *mtime,
sys/fs/smbfs/smbfs_smb.c
627
struct timespec *atime, struct smb_cred *scred)
sys/fs/smbfs/smbfs_smb.c
721
smbfs_smb_close(struct smb_share *ssp, u_int16_t fid, struct timespec *mtime,
sys/fs/smbfs/smbfs_smb.c
756
struct timespec ctime;
sys/fs/smbfs/smbfs_subr.c
102
struct timespec *tsp)
sys/fs/smbfs/smbfs_subr.c
52
smb_time_local2server(struct timespec *tsp, int tzoff, u_long *seconds)
sys/fs/smbfs/smbfs_subr.c
59
smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp)
sys/fs/smbfs/smbfs_subr.c
73
smb_time_NT2local(int64_t nsec, int tzoff, struct timespec *tsp)
sys/fs/smbfs/smbfs_subr.c
79
smb_time_local2NT(struct timespec *tsp, int tzoff, int64_t *nsec)
sys/fs/smbfs/smbfs_subr.c
88
smb_time_unix2dos(struct timespec *tsp, int tzoff, u_int16_t *ddp,
sys/fs/smbfs/smbfs_subr.c
91
struct timespec tt;
sys/fs/smbfs/smbfs_subr.h
137
struct timespec *mtime, struct smb_cred *scred);
sys/fs/smbfs/smbfs_subr.h
138
int smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime,
sys/fs/smbfs/smbfs_subr.h
139
struct timespec *atime, int attr, struct smb_cred *scred);
sys/fs/smbfs/smbfs_subr.h
141
struct timespec *mtime, struct timespec *atime, struct smb_cred *scred);
sys/fs/smbfs/smbfs_subr.h
143
int smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime,
sys/fs/smbfs/smbfs_subr.h
144
struct timespec *atime, struct smb_cred *scred);
sys/fs/smbfs/smbfs_subr.h
146
struct timespec *mtime, struct timespec *atime, struct smb_cred *scred);
sys/fs/smbfs/smbfs_subr.h
150
struct timespec *mtime, struct smb_cred *scred);
sys/fs/smbfs/smbfs_subr.h
173
void smb_time_local2server(struct timespec *tsp, int tzoff, u_long *seconds);
sys/fs/smbfs/smbfs_subr.h
174
void smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp);
sys/fs/smbfs/smbfs_subr.h
175
void smb_time_NT2local(int64_t nsec, int tzoff, struct timespec *tsp);
sys/fs/smbfs/smbfs_subr.h
176
void smb_time_local2NT(struct timespec *tsp, int tzoff, int64_t *nsec);
sys/fs/smbfs/smbfs_subr.h
177
void smb_time_unix2dos(struct timespec *tsp, int tzoff, u_int16_t *ddp,
sys/fs/smbfs/smbfs_subr.h
179
void smb_dos2unixtime (u_int dd, u_int dt, u_int dh, int tzoff, struct timespec *tsp);
sys/fs/smbfs/smbfs_subr.h
53
struct timespec;
sys/fs/smbfs/smbfs_subr.h
62
struct timespec fa_atime;
sys/fs/smbfs/smbfs_subr.h
63
struct timespec fa_ctime;
sys/fs/smbfs/smbfs_subr.h
64
struct timespec fa_mtime;
sys/fs/smbfs/smbfs_vnops.c
269
struct timespec *mtime, *atime;
sys/fs/tarfs/tarfs.h
73
struct timespec atime;
sys/fs/tarfs/tarfs.h
74
struct timespec mtime;
sys/fs/tarfs/tarfs.h
75
struct timespec ctime;
sys/fs/tarfs/tarfs.h
76
struct timespec birthtime;
sys/fs/tmpfs/tmpfs.h
215
struct timespec tn_atime; /* (vi) */
sys/fs/tmpfs/tmpfs.h
216
struct timespec tn_mtime; /* (vi) */
sys/fs/tmpfs/tmpfs.h
217
struct timespec tn_ctime; /* (vi) */
sys/fs/tmpfs/tmpfs.h
218
struct timespec tn_birthtime; /* (v) */
sys/fs/tmpfs/tmpfs.h
505
void tmpfs_itimes(struct vnode *, const struct timespec *,
sys/fs/tmpfs/tmpfs.h
506
const struct timespec *);
sys/fs/tmpfs/tmpfs_subr.c
2344
tmpfs_itimes(struct vnode *vp, const struct timespec *acc,
sys/fs/tmpfs/tmpfs_subr.c
2345
const struct timespec *mod)
sys/fs/tmpfs/tmpfs_subr.c
2348
struct timespec now;
sys/fs/udf/udf_vnops.c
219
udf_timetotimespec(struct timestamp *time, struct timespec *t)
sys/geom/raid/md_ddf.c
566
struct timespec ts;
sys/geom/raid/md_ddf.c
844
struct timespec ts;
sys/kern/coredump_vnode.c
215
struct timespec lasttime;
sys/kern/kern_event.c
120
const struct timespec *timeout,
sys/kern/kern_event.c
1288
const struct timespec *timeout;
sys/kern/kern_event.c
1316
struct timespec ts, *tsp;
sys/kern/kern_event.c
1465
struct kevent_copyops *k_ops, const struct timespec *timeout)
sys/kern/kern_event.c
1488
struct kevent_copyops *k_ops, const struct timespec *timeout)
sys/kern/kern_event.c
1532
struct kevent_copyops *k_ops, const struct timespec *timeout)
sys/kern/kern_event.c
2108
const struct timespec *tsp, struct kevent *keva, struct thread *td)
sys/kern/kern_ffclock.c
253
ffclock_nanotime(struct timespec *tsp)
sys/kern/kern_ffclock.c
279
ffclock_getnanotime(struct timespec *tsp)
sys/kern/kern_ffclock.c
306
ffclock_nanouptime(struct timespec *tsp)
sys/kern/kern_ffclock.c
332
ffclock_getnanouptime(struct timespec *tsp)
sys/kern/kern_ffclock.c
359
ffclock_nanodifftime(ffcounter ffdelta, struct timespec *tsp)
sys/kern/kern_ktrace.c
842
ktrcsw_impl(int out, int user, const char *wmesg, const struct timespec *tv)
sys/kern/kern_ktrace.c
874
ktrcsw_out(const struct timespec *tv, const char *wmesg)
sys/kern/kern_ntptime.c
191
static struct timespec pps_tf[3]; /* phase median filter */
sys/kern/kern_ntptime.c
258
struct timespec atv; /* nanosecond time */
sys/kern/kern_ntptime.c
744
hardpps(struct timespec *tsp, long delta_nsec)
sys/kern/kern_shutdown.c
364
struct timespec ts;
sys/kern/kern_sig.c
1272
struct timespec ts;
sys/kern/kern_sig.c
1273
struct timespec *timeout;
sys/kern/kern_sig.c
1341
struct timespec *timeout)
sys/kern/kern_sig.c
1348
struct timespec ts;
sys/kern/kern_synch.c
136
struct timespec sw_out_tv __ktrace_used;
sys/kern/kern_synch.c
245
struct timespec sw_out_tv __ktrace_used;
sys/kern/kern_tc.c
1013
dtrace_getnanotime(struct timespec *tsp)
sys/kern/kern_tc.c
1025
dtrace_getnanouptime(struct timespec *tsp)
sys/kern/kern_tc.c
1298
tc_setclock(struct timespec *ts)
sys/kern/kern_tc.c
1300
struct timespec tbef, taft;
sys/kern/kern_tc.c
157
void dtrace_getnanotime(struct timespec *tsp);
sys/kern/kern_tc.c
158
void dtrace_getnanouptime(struct timespec *tsp);
sys/kern/kern_tc.c
1792
struct timespec *tsp, *osp;
sys/kern/kern_tc.c
1797
struct timespec *tsp_ffc;
sys/kern/kern_tc.c
300
fbclock_nanouptime(struct timespec *tsp)
sys/kern/kern_tc.c
325
fbclock_nanotime(struct timespec *tsp)
sys/kern/kern_tc.c
350
fbclock_getnanouptime(struct timespec *tsp)
sys/kern/kern_tc.c
375
fbclock_getnanotime(struct timespec *tsp)
sys/kern/kern_tc.c
397
nanouptime(struct timespec *tsp)
sys/kern/kern_tc.c
422
nanotime(struct timespec *tsp)
sys/kern/kern_tc.c
447
getnanouptime(struct timespec *tsp)
sys/kern/kern_tc.c
472
getnanotime(struct timespec *tsp)
sys/kern/kern_tc.c
558
ffclock_reset_clock(struct timespec *ts)
sys/kern/kern_tc.c
79
struct timespec th_nanotime;
sys/kern/kern_tc.c
929
nanouptime(struct timespec *tsp)
sys/kern/kern_tc.c
950
nanotime(struct timespec *tsp)
sys/kern/kern_tc.c
971
getnanouptime(struct timespec *tsp)
sys/kern/kern_tc.c
992
getnanotime(struct timespec *tsp)
sys/kern/kern_thr.c
524
struct timespec ts, *tsp;
sys/kern/kern_thr.c
539
kern_thr_suspend(struct thread *td, struct timespec *tsp)
sys/kern/kern_time.c
112
static int itimespecfix(struct timespec *ts);
sys/kern/kern_time.c
124
struct timespec ts;
sys/kern/kern_time.c
1593
struct timespec cts;
sys/kern/kern_time.c
1619
struct timespec cts, ts;
sys/kern/kern_time.c
1686
itimespecfix(struct timespec *ts)
sys/kern/kern_time.c
1700
#define timespecfromns(ns) (struct timespec){ \
sys/kern/kern_time.c
1708
struct timespec cts, ts;
sys/kern/kern_time.c
226
struct timespec *tp;
sys/kern/kern_time.c
233
struct timespec ats;
sys/kern/kern_time.c
244
cputick2timespec(uint64_t runtime, struct timespec *ats)
sys/kern/kern_time.c
253
kern_thread_cputime(struct thread *targettd, struct timespec *ats)
sys/kern/kern_time.c
274
kern_process_cputime(struct proc *targetp, struct timespec *ats)
sys/kern/kern_time.c
290
get_cputime(struct thread *td, clockid_t clock_id, struct timespec *ats)
sys/kern/kern_time.c
318
kern_clock_gettime(struct thread *td, clockid_t clock_id, struct timespec *ats)
sys/kern/kern_time.c
393
const struct timespec *tp;
sys/kern/kern_time.c
400
struct timespec ats;
sys/kern/kern_time.c
414
kern_clock_settime(struct thread *td, clockid_t clock_id, struct timespec *ats)
sys/kern/kern_time.c
438
struct timespec *tp;
sys/kern/kern_time.c
444
struct timespec ts;
sys/kern/kern_time.c
457
kern_clock_getres(struct thread *td, clockid_t clock_id, struct timespec *ts)
sys/kern/kern_time.c
502
kern_nanosleep(struct thread *td, struct timespec *rqt, struct timespec *rmt)
sys/kern/kern_time.c
517
const struct timespec *rqt, struct timespec *rmt)
sys/kern/kern_time.c
519
struct timespec ts, now;
sys/kern/kern_time.c
626
struct timespec *rqtp;
sys/kern/kern_time.c
627
struct timespec *rmtp;
sys/kern/kern_time.c
643
struct timespec *rqtp;
sys/kern/kern_time.c
644
struct timespec *rmtp;
sys/kern/kern_time.c
660
const struct timespec *ua_rqtp, struct timespec *ua_rmtp)
sys/kern/kern_time.c
662
struct timespec rmt, rqt;
sys/kern/kern_time.c
90
int flags, const struct timespec *ua_rqtp,
sys/kern/kern_time.c
91
struct timespec *ua_rmtp);
sys/kern/kern_timeout.c
647
struct timespec ts2;
sys/kern/kern_umtx.c
1102
const struct timespec *timeout)
sys/kern/kern_umtx.c
128
int (*copyin_timeout)(const void *uaddr, struct timespec *tsp);
sys/kern/kern_umtx.c
134
struct timespec *tsp);
sys/kern/kern_umtx.c
2937
struct timespec *timeout, u_long wflags)
sys/kern/kern_umtx.c
3836
umtx_copyin_timeout(const void *uaddr, struct timespec *tsp)
sys/kern/kern_umtx.c
3877
umtx_copyout_timeout(void *uaddr, size_t sz, struct timespec *tsp)
sys/kern/kern_umtx.c
3896
struct timespec *ts, timeout;
sys/kern/kern_umtx.c
4141
struct timespec *ts, timeout;
sys/kern/kern_umtx.c
4776
umtx_copyin_timeouti386(const void *uaddr, struct timespec *tsp)
sys/kern/kern_umtx.c
4816
umtx_copyout_timeouti386(void *uaddr, size_t sz, struct timespec *tsp)
sys/kern/kern_umtx.c
4837
umtx_copyin_timeoutx32(const void *uaddr, struct timespec *tsp)
sys/kern/kern_umtx.c
4877
umtx_copyout_timeoutx32(void *uaddr, size_t sz, struct timespec *tsp)
sys/kern/kern_umtx.c
4946
.timespec_sz = sizeof(struct timespec),
sys/kern/kern_umtx.c
673
tstohz(const struct timespec *tsp)
sys/kern/kern_umtx.c
683
int absolute, const struct timespec *timeout)
sys/kern/kern_umtx.c
728
struct timespec tts;
sys/kern/kern_umtx.c
921
const struct timespec *timeout)
sys/kern/ksched.c
267
struct timespec *timespec)
sys/kern/ksched.c
270
*timespec = ksched->rr_interval;
sys/kern/ksched.c
56
struct timespec rr_interval;
sys/kern/p1003_1b.c
324
struct timespec timespec;
sys/kern/p1003_1b.c
327
error = kern_sched_rr_get_interval(td, uap->pid, &timespec);
sys/kern/p1003_1b.c
329
error = copyout(&timespec, uap->interval, sizeof(timespec));
sys/kern/p1003_1b.c
335
struct timespec *ts)
sys/kern/p1003_1b.c
359
struct timespec *ts)
sys/kern/subr_clock.c
135
clock_ct_to_ts(const struct clocktime *ct, struct timespec *ts)
sys/kern/subr_clock.c
195
clock_bcd_to_ts(const struct bcd_clocktime *bct, struct timespec *ts, bool ampm)
sys/kern/subr_clock.c
244
clock_ts_to_ct(const struct timespec *ts, struct clocktime *ct)
sys/kern/subr_clock.c
305
clock_ts_to_bcd(const struct timespec *ts, struct bcd_clocktime *bct, bool ampm)
sys/kern/subr_clock.c
369
clock_print_ts(const struct timespec *ts, int nsdigits)
sys/kern/subr_fattime.c
138
timespec2fattime(const struct timespec *tsp, int utc, uint16_t *ddp,
sys/kern/subr_fattime.c
217
struct timespec *tsp)
sys/kern/subr_fattime.c
259
struct timespec ts;
sys/kern/subr_rtc.c
107
struct timespec resadj;
sys/kern/subr_rtc.c
136
struct timespec ts;
sys/kern/subr_rtc.c
159
struct timespec now;
sys/kern/subr_rtc.c
200
clock_dbgprint_ts(device_t dev, int rw, const struct timespec *ts)
sys/kern/subr_rtc.c
289
read_clocks(struct timespec *ts, bool debug_read)
sys/kern/subr_rtc.c
333
struct timespec ts;
sys/kern/subr_rtc.c
376
struct timespec now;
sys/kern/subr_rtc.c
403
struct timespec ts_discard;
sys/kern/subr_stats.c
378
struct timespec tp;
sys/kern/sys_generic.c
1056
struct timespec ts;
sys/kern/sys_generic.c
1528
struct timespec ts, *tsp;
sys/kern/sys_generic.c
1547
struct timespec *tsp, sigset_t *uset)
sys/kern/sys_generic.c
1551
struct timespec ts;
sys/kern/sys_generic.c
1627
struct timespec ts, *tsp;
sys/kern/sys_generic.c
1653
struct timespec *tsp, sigset_t *set)
sys/kern/sys_pipe.c
244
static void pipe_timestamp(struct timespec *tsp);
sys/kern/sys_pipe.c
461
pipe_timestamp(struct timespec *tsp)
sys/kern/sys_timerfd.c
100
struct timespec tfd_mtim; /* (t) time of last settime */
sys/kern/sys_timerfd.c
101
struct timespec tfd_birthtim; /* (c) creation time */
sys/kern/sys_timerfd.c
113
timerfd_getboottime(struct timespec *ts)
sys/kern/sys_timerfd.c
143
struct timespec boottime, diff;
sys/kern/sys_timerfd.c
391
struct timespec curr_value;
sys/kern/sys_timerfd.c
522
struct timespec ts;
sys/kern/sys_timerfd.c
93
struct timespec tfd_boottim; /* (t) cached boottime */
sys/kern/sys_timerfd.c
99
struct timespec tfd_atim; /* (t) time of last read */
sys/kern/sysv_sem.c
1104
size_t nsops, struct timespec *timeout)
sys/kern/uipc_mqueue.c
148
struct timespec mn_birth;
sys/kern/uipc_mqueue.c
149
struct timespec mn_ctime;
sys/kern/uipc_mqueue.c
150
struct timespec mn_atime;
sys/kern/uipc_mqueue.c
151
struct timespec mn_mtime;
sys/kern/uipc_mqueue.c
1692
const struct timespec *abs_timeout)
sys/kern/uipc_mqueue.c
1695
struct timespec ts, ts2;
sys/kern/uipc_mqueue.c
1847
const struct timespec *abs_timeout)
sys/kern/uipc_mqueue.c
1850
struct timespec ts, ts2;
sys/kern/uipc_mqueue.c
2281
size_t msg_len, unsigned int *msg_prio, const struct timespec *abs_timeout)
sys/kern/uipc_mqueue.c
2301
struct timespec *abs_timeout, ets;
sys/kern/uipc_mqueue.c
2318
size_t msg_len, unsigned int msg_prio, const struct timespec *abs_timeout)
sys/kern/uipc_mqueue.c
2338
struct timespec *abs_timeout, ets;
sys/kern/uipc_mqueue.c
261
const struct timespec *abs_timeout);
sys/kern/uipc_mqueue.c
264
const struct timespec *abs_timeout);
sys/kern/uipc_mqueue.c
2825
struct timespec *abs_timeout, ets;
sys/kern/uipc_mqueue.c
2847
struct timespec *abs_timeout, ets;
sys/kern/uipc_sem.c
118
struct timespec *abstime);
sys/kern/uipc_sem.c
767
const struct timespec *abstime;
sys/kern/uipc_sem.c
773
struct timespec abstime;
sys/kern/uipc_sem.c
774
struct timespec *ts;
sys/kern/uipc_sem.c
807
struct timespec *abstime)
sys/kern/uipc_sem.c
809
struct timespec ts1, ts2;
sys/kern/uipc_sem.c
991
struct timespec *ts, abstime;
sys/kern/uipc_usrreq.c
3665
struct timespec *ts;
sys/kern/uipc_usrreq.c
3800
ts = (struct timespec *)
sys/kern/uipc_usrreq.c
3808
ts = (struct timespec *)
sys/kern/vfs_aio.c
1956
struct timespec *ts)
sys/kern/vfs_aio.c
2016
struct timespec ts, *tsp;
sys/kern/vfs_aio.c
2524
struct timespec *ts, struct aiocb_ops *ops)
sys/kern/vfs_aio.c
2598
struct timespec ts, *tsp;
sys/kern/vfs_aio.c
2949
struct timespec ts, *tsp;
sys/kern/vfs_aio.c
3055
struct timespec ts, *tsp;
sys/kern/vfs_cache.c
1946
struct timespec *tsp, int *ticksp)
sys/kern/vfs_cache.c
1979
struct timespec *tsp, int *ticksp)
sys/kern/vfs_cache.c
2102
struct timespec *tsp, int *ticksp)
sys/kern/vfs_cache.c
2174
struct timespec *tsp, int *ticksp)
sys/kern/vfs_cache.c
2522
struct timespec *tsp, struct timespec *dtsp)
sys/kern/vfs_cache.c
2741
struct timespec *tsp, struct timespec *dtsp, int flags)
sys/kern/vfs_cache.c
393
struct timespec nc_time; /* timespec provided by fs */
sys/kern/vfs_cache.c
394
struct timespec nc_dotdottime; /* dotdot timespec provided by fs */
sys/kern/vfs_cache.c
633
cache_out_ts(struct namecache *ncp, struct timespec *tsp, int *ticksp)
sys/kern/vfs_subr.c
1146
vfs_timestamp(struct timespec *tsp)
sys/kern/vfs_syscalls.c
3226
struct timespec *tsp)
sys/kern/vfs_syscalls.c
3259
getutimens(const struct timespec *usrtsp, enum uio_seg tspseg,
sys/kern/vfs_syscalls.c
3260
struct timespec *tsp, int *retflags)
sys/kern/vfs_syscalls.c
3262
struct timespec tsnow;
sys/kern/vfs_syscalls.c
3303
setutimes(struct thread *td, struct vnode *vp, const struct timespec *ts,
sys/kern/vfs_syscalls.c
3378
struct timespec ts[2];
sys/kern/vfs_syscalls.c
3415
struct timespec ts[2];
sys/kern/vfs_syscalls.c
3450
struct timespec ts[2];
sys/kern/vfs_syscalls.c
3481
kern_futimens(struct thread *td, int fd, const struct timespec *tptr,
sys/kern/vfs_syscalls.c
3484
struct timespec ts[2];
sys/kern/vfs_syscalls.c
3519
enum uio_seg pathseg, const struct timespec *tptr, enum uio_seg tptrseg,
sys/kern/vfs_syscalls.c
3523
struct timespec ts[2];
sys/kern/vfs_syscalls.c
95
static int getutimes(const struct timeval *, enum uio_seg, struct timespec *);
sys/kern/vfs_syscalls.c
96
static int getutimens(const struct timespec *, enum uio_seg,
sys/kern/vfs_syscalls.c
97
struct timespec *, int *);
sys/kern/vfs_syscalls.c
99
const struct timespec *, int, int);
sys/kern/vfs_vnops.c
3578
struct timespec curts, endts;
sys/net/bpf.c
2139
struct timespec ts;
sys/net/bpf.c
2398
struct timespec tsn;
sys/netgraph/netflow/netflow.c
1017
struct timespec ts;
sys/netgraph/netflow/netflow_v9.c
202
struct timespec ts;
sys/netinet/ip_input.c
1141
struct timespec ts1;
sys/netinet/ip_input.c
1161
struct timespec ts1;
sys/netinet/ip_input.c
1182
struct timespec ts, ts1;
sys/netinet/ip_input.c
1200
struct timespec ts;
sys/netinet/tcp_stacks/bbr.c
11318
struct timespec ts;
sys/netinet/tcp_stacks/bbr.c
11326
struct timespec ts;
sys/netinet/tcp_stacks/bbr.c
2233
struct timespec ts;
sys/netinet/tcp_stacks/rack.c
15218
struct timespec ts;
sys/netinet/tcp_stacks/rack.c
15560
struct timespec ts;
sys/netinet/tcp_stacks/rack.c
16236
struct timespec ts;
sys/netinet6/ip6_input.c
1132
struct timespec ts;
sys/netinet6/ip6_input.c
1135
struct timespec ts1;
sys/netpfil/pf/pf.c
6139
struct timespec ts;
sys/netpfil/pf/pf.c
6209
struct timespec ts;
sys/netpfil/pf/pf_ioctl.c
1738
struct timespec ts;
sys/netpfil/pf/pflow.c
1151
struct timespec tv;
sys/netsmb/smb_conn.h
452
struct timespec iod_lastrqsent;
sys/netsmb/smb_conn.h
453
struct timespec iod_pingtimo;
sys/netsmb/smb_iod.c
530
struct timespec ts, tstimeout;
sys/netsmb/smb_rq.h
88
struct timespec sr_timesent;
sys/netsmb/smb_trantcp.c
515
struct timespec ts1, ts2;
sys/netsmb/smb_trantcp.c
637
*(struct timespec*)data = nbp->nbp_timo;
sys/netsmb/smb_trantcp.h
63
struct timespec nbp_timo;
sys/nfs/nfsproto.h
507
struct timespec fa4_atime;
sys/nfs/nfsproto.h
508
struct timespec fa4_btime;
sys/nfs/nfsproto.h
509
struct timespec fa4_ctime;
sys/nfs/nfsproto.h
510
struct timespec fa4_mtime;
sys/nfsclient/nfsnode.h
105
struct timespec n_mtime; /* Prev modify time. */
sys/nfsclient/nfsnode.h
111
struct timespec nf_atim; /* Special file times */
sys/nfsclient/nfsnode.h
116
struct timespec nf_mtim;
sys/ofed/drivers/infiniband/ulp/sdp/sdp_dbg.h
56
struct timespec tv;
sys/powerpc/mpc85xx/ds1553_bus_fdt.c
88
struct timespec ts;
sys/powerpc/mpc85xx/ds1553_core.c
131
ds1553_settime(device_t dev, struct timespec *ts)
sys/powerpc/mpc85xx/ds1553_core.c
88
ds1553_gettime(device_t dev, struct timespec *ts)
sys/powerpc/mpc85xx/ds1553_reg.h
103
int ds1553_gettime(device_t, struct timespec *);
sys/powerpc/mpc85xx/ds1553_reg.h
104
int ds1553_settime(device_t, struct timespec *);
sys/powerpc/powermac/cuda.c
773
cuda_gettime(device_t dev, struct timespec *ts)
sys/powerpc/powermac/cuda.c
792
cuda_settime(device_t dev, struct timespec *ts)
sys/powerpc/powermac/cuda.c
83
static int cuda_gettime(device_t dev, struct timespec *ts);
sys/powerpc/powermac/cuda.c
84
static int cuda_settime(device_t dev, struct timespec *ts);
sys/powerpc/powermac/pmu.c
1089
pmu_gettime(device_t dev, struct timespec *ts)
sys/powerpc/powermac/pmu.c
1107
pmu_settime(device_t dev, struct timespec *ts)
sys/powerpc/powermac/pmu.c
86
static int pmu_gettime(device_t dev, struct timespec *ts);
sys/powerpc/powermac/pmu.c
87
static int pmu_settime(device_t dev, struct timespec *ts);
sys/powerpc/powermac/smu.c
1335
smu_gettime(device_t dev, struct timespec *ts)
sys/powerpc/powermac/smu.c
1360
smu_settime(device_t dev, struct timespec *ts)
sys/powerpc/powermac/smu.c
167
static int smu_gettime(device_t dev, struct timespec *ts);
sys/powerpc/powermac/smu.c
168
static int smu_settime(device_t dev, struct timespec *ts);
sys/powerpc/powernv/opal_dev.c
268
opal_gettime(device_t dev, struct timespec *ts)
sys/powerpc/powernv/opal_dev.c
301
opal_settime(device_t dev, struct timespec *ts)
sys/powerpc/powernv/opal_dev.c
54
static int opal_gettime(device_t dev, struct timespec *ts);
sys/powerpc/powernv/opal_dev.c
55
static int opal_settime(device_t dev, struct timespec *ts);
sys/powerpc/ps3/ps3bus.c
75
static int ps3_gettime(device_t dev, struct timespec *ts);
sys/powerpc/ps3/ps3bus.c
76
static int ps3_settime(device_t dev, struct timespec *ts);
sys/powerpc/ps3/ps3bus.c
762
ps3_gettime(device_t dev, struct timespec *ts)
sys/powerpc/ps3/ps3bus.c
777
ps3_settime(device_t dev, struct timespec *ts)
sys/powerpc/pseries/rtas_dev.c
103
rtas_gettime(device_t dev, struct timespec *ts) {
sys/powerpc/pseries/rtas_dev.c
131
rtas_settime(device_t dev, struct timespec *ts)
sys/powerpc/pseries/rtas_dev.c
51
static int rtas_gettime(device_t dev, struct timespec *ts);
sys/powerpc/pseries/rtas_dev.c
52
static int rtas_settime(device_t dev, struct timespec *ts);
sys/riscv/sifive/fe310_aon.c
179
feaon_rtc_settime(device_t dev, struct timespec *ts)
sys/riscv/sifive/fe310_aon.c
218
feaon_rtc_gettime(device_t dev, struct timespec *ts)
sys/security/audit/audit_bsm.c
116
kau_close(struct au_record *rec, struct timespec *ctime, short event)
sys/security/audit/audit_private.h
177
struct timespec ar_starttime;
sys/security/audit/audit_private.h
178
struct timespec ar_endtime;
sys/security/mac/mac_framework.h
662
struct timespec atime, struct timespec mtime);
sys/security/mac/mac_framework.h
86
struct timespec;
sys/security/mac/mac_policy.h
693
struct timespec atime, struct timespec mtime);
sys/security/mac/mac_vfs.c
874
struct timespec atime, struct timespec mtime)
sys/security/mac_biba/mac_biba.c
3429
struct label *vplabel, struct timespec atime, struct timespec mtime)
sys/security/mac_bsdextended/ugidfw_internal.h
106
struct label *vplabel, struct timespec atime,
sys/security/mac_bsdextended/ugidfw_internal.h
107
struct timespec utime);
sys/security/mac_bsdextended/ugidfw_vnode.c
268
struct label *vplabel, struct timespec atime, struct timespec utime)
sys/security/mac_lomac/mac_lomac.c
2723
struct label *vplabel, struct timespec atime, struct timespec mtime)
sys/security/mac_mls/mac_mls.c
3058
struct label *vplabel, struct timespec atime, struct timespec mtime)
sys/security/mac_stub/mac_stub.c
1691
struct label *vplabel, struct timespec atime, struct timespec mtime)
sys/security/mac_test/mac_test.c
3035
struct label *vplabel, struct timespec atime, struct timespec mtime)
sys/sys/_semaphore.h
32
struct timespec;
sys/sys/_semaphore.h
44
int ksem_timedwait(semid_t id, const struct timespec *abstime);
sys/sys/_umtx.h
78
struct timespec _timeout;
sys/sys/aio.h
224
struct timespec;
sys/sys/aio.h
275
int aio_suspend(const struct aiocb * const[], int, const struct timespec *);
sys/sys/aio.h
283
ssize_t aio_waitcomplete(struct aiocb **, struct timespec *);
sys/sys/clock.h
120
int clock_bcd_to_ts(const struct bcd_clocktime *, struct timespec *, bool ampm);
sys/sys/clock.h
121
void clock_ts_to_bcd(const struct timespec *, struct bcd_clocktime *, bool ampm);
sys/sys/clock.h
172
void timespec2fattime(const struct timespec *tsp, int utc, u_int16_t *ddp,
sys/sys/clock.h
175
struct timespec *tsp);
sys/sys/clock.h
184
void clock_print_ts(const struct timespec *ts, int nsdig);
sys/sys/clock.h
196
void clock_dbgprint_ts(device_t dev, int rw, const struct timespec *ts);
sys/sys/clock.h
83
int clock_ct_to_ts(const struct clocktime *, struct timespec *);
sys/sys/clock.h
84
void clock_ts_to_ct(const struct timespec *, struct clocktime *);
sys/sys/conf.h
66
struct timespec si_atime;
sys/sys/conf.h
67
struct timespec si_ctime;
sys/sys/conf.h
68
struct timespec si_mtime;
sys/sys/event.h
379
struct timespec;
sys/sys/event.h
387
const struct timespec *timeout);
sys/sys/ksem.h
54
struct timespec ks_atime;
sys/sys/ksem.h
55
struct timespec ks_mtime;
sys/sys/ksem.h
56
struct timespec ks_ctime;
sys/sys/ksem.h
57
struct timespec ks_birthtime;
sys/sys/ktrace.h
343
void ktrcsw_out(const struct timespec *, const char *);
sys/sys/ktrace.h
72
struct timespec ktr_time; /* timestamp */
sys/sys/mbuf.h
1818
mbuf_tstmp2timespec(struct mbuf *m, struct timespec *ts)
sys/sys/mman.h
281
struct timespec shm_atime;
sys/sys/mman.h
282
struct timespec shm_mtime;
sys/sys/mman.h
283
struct timespec shm_ctime;
sys/sys/mman.h
284
struct timespec shm_birthtime;
sys/sys/pipe.h
108
struct timespec pipe_atime; /* time of last access */
sys/sys/pipe.h
109
struct timespec pipe_mtime; /* time of last modify */
sys/sys/pipe.h
110
struct timespec pipe_ctime; /* time of status change */
sys/sys/pmclog.h
155
struct timespec pl_ts;
sys/sys/poll.h
120
const struct timespec *__restrict _timeout,
sys/sys/posix4.h
108
struct thread *, struct timespec *);
sys/sys/sched.h
373
int sched_rr_get_interval(pid_t, struct timespec *);
sys/sys/select.h
125
const struct timespec *__restrict, const sigset_t *__restrict);
sys/sys/socket.h
718
struct timespec;
sys/sys/socket.h
720
const struct timespec * __restrict);
sys/sys/stat.h
111
struct timespec st_atim; /* time of last access */
sys/sys/stat.h
112
struct timespec st_mtim; /* time of last data modification */
sys/sys/stat.h
113
struct timespec st_ctim; /* time of last file status change */
sys/sys/stat.h
130
struct timespec st_atim; /* time of last access */
sys/sys/stat.h
131
struct timespec st_mtim; /* time of last data modification */
sys/sys/stat.h
132
struct timespec st_ctim; /* time of last file status change */
sys/sys/stat.h
139
struct timespec st_birthtim; /* time of file creation */
sys/sys/stat.h
148
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
sys/sys/stat.h
149
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
sys/sys/stat.h
170
struct timespec st_atim; /* time of last access */
sys/sys/stat.h
174
struct timespec st_mtim; /* time of last data modification */
sys/sys/stat.h
178
struct timespec st_ctim; /* time of last file status change */
sys/sys/stat.h
182
struct timespec st_birthtim; /* time of file creation */
sys/sys/stat.h
201
struct timespec st_atim; /* time of last access */
sys/sys/stat.h
202
struct timespec st_mtim; /* time of last data modification */
sys/sys/stat.h
203
struct timespec st_ctim; /* time of last file status change */
sys/sys/stat.h
209
struct timespec st_birthtim; /* time of file creation */
sys/sys/stat.h
214
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
sys/sys/stat.h
215
unsigned int :(8 / 2) * (16 - (int)sizeof(struct timespec));
sys/sys/stat.h
378
int futimens(int fd, const struct timespec times[2]);
sys/sys/stat.h
379
int utimensat(int fd, const char *path, const struct timespec times[2],
sys/sys/syscallsubr.h
107
struct timespec *ts);
sys/sys/syscallsubr.h
109
struct timespec *ats);
sys/sys/syscallsubr.h
111
const struct timespec *rqtp, struct timespec *rmtp);
sys/sys/syscallsubr.h
113
struct timespec *ats);
sys/sys/syscallsubr.h
114
void kern_thread_cputime(struct thread *targettd, struct timespec *ats);
sys/sys/syscallsubr.h
115
void kern_process_cputime(struct proc *targetp, struct timespec *ats);
sys/sys/syscallsubr.h
181
int kern_futimens(struct thread *td, int fd, const struct timespec *tptr,
sys/sys/syscallsubr.h
205
struct kevent_copyops *k_ops, const struct timespec *timeout);
sys/sys/syscallsubr.h
210
const struct timespec *timeout);
sys/sys/syscallsubr.h
223
size_t, unsigned int *, const struct timespec *);
sys/sys/syscallsubr.h
225
size_t, unsigned int, const struct timespec *);
sys/sys/syscallsubr.h
260
int kern_nanosleep(struct thread *td, struct timespec *rqt,
sys/sys/syscallsubr.h
261
struct timespec *rmt);
sys/sys/syscallsubr.h
277
struct timespec *tsp, sigset_t *uset);
sys/sys/syscallsubr.h
279
struct timespec *tsp, sigset_t *uset);
sys/sys/syscallsubr.h
318
struct timespec *ts);
sys/sys/syscallsubr.h
320
struct timespec *ts);
sys/sys/syscallsubr.h
355
struct ksiginfo *ksi, struct timespec *timeout);
sys/sys/syscallsubr.h
376
size_t nsops, struct timespec *timeout);
sys/sys/syscallsubr.h
380
int kern_thr_suspend(struct thread *td, struct timespec *tsp);
sys/sys/syscallsubr.h
392
enum uio_seg pathseg, const struct timespec *tptr,
sys/sys/sysproto.h
1184
char abstime_l_[PADL_(const struct timespec *)]; const struct timespec * abstime; char abstime_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
1187
char timeout_l_[PADL_(const struct timespec *)]; const struct timespec * timeout; char timeout_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
1260
char abs_timeout_l_[PADL_(const struct timespec *)]; const struct timespec * abs_timeout; char abs_timeout_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
1267
char abs_timeout_l_[PADL_(const struct timespec *)]; const struct timespec * abs_timeout; char abs_timeout_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
1532
char ts_l_[PADL_(const struct timespec *)]; const struct timespec * ts; char ts_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
1653
char ts_l_[PADL_(const struct timespec *)]; const struct timespec * ts; char ts_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
1658
char times_l_[PADL_(const struct timespec *)]; const struct timespec * times; char times_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
1663
char times_l_[PADL_(const struct timespec *)]; const struct timespec * times; char times_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
1718
char timeout_l_[PADL_(const struct timespec *)]; const struct timespec * timeout; char timeout_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
2758
char timeout_l_[PADL_(const struct timespec *)]; const struct timespec * timeout; char timeout_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
613
char tp_l_[PADL_(struct timespec *)]; struct timespec * tp; char tp_r_[PADR_(struct timespec *)];
sys/sys/sysproto.h
617
char tp_l_[PADL_(const struct timespec *)]; const struct timespec * tp; char tp_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
621
char tp_l_[PADL_(struct timespec *)]; struct timespec * tp; char tp_r_[PADR_(struct timespec *)];
sys/sys/sysproto.h
645
char rqtp_l_[PADL_(const struct timespec *)]; const struct timespec * rqtp; char rqtp_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
646
char rmtp_l_[PADL_(struct timespec *)]; struct timespec * rmtp; char rmtp_r_[PADR_(struct timespec *)];
sys/sys/sysproto.h
660
char rqtp_l_[PADL_(const struct timespec *)]; const struct timespec * rqtp; char rqtp_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
661
char rmtp_l_[PADL_(struct timespec *)]; struct timespec * rmtp; char rmtp_r_[PADR_(struct timespec *)];
sys/sys/sysproto.h
774
char timeout_l_[PADL_(const struct timespec *)]; const struct timespec * timeout; char timeout_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
823
char interval_l_[PADL_(struct timespec *)]; struct timespec * interval; char interval_r_[PADR_(struct timespec *)];
sys/sys/sysproto.h
858
char timeout_l_[PADL_(const struct timespec *)]; const struct timespec * timeout; char timeout_r_[PADR_(const struct timespec *)];
sys/sys/sysproto.h
930
char timeout_l_[PADL_(struct timespec *)]; struct timespec * timeout; char timeout_r_[PADR_(struct timespec *)];
sys/sys/thr.h
80
int thr_suspend(const struct timespec *timeout);
sys/sys/time.h
292
bintime2timespec(const struct bintime *_bt, struct timespec *_ts)
sys/sys/time.h
312
timespec2bintime(const struct timespec *_ts, struct bintime *_bt)
sys/sys/time.h
338
static __inline struct timespec
sys/sys/time.h
341
struct timespec _ts;
sys/sys/time.h
349
tstosbt(struct timespec _ts)
sys/sys/time.h
356
tstosbt_sat(struct timespec _ts)
sys/sys/time.h
560
void nanouptime(struct timespec *tsp);
sys/sys/time.h
573
void nanotime(struct timespec *tsp);
sys/sys/time.h
577
void getnanouptime(struct timespec *tsp);
sys/sys/time.h
590
void getnanotime(struct timespec *tsp);
sys/sys/timeffc.h
157
void ffclock_reset_clock(struct timespec *ts);
sys/sys/timeffc.h
209
void ffclock_nanotime(struct timespec *tsp);
sys/sys/timeffc.h
213
void ffclock_getnanotime(struct timespec *tsp);
sys/sys/timeffc.h
217
void ffclock_nanouptime(struct timespec *tsp);
sys/sys/timeffc.h
221
void ffclock_getnanouptime(struct timespec *tsp);
sys/sys/timeffc.h
229
void ffclock_nanodifftime(ffcounter ffdelta, struct timespec *tsp);
sys/sys/timeffc.h
239
void fbclock_nanotime(struct timespec *tsp);
sys/sys/timeffc.h
243
void fbclock_getnanotime(struct timespec *tsp);
sys/sys/timeffc.h
247
void fbclock_nanouptime(struct timespec *tsp);
sys/sys/timeffc.h
251
void fbclock_getnanouptime(struct timespec *tsp);
sys/sys/timeffc.h
271
nanotime_fromclock(struct timespec *tsp, int whichclock)
sys/sys/timeffc.h
301
getnanotime_fromclock(struct timespec *tsp, int whichclock)
sys/sys/timeffc.h
331
nanouptime_fromclock(struct timespec *tsp, int whichclock)
sys/sys/timeffc.h
361
getnanouptime_fromclock(struct timespec *tsp, int whichclock)
sys/sys/timepps.h
108
struct timespec timeout;
sys/sys/timepps.h
114
struct timespec timeout;
sys/sys/timepps.h
172
void hardpps(struct timespec *tsp, long nsec);
sys/sys/timepps.h
215
pps_info_t *ppsinfobuf, const struct timespec *timeout)
sys/sys/timepps.h
233
pps_info_ffc_t *ppsinfobuf, const struct timespec *timeout)
sys/sys/timepps.h
39
struct timespec tspec;
sys/sys/timespec.h
57
struct timespec it_interval;
sys/sys/timespec.h
58
struct timespec it_value;
sys/sys/timetc.h
89
void tc_setclock(struct timespec *ts);
sys/sys/timex.h
113
struct timespec time; /* current time (ns) (ro) */
sys/sys/umtxvar.h
202
const struct timespec *);
sys/sys/umtxvar.h
203
int umtx_copyin_timeout(const void *, struct timespec *);
sys/sys/umtxvar.h
85
struct timespec cur;
sys/sys/umtxvar.h
86
struct timespec end;
sys/sys/vdso.h
74
struct timespec;
sys/sys/vdso.h
78
int __vdso_clock_gettime(clockid_t clock_id, struct timespec *ts);
sys/sys/vnode.h
307
struct timespec va_atime; /* time of last access */
sys/sys/vnode.h
308
struct timespec va_mtime; /* time of last modification */
sys/sys/vnode.h
309
struct timespec va_ctime; /* time file changed */
sys/sys/vnode.h
310
struct timespec va_birthtime; /* time file created */
sys/sys/vnode.h
658
struct componentname *cnp, struct timespec *tsp,
sys/sys/vnode.h
659
struct timespec *dtsp, int flags);
sys/sys/vnode.h
663
struct componentname *cnp, struct timespec *tsp,
sys/sys/vnode.h
664
struct timespec *dtsp);
sys/sys/vnode.h
666
struct componentname *cnp, struct timespec *tsp, int *ticksp);
sys/sys/vnode.h
867
void vfs_timestamp(struct timespec *);
sys/tests/fib_lookup/fib_lookup.c
198
struct timespec ts_pre, ts_post;
sys/tests/fib_lookup/fib_lookup.c
263
struct timespec ts_pre, ts_post;
sys/tests/fib_lookup/fib_lookup.c
400
struct timespec ts_pre, ts_post;
sys/tests/fib_lookup/fib_lookup.c
522
struct timespec ts_pre, ts_post;
sys/tests/fib_lookup/fib_lookup.c
715
struct timespec ts_pre, ts_post;
sys/tests/fib_lookup/fib_lookup.c
783
struct timespec ts_pre, ts_post;
sys/tests/ktest.c
313
struct timespec ts;
sys/ufs/ffs/ffs_alloc.c
1119
struct timespec ts;
sys/ufs/ffs/ffs_snapshot.c
219
struct timespec starttime = {0, 0}, endtime;
sys/ufs/ufs/ufs_vnops.c
149
struct timespec ts;
sys/x86/include/pvclock.h
136
struct timespec *ts);
sys/x86/include/pvclock.h
140
void pvclock_gettime(struct pvclock *pvc, struct timespec *ts);
sys/x86/iommu/intel_dmar.h
386
extern struct timespec dmar_hw_timeout;
sys/x86/iommu/intel_dmar.h
390
struct timespec last, curr; \
sys/x86/iommu/intel_utils.c
510
struct timespec dmar_hw_timeout = {
sys/x86/isa/atrtc.c
562
atrtc_settime(device_t dev __unused, struct timespec *ts)
sys/x86/isa/atrtc.c
599
atrtc_gettime(device_t dev, struct timespec *ts)
sys/x86/x86/pvclock.c
119
pvclock_read_wall_clock(struct pvclock_wall_clock *wc, struct timespec *ts)
sys/x86/x86/pvclock.c
184
pvclock_get_wallclock(struct pvclock_wall_clock *wc, struct timespec *ts)
sys/x86/x86/pvclock.c
265
pvclock_gettime(struct pvclock *pvc, struct timespec *ts)
sys/x86/x86/pvclock.c
267
struct timespec system_ts;
sys/x86/x86/pvclock.c
63
struct timespec *ts);
tests/sys/aio/aio_kqueue_test.c
61
struct timespec ts;
tests/sys/aio/aio_test.c
1760
struct timespec timeout;
tests/sys/aio/lio_kqueue_test.c
64
struct timespec ts;
tests/sys/audit/administrative.c
129
struct timespec tp;
tests/sys/audit/administrative.c
156
struct timespec tp;
tests/sys/audit/utils.c
147
struct timespec currtime, endtime, timeout;
tests/sys/capsicum/capmode.cc
244
struct timespec ts;
tests/sys/capsicum/capmode.cc
303
struct timespec ts;
tests/sys/capsicum/capmode.cc
311
struct timespec ts;
tests/sys/capsicum/linux.cc
1271
struct timespec ts;
tests/sys/capsicum/mqueue.cc
74
struct timespec ts;
tests/sys/capsicum/select.cc
131
struct timespec ts;
tests/sys/capsicum/select.cc
77
struct timespec ts;
tests/sys/capsicum/syscalls.h
78
unsigned *__restrict, const struct timespec *__restrict);
tests/sys/capsicum/syscalls.h
80
const struct timespec *);
tests/sys/fifo/fifo_io.c
916
struct timespec timeout;
tests/sys/fifo/fifo_io.c
955
struct timespec timeout;
tests/sys/fifo/fifo_kqueue.c
101
&(struct timespec) { 0, 0 }) == 1);
tests/sys/fifo/fifo_kqueue.c
117
&(struct timespec) { 0, 0 }) == 1);
tests/sys/fifo/fifo_kqueue.c
168
&(struct timespec) { 0, 0 }) == 1);
tests/sys/fifo/fifo_kqueue.c
172
&(struct timespec) { 0, 0 }) == 0);
tests/sys/fifo/fifo_kqueue.c
196
&(struct timespec) { 0, 0 }) == 0);
tests/sys/fifo/fifo_kqueue.c
203
r = kevent(kq, NULL, 0, kev, nitems(kev), &(struct timespec) { 1, 0 });
tests/sys/fifo/fifo_kqueue.c
212
&(struct timespec) { 0, 0 }) == 0);
tests/sys/fifo/fifo_kqueue.c
255
&(struct timespec){ 0, 0 }) == 1);
tests/sys/fifo/fifo_kqueue.c
270
&(struct timespec) { 0, 0 }) == 0);
tests/sys/fifo/fifo_kqueue.c
298
&(struct timespec) { 0, 0 }) == 0);
tests/sys/fifo/fifo_kqueue.c
307
&(struct timespec) { 0, 0 }) == 1);
tests/sys/fifo/fifo_kqueue.c
324
&(struct timespec) { 0, 0 }) == 0);
tests/sys/fifo/fifo_kqueue.c
351
&(struct timespec) { 0, 0 }) == 0);
tests/sys/fifo/fifo_kqueue.c
360
&(struct timespec) { 0, 0 }) == 1);
tests/sys/fifo/fifo_kqueue.c
384
&(struct timespec) { 0, 0 }) == 0);
tests/sys/fifo/fifo_kqueue.c
400
&(struct timespec) { 0, 0 }) == 0);
tests/sys/fifo/fifo_kqueue.c
408
&(struct timespec) { 0, 0 }) == 1);
tests/sys/fifo/fifo_kqueue.c
67
&(struct timespec) { 0, 0 }) == 1);
tests/sys/fifo/fifo_kqueue.c
85
&(struct timespec) { 0, 0 }) == 0);
tests/sys/fifo/fifo_kqueue.c
94
&(struct timespec) { 0, 0 }) == 0);
tests/sys/file/path_test.c
110
struct timespec ts[2];
tests/sys/file/path_test.c
397
struct timespec ts[2];
tests/sys/fs/fusefs/create.cc
274
struct timespec entry_valid = {.tv_sec = 0, .tv_nsec = 0};
tests/sys/fs/fusefs/create.cc
303
struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0};
tests/sys/fs/fusefs/default_permissions.cc
672
const timespec times[2] = {
tests/sys/fs/fusefs/default_permissions.cc
705
const timespec times[2] = {
tests/sys/fs/fusefs/lookup.cc
356
struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0};
tests/sys/fs/fusefs/lookup.cc
373
struct timespec entry_valid = {.tv_sec = 0, .tv_nsec = NAP_NS / 2};
tests/sys/fs/fusefs/mkdir.cc
126
struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0};
tests/sys/fs/fusefs/mkdir.cc
91
struct timespec entry_valid = {.tv_sec = 0, .tv_nsec = 0};
tests/sys/fs/fusefs/mockfs.cc
132
ReturnNegativeCache(const struct timespec *entry_valid)
tests/sys/fs/fusefs/mockfs.cc
941
struct timespec timeout_ts;
tests/sys/fs/fusefs/mockfs.hh
259
ProcessMockerT ReturnNegativeCache(const struct timespec *entry_valid);
tests/sys/fs/fusefs/rename.cc
103
struct timespec entry_valid = {.tv_sec = 0, .tv_nsec = 0};
tests/sys/fs/fusefs/rename.cc
137
struct timespec entry_valid = {.tv_sec = TIME_T_MAX, .tv_nsec = 0};
tests/sys/fs/fusefs/rename.cc
199
struct timespec now, timeout;
tests/sys/fs/fusefs/setattr.cc
597
const timespec oldtimes[2] = {
tests/sys/fs/fusefs/setattr.cc
601
const timespec newtimes[2] = {
tests/sys/fs/fusefs/setattr.cc
652
const timespec oldtimes[2] = {
tests/sys/fs/fusefs/setattr.cc
656
const timespec newtimes[2] = {
tests/sys/fs/fusefs/setattr.cc
708
const timespec oldtimes[2] = {
tests/sys/fs/fusefs/setattr.cc
712
const timespec newtimes[2] = {
tests/sys/fs/fusefs/setattr.cc
717
const timespec now[2] = {
tests/sys/kern/listener_wakeup.c
226
struct timespec ts;
tests/sys/kern/pipe/pipe_kqueue_test.c
113
&(struct timespec) { 0, 0 }) == 1);
tests/sys/kern/pipe/pipe_kqueue_test.c
129
&(struct timespec) { 0, 0 }) == 1);
tests/sys/kern/pipe/pipe_kqueue_test.c
173
&(struct timespec) { 0, 0 }) == 1);
tests/sys/kern/pipe/pipe_kqueue_test.c
217
&(struct timespec) { 0, 0 }) == 2);
tests/sys/kern/pipe/pipe_kqueue_test.c
281
&(struct timespec) { 0, 0 }) == 1);
tests/sys/kern/pipe/pipe_kqueue_test.c
334
&(struct timespec){ 0, 0 }) == 2);
tests/sys/kern/pipe/pipe_kqueue_test.c
63
&(struct timespec) { 0, 0 }) == 1);
tests/sys/kern/pipe/pipe_kqueue_test.c
81
&(struct timespec) { 0, 0 }) == 0);
tests/sys/kern/pipe/pipe_kqueue_test.c
90
&(struct timespec) { 0, 0 }) == 0);
tests/sys/kern/pipe/pipe_kqueue_test.c
96
r = kevent(kq, NULL, 0, kev, nitems(kev), &(struct timespec) { 0, 0 });
tests/sys/kern/prace.c
41
struct timespec timeout = { .tv_nsec = 1000000 };
tests/sys/kern/ptrace_test.c
4170
struct timespec rqt;
tests/sys/kern/ptrace_test.c
4468
struct timespec sleep_time;
tests/sys/kern/ptrace_test.c
4474
static const struct timespec ten_sec = {
tests/sys/kern/ptrace_test.c
4478
static const struct timespec twelve_sec = {
tests/sys/kern/ptrace_test.c
4487
struct timespec rqt, now, wake;
tests/sys/kern/sigwait.c
122
struct timespec ts, timeout, now;
tests/sys/kern/sigwait.c
208
struct timespec ts;
tests/sys/kern/sigwait.c
25
static inline struct timespec
tests/sys/kern/sigwait.c
262
struct timespec ts;
tests/sys/kern/sigwait.c
28
struct timespec rts;
tests/sys/kern/sigwait.c
342
struct timespec ts;
tests/sys/kern/socket_splice.c
476
struct timespec ts;
tests/sys/kern/timerfd.c
1023
&(struct timespec) {
tests/sys/kern/timerfd.c
1073
&(struct timespec) {
tests/sys/kern/timerfd.c
1168
ATF_REQUIRE(nanosleep(&(struct timespec) { .tv_sec = 2 }, NULL) == 0);
tests/sys/kern/timerfd.c
1225
ATF_REQUIRE(nanosleep(&(struct timespec) { .tv_sec = 2 }, NULL) == 0);
tests/sys/kern/timerfd.c
124
struct timespec b, e;
tests/sys/kern/timerfd.c
163
struct timespec b, e;
tests/sys/kern/timerfd.c
204
struct timespec b, e;
tests/sys/kern/timerfd.c
247
struct timespec b, e;
tests/sys/kern/timerfd.c
376
struct timespec b, e;
tests/sys/kern/timerfd.c
527
struct timespec b, e;
tests/sys/kern/timerfd.c
563
struct timespec b, e;
tests/sys/kern/timerfd.c
572
struct timespec ts_600ms = {
tests/sys/kern/timerfd.c
619
struct timespec b;
tests/sys/kern/timerfd.c
669
struct timespec b;
tests/sys/kern/timerfd.c
809
struct timespec b;
tests/sys/kern/timerfd.c
816
struct timespec e;
tests/sys/kern/timerfd.c
819
struct timespec diff;
tests/sys/kern/timerfd.c
855
struct timespec b;
tests/sys/kern/timerfd.c
862
struct timespec e;
tests/sys/kern/timerfd.c
865
struct timespec diff;
tests/sys/kern/timerfd.c
94
struct timespec b, e;
tests/sys/kern/timerfd.c
985
static struct timespec current_time;
tests/sys/kern/timerfd.c
993
clock_settime_or_skip_test(clockid_t clockid, struct timespec const *ts)
tests/sys/kern/unix_seqpacket_test.c
1323
struct timespec ts = {};
tests/sys/kern/unix_stream.c
170
&(struct timespec){.tv_nsec = 1000000} : NULL);
tests/sys/kern/unix_stream.c
498
struct timespec tp1, tp2, rtp, sleep = { .tv_nsec = 100000000 };
tests/sys/kqueue/kqueue_peek_signal.c
80
rv = kevent(kq, NULL, 0, &kev, 1, &(struct timespec) { 0, 0 });
tests/sys/kqueue/kqueue_peek_signal.c
84
rv = kevent(kq, NULL, 0, &kev, 1, &(struct timespec) { 0, 0 });
tests/sys/kqueue/kqueue_peek_signal.c
87
rv = kevent(skq, NULL, 0, &kev, 1, &(struct timespec) { 0, 0 });
tests/sys/kqueue/kqueue_peek_signal.c
89
rv = kevent(skq, NULL, 0, &kev, 1, &(struct timespec) { 0, 0 });
tests/sys/kqueue/kqueue_peek_signal.c
93
rv = sigtimedwait(&set, &siginfo, &(struct timespec) { 0, 0 });
tests/sys/kqueue/kqueue_peek_signal.c
96
rv = sigtimedwait(&set, &siginfo, &(struct timespec) { 0, 0 });
tests/sys/kqueue/libkqueue/main.c
31
struct timespec timeo;
tests/sys/kqueue/libkqueue/main.c
54
struct timespec timeo;
tests/sys/kqueue/libkqueue/main.c
92
struct timespec timeout = {seconds, 0};
tests/sys/kqueue/libkqueue/timer.c
359
struct timespec btp;
tests/sys/kqueue/libkqueue/timer.c
47
struct timespec stime = {
tests/sys/kqueue/libkqueue/timer.c
61
struct timespec stime = {
tests/sys/netinet/ip_reass_test.c
119
struct timespec ts;
tests/sys/netmap/ctrl-api-test.c
1604
struct timespec to;
tests/sys/netmap/ctrl-api-test.c
2203
struct timespec t;
tools/build/cross-build/include/mac/sys/stat.h
40
utimensat(int fd, const char *file, const struct timespec *ts, int flag)
tools/build/futimens.c
40
futimens(int fd, const struct timespec times[2])
tools/build/stat.h
39
int futimens(int, const struct timespec *);
tools/build/stat.h
40
int utimensat(int, const char *, const struct timespec *, int);
tools/build/utimensat.c
40
utimensat(int fd, const char *path, const struct timespec times[2], int flag)
tools/regression/fsx/fsx.c
987
struct timespec now;
tools/regression/gaithrstress/gaithrstress.c
110
struct timespec ts_begintime, ts_total;
tools/regression/gaithrstress/gaithrstress.c
47
struct timespec w_max_lookup_time;
tools/regression/gaithrstress/gaithrstress.c
75
struct timespec slptime = { 0, 0 };
tools/regression/p1003_1b/fifo.c
89
struct timespec interval;
tools/regression/posixsem/posixsem.c
754
struct timespec start, end;
tools/regression/posixsem/posixsem.c
901
struct timespec start, end;
tools/regression/priv/priv_clock_settime.c
45
static struct timespec the_time;
tools/regression/sockets/kqueue/kqueue.c
104
struct timespec ts;
tools/regression/sockets/kqueue/kqueue.c
189
struct timespec ts;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
112
static const struct timespec zero_ts;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
114
static const struct timespec max_ts = {.tv_nsec = (NSEC_MAX / 100)};
tools/regression/sockets/udp_pingpong/udp_pingpong.c
172
return (sizeof(struct timespec));
tools/regression/sockets/udp_pingpong/udp_pingpong.c
337
hdr_extract_ts(struct test_ctx *tcp, struct msghdr *mhp, struct timespec *tp)
tools/regression/sockets/udp_pingpong/udp_pingpong.c
342
struct timespec ts;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
384
size_t rlen, struct timespec *tp)
tools/regression/sockets/udp_pingpong/udp_pingpong.c
417
size_t rlen, struct timespec *tp)
tools/regression/sockets/udp_pingpong/udp_pingpong.c
67
struct timespec sent;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
68
struct timespec recvd;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
95
struct timespec a2b;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
96
struct timespec b2a;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
97
struct timespec e2e;
tools/regression/sockets/udp_pingpong/udp_pingpong.c
98
struct timespec a2b_b2a;
tools/regression/sockets/unix_cmsg/uc_check_time.c
34
static const struct timespec max_diff_ts = {.tv_sec = 1, .tv_nsec = 0};
tools/regression/sockets/unix_cmsg/uc_check_time.c
39
struct timespec bt;
tools/regression/sockets/unix_cmsg/uc_check_time.c
60
uc_check_timespec_real(const struct timespec *bt)
tools/regression/sockets/unix_cmsg/uc_check_time.c
62
struct timespec ct;
tools/regression/sockets/unix_cmsg/uc_check_time.c
74
uc_check_timespec_mono(const struct timespec *bt)
tools/regression/sockets/unix_cmsg/uc_check_time.c
76
struct timespec ct;
tools/regression/sockets/unix_cmsg/uc_check_time.h
29
struct timespec;
tools/regression/sockets/unix_cmsg/uc_check_time.h
33
int uc_check_timespec_real(const struct timespec *bt);
tools/regression/sockets/unix_cmsg/uc_check_time.h
34
int uc_check_timespec_mono(const struct timespec *bt);
tools/regression/tmpfs/h_tools.c
130
struct timespec to;
tools/test/gpioevents/gpioevents.c
157
struct timespec monotime, utctime;
tools/test/gpioevents/gpioevents.c
167
struct timespec ts;
tools/test/gpioevents/gpioevents.c
334
struct timespec tv;
tools/test/gpioevents/gpioevents.c
335
struct timespec *tv_ptr;
tools/test/gpioevents/gpioevents.c
54
static struct timespec utc_offset;
tools/test/ppsapi/ppsapitest.c
20
Chew(struct timespec *tsa, struct timespec *tsc, unsigned sa, unsigned sc)
tools/test/ppsapi/ppsapitest.c
38
struct timespec to;
tools/tools/mctest/mctest.cc
377
struct timespec sleeptime;
tools/tools/net80211/wesside/udps/udps.c
52
struct timespec ts;
tools/tools/netmap/ctrs.h
43
timespec_ge(const struct timespec *a, const struct timespec *b)
tools/tools/netmap/ctrs.h
55
static __inline struct timespec
tools/tools/netmap/ctrs.h
58
struct timespec ts = {
tools/tools/netmap/ctrs.h
66
timespec2val(const struct timespec *a)
tools/tools/netmap/ctrs.h
76
static __inline struct timespec
tools/tools/netmap/ctrs.h
77
timespec_add(struct timespec a, struct timespec b)
tools/tools/netmap/ctrs.h
79
struct timespec ret = { a.tv_sec + b.tv_sec, a.tv_nsec + b.tv_nsec };
tools/tools/netmap/ctrs.h
87
static __inline struct timespec
tools/tools/netmap/ctrs.h
88
timespec_sub(struct timespec a, struct timespec b)
tools/tools/netmap/ctrs.h
90
struct timespec ret = { a.tv_sec - b.tv_sec, a.tv_nsec - b.tv_nsec };
tools/tools/netmap/nmreplay.c
461
do {struct timespec t0 = {0,0}; *(b) = t0; } while (0)
tools/tools/netmap/nmreplay.c
679
struct timespec t;
tools/tools/netmap/pkt-gen.c
1362
static struct timespec
tools/tools/netmap/pkt-gen.c
1363
wait_time(struct timespec ts)
tools/tools/netmap/pkt-gen.c
1366
struct timespec w, cur;
tools/tools/netmap/pkt-gen.c
1391
struct timespec ts, now, last_print;
tools/tools/netmap/pkt-gen.c
1392
struct timespec nexttime = {0, 0}; /* silence compiler */
tools/tools/netmap/pkt-gen.c
1416
targ->tic = timespec_add(now, (struct timespec){2,0});
tools/tools/netmap/pkt-gen.c
1687
struct timespec nexttime = { 0, 0}; // XXX silence compiler
tools/tools/netmap/pkt-gen.c
1708
targ->tic = timespec_add(targ->tic, (struct timespec){2,0});
tools/tools/netmap/pkt-gen.c
181
do {struct timespec t0 = {0,0}; *(b) = t0; } while (0)
tools/tools/netmap/pkt-gen.c
2052
struct timespec nexttime = {0, 0};
tools/tools/netmap/pkt-gen.c
2079
targ->tic = timespec_add(targ->tic, (struct timespec){2,0});
tools/tools/netmap/pkt-gen.c
2797
struct timespec t_tic, t_toc;
tools/tools/netmap/pkt-gen.c
292
struct timespec tx_period;
tools/tools/netmap/pkt-gen.c
337
struct timespec tic, toc;
tools/tools/netrate/juggle/juggle.c
232
static struct timespec
tools/tools/netrate/juggle/juggle.c
235
struct timespec tstart, tfinish;
tools/tools/netrate/juggle/juggle.c
314
static struct timespec
tools/tools/netrate/juggle/juggle.c
317
struct timespec tstart, tfinish;
tools/tools/netrate/juggle/juggle.c
373
static struct timespec
tools/tools/netrate/juggle/juggle.c
376
struct timespec tstart, tfinish;
tools/tools/netrate/juggle/juggle.c
457
scale_timespec(struct timespec *ts, int p)
tools/tools/netrate/juggle/juggle.c
481
struct timespec juggle_results[LOOPS], process_results[LOOPS];
tools/tools/netrate/juggle/juggle.c
482
struct timespec thread_results[LOOPS];
tools/tools/netrate/netblast/netblast.c
68
struct timespec starttime, tmptime;
tools/tools/netrate/netreceive/netreceive.c
160
struct timespec now, then, delta;
tools/tools/netrate/netreceive/netreceive.c
75
timespec_add(struct timespec *tsa, struct timespec *tsb)
tools/tools/netrate/netreceive/netreceive.c
87
timespec_sub(struct timespec *tsa, struct timespec *tsb)
tools/tools/netrate/netsend/netsend.c
100
wait_time(struct timespec ts, struct timespec *wakeup_ts, long long *waited)
tools/tools/netrate/netsend/netsend.c
102
struct timespec curtime;
tools/tools/netrate/netsend/netsend.c
139
struct timespec nexttime, starttime, tmptime;
tools/tools/netrate/netsend/netsend.c
48
struct timespec interval;
tools/tools/netrate/netsend/netsend.c
69
timespec_add(struct timespec *tsa, struct timespec *tsb)
tools/tools/netrate/netsend/netsend.c
81
timespec_ge(struct timespec *a, struct timespec *b)
tools/tools/netrate/tcpp/tcpp_client.c
267
struct timespec ts_start, ts_finish;
tools/tools/so_splice/pingpong.c
130
struct timespec ts1, ts2;
tools/tools/syscall_timing/syscall_timing.c
1019
struct timespec ts_res;
tools/tools/syscall_timing/syscall_timing.c
144
struct timespec ts;
tools/tools/syscall_timing/syscall_timing.c
56
static struct timespec ts_start, ts_end;
usr.bin/compress/compress.c
353
static struct timespec tspec[2];
usr.bin/ctlstat/ctlstat.c
124
struct timespec cur_time, prev_time;
usr.bin/ctlstat/ctlstat.c
151
struct ctl_io_stats **xstats, struct timespec *cur_time, int *time_valid,
usr.bin/ctlstat/ctlstat.c
171
struct timespec *cur_time, int *flags, bool ports)
usr.bin/ctlstat/ctlstat.c
254
struct timespec total_time_ts, total_dma_ts;
usr.bin/ctlstat/ctlstat.c
431
struct timespec ts; \
usr.bin/find/find.h
119
struct timespec _t_data; /* time value */
usr.bin/find/function.c
1238
struct timespec ft;
usr.bin/grdc/grdc.c
30
static struct timespec now;
usr.bin/grdc/grdc.c
32
static struct timespec end;
usr.bin/grdc/grdc.c
60
struct timespec delay;
usr.bin/gzip/gzip.c
1064
struct timespec times[2];
usr.bin/kdump/kdump.c
639
static struct timespec prevtime, prevtime_e;
usr.bin/kdump/kdump.c
640
struct timespec temp;
usr.bin/mail/util.c
319
struct timespec ts[2];
usr.bin/mkuzip/mkuz_time.c
37
struct timespec tp;
usr.bin/netstat/route.c
93
static struct timespec uptime;
usr.bin/nfsstat/nfsstat.c
1127
struct timespec ts, lastts;
usr.bin/nfsstat/nfsstat.c
564
struct timespec total_time_ts;
usr.bin/script/script.c
105
struct timespec tv, *tvp;
usr.bin/script/script.c
553
struct timespec tsi, tso;
usr.bin/stat/stat.c
649
const struct timespec *tsp;
usr.bin/stat/stat.c
650
struct timespec ts;
usr.bin/tail/forward.c
267
struct timespec ts;
usr.bin/tail/forward.c
311
struct timespec ts;
usr.bin/tcopy/tcopy.cc
505
static struct timespec t_start, t_end;
usr.bin/time/time.c
257
showtime(FILE *out, struct timespec *before, struct timespec *after,
usr.bin/time/time.c
54
static void showtime(FILE *, struct timespec *, struct timespec *,
usr.bin/time/time.c
61
static struct timespec before_ts;
usr.bin/time/time.c
72
struct timespec after;
usr.bin/tip/libacu/courier.c
340
struct timespec ts;
usr.bin/tip/libacu/t3000.c
358
struct timespec ts;
usr.bin/top/machine.c
169
static struct timespec proc_uptime;
usr.bin/top/machine.c
828
struct timespec previous_proc_uptime;
usr.bin/touch/touch.c
209
stime_arg1(const char *arg, struct timespec *tvp)
usr.bin/touch/touch.c
275
stime_arg2(const char *arg, int year, struct timespec *tvp)
usr.bin/touch/touch.c
306
stime_darg(const char *arg, struct timespec *tvp)
usr.bin/touch/touch.c
384
stime_file(const char *fname, struct timespec *tsp)
usr.bin/touch/touch.c
47
static void stime_arg1(const char *, struct timespec *);
usr.bin/touch/touch.c
48
static void stime_arg2(const char *, int, struct timespec *);
usr.bin/touch/touch.c
49
static void stime_darg(const char *, struct timespec *);
usr.bin/touch/touch.c
50
static void stime_file(const char *, struct timespec *);
usr.bin/touch/touch.c
58
struct timespec ts[2];
usr.bin/truss/setup.c
592
struct timespec timediff;
usr.bin/truss/syscall.h
224
struct timespec time; /* Time spent for this call */
usr.bin/truss/syscalls.c
1885
struct timespec ts;
usr.bin/truss/syscalls.c
1895
struct timespec ts[2];
usr.bin/truss/syscalls.c
2827
struct timespec timediff;
usr.bin/truss/syscalls.c
2881
struct timespec total = {0, 0};
usr.bin/truss/truss.h
111
struct timespec start_time;
usr.bin/truss/truss.h
93
struct timespec before;
usr.bin/truss/truss.h
94
struct timespec after;
usr.bin/vi/common_extern.h
129
void timepoint_steady(struct timespec *);
usr.bin/vi/common_extern.h
130
void timepoint_system(struct timespec *);
usr.bin/vmstat/vmstat.c
474
struct timespec sp;
usr.bin/w/w.c
479
struct timespec tp;
usr.bin/xinstall/xinstall.c
1389
metadata_log(const char *path, const char *type, struct timespec *ts,
usr.bin/xinstall/xinstall.c
155
static void metadata_log(const char *, const char *, struct timespec *,
usr.bin/xinstall/xinstall.c
805
struct timespec tsb[2];
usr.sbin/arp/arp.c
647
static struct timespec tp;
usr.sbin/arp/arp.c
781
struct timespec tp;
usr.sbin/autofs/autounmountd.c
230
struct timespec timeout;
usr.sbin/bhyve/pci_hda.c
1219
struct timespec ts;
usr.sbin/bhyve/slirp/slirp-helper.c
73
struct timespec ts;
usr.sbin/bhyve/snapshot.c
629
struct timespec ts;
usr.sbin/bluetooth/bthidd/btuinput.c
432
static struct timespec last = { 0, 0 };
usr.sbin/bluetooth/bthidd/btuinput.c
433
struct timespec now;
usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.c
101
struct timespec to, now, remains;
usr.sbin/bluetooth/iwmbtfw/iwmbt_hw.h
88
(struct timespec) { \
usr.sbin/bluetooth/rtlbtfw/rtlbt_hw.c
54
struct timespec to, now, remains;
usr.sbin/bluetooth/rtlbtfw/rtlbt_hw.h
73
(struct timespec) { \
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_scalars.c
75
struct timespec ts;
usr.sbin/camdd/camdd.c
1680
struct timespec ts, *kq_ts;
usr.sbin/camdd/camdd.c
3161
struct timespec *start_time)
usr.sbin/camdd/camdd.c
3163
struct timespec done_time;
usr.sbin/camdd/camdd.c
3202
struct timespec start_time;
usr.sbin/camdd/camdd.c
492
struct timespec *start_time);
usr.sbin/cron/cron/cron.c
377
timespec_subtract(struct timespec *result, struct timespec *x,
usr.sbin/cron/cron/cron.c
378
struct timespec *y)
usr.sbin/cron/cron/cron.c
394
struct timespec ctime, ttime, stime, remtime;
usr.sbin/ctladm/ctladm.c
334
struct timespec ts;
usr.sbin/dconschat/dconschat.c
122
struct timespec to;
usr.sbin/dconschat/dconschat.c
123
struct timespec zero;
usr.sbin/gstat/gstat.c
84
struct timespec tp, tq;
usr.sbin/inetd/inetd.c
684
struct timespec now;
usr.sbin/inetd/inetd.h
116
struct timespec se_time; /* start of se_count */
usr.sbin/jail/command.c
230
struct timespec ts;
usr.sbin/jail/command.c
231
struct timespec *tsp;
usr.sbin/jail/jailp.h
184
struct timespec timeout;
usr.sbin/lpr/common_source/common.c
455
lpd_gettime(struct timespec *tsp, char *strp, size_t strsize)
usr.sbin/lpr/common_source/common.c
457
struct timespec local_ts;
usr.sbin/lpr/common_source/common.c
469
memset(tsp, 0, sizeof(struct timespec));
usr.sbin/lpr/common_source/common.c
472
memset(tsp, 0, sizeof(struct timespec));
usr.sbin/lpr/common_source/lp.h
297
void lpd_gettime(struct timespec *_tsp, char *_strp, size_t _strsize);
usr.sbin/lpr/common_source/lp.h
91
struct timespec tr_start, tr_done;
usr.sbin/makefs/makefs.c
86
struct timespec start_time;
usr.sbin/makefs/makefs.h
211
extern struct timespec start_time;
usr.sbin/makefs/msdos/msdosfs_vnops.c
108
unix2fattime(const struct timespec *tsp, uint16_t *ddp, uint16_t *dtp)
usr.sbin/makefs/msdos/msdosfs_vnops.c
91
static void unix2fattime(const struct timespec *tsp, uint16_t *ddp,
usr.sbin/makefs/zfs/fs.c
341
fs_populate_time(zfs_fs_t *fs, char *attrbuf, struct timespec *ts,
usr.sbin/mountd/mountd.c
434
struct timespec tp;
usr.sbin/moused/moused/moused.c
1057
struct timespec ts;
usr.sbin/moused/moused/moused.c
110
#define msec2ts(msec) (struct timespec) { \
usr.sbin/moused/moused/moused.c
114
static inline struct timespec
usr.sbin/moused/moused/moused.c
115
tsaddms(struct timespec* tsp, u_int ms)
usr.sbin/moused/moused/moused.c
117
struct timespec ret;
usr.sbin/moused/moused/moused.c
125
static inline struct timespec
usr.sbin/moused/moused/moused.c
126
tssubms(struct timespec* tsp, u_int ms)
usr.sbin/moused/moused/moused.c
128
struct timespec ret;
usr.sbin/moused/moused/moused.c
1530
struct timespec ts;
usr.sbin/moused/moused/moused.c
2088
struct timespec ietime;
usr.sbin/moused/moused/moused.c
2441
struct timespec tmp;
usr.sbin/moused/moused/moused.c
253
struct timespec taptimeout; /* tap timeout for touchpads */
usr.sbin/moused/moused/moused.c
2697
struct timespec ts;
usr.sbin/moused/moused/moused.c
2698
struct timespec ts1;
usr.sbin/moused/moused/moused.c
2699
struct timespec ts2;
usr.sbin/moused/moused/moused.c
2759
struct timespec ts;
usr.sbin/moused/moused/moused.c
2760
struct timespec ts1;
usr.sbin/moused/moused/moused.c
2825
struct timespec *time, mousestatus_t *ms)
usr.sbin/moused/moused/moused.c
296
struct timespec ts; /* timestamp on the last button event */
usr.sbin/moused/moused/moused.c
360
struct timespec mouse_button_state_ts;
usr.sbin/moused/moused/moused.c
388
struct timespec time_ts;
usr.sbin/moused/moused/moused.c
389
struct timespec twotime_ts; /* 2*drift_time */
usr.sbin/moused/moused/moused.c
391
struct timespec after_ts;
usr.sbin/moused/moused/moused.c
393
struct timespec current_ts;
usr.sbin/moused/moused/moused.c
394
struct timespec last_activity;
usr.sbin/moused/moused/moused.c
395
struct timespec since;
usr.sbin/moused/moused/moused.c
524
int nfingers, struct timespec *time, mousestatus_t *ms);
usr.sbin/moused/msconvd/msconvd.c
2409
static struct timespec now;
usr.sbin/nscd/nscd.c
158
struct timespec timeout;
usr.sbin/nscd/nscd.c
204
memset(&timeout, 0, sizeof(struct timespec));
usr.sbin/nscd/nscd.c
227
struct timespec timeout;
usr.sbin/nscd/nscd.c
259
memset(&timeout, 0, sizeof(struct timespec));
usr.sbin/nscd/nscd.c
277
struct timespec kevent_timeout;
usr.sbin/nscd/nscd.c
287
memset(&kevent_timeout, 0, sizeof(struct timespec));
usr.sbin/nscd/nscd.c
487
struct timespec timeout;
usr.sbin/nscd/nscd.c
493
memset(&timeout, 0, sizeof(struct timespec));
usr.sbin/nscd/nscd.c
514
sizeof(struct timespec));
usr.sbin/nscd/nscd.c
571
struct timespec res;
usr.sbin/nscd/nscd.c
572
memset(&res, 0, sizeof(struct timespec));
usr.sbin/nscd/nscdcli.c
60
struct timespec timeout;
usr.sbin/nscd/nscdcli.c
96
struct timespec timeout;
usr.sbin/pmc/cmd_pmc_stat.c
126
showtime(FILE *out, struct timespec *before, struct timespec *after,
usr.sbin/pmc/cmd_pmc_stat.c
248
struct timespec after;
usr.sbin/pmc/cmd_pmc_stat.c
87
static struct timespec before_ts;
usr.sbin/rarpd/rarpd.c
709
struct timespec tp;
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
64
struct timespec tp;
usr.sbin/rtadvctl/rtadvctl.c
421
struct timespec now, ts0, ts;
usr.sbin/rtadvctl/rtadvctl.c
766
struct timespec now;
usr.sbin/rtadvctl/rtadvctl.c
819
struct timespec *rest;
usr.sbin/rtadvd/config.c
1247
struct timespec timo;
usr.sbin/rtadvd/config.c
1502
struct timespec now;
usr.sbin/rtadvd/config.c
577
struct timespec now;
usr.sbin/rtadvd/config.c
598
struct timespec now;
usr.sbin/rtadvd/rrenum.c
220
struct timespec now;
usr.sbin/rtadvd/rtadvd.c
1226
struct timespec now;
usr.sbin/rtadvd/rtadvd.c
183
struct timespec *timeout;
usr.sbin/rtadvd/rtadvd.c
1850
ra_timer_update(void *arg, struct timespec *tm)
usr.sbin/rtadvd/rtadvd.c
997
struct timespec interval, now, min_delay, tm_tmp, *rest;
usr.sbin/rtadvd/rtadvd.h
284
struct timespec ifi_ra_lastsent;
usr.sbin/rtadvd/rtadvd.h
300
void ra_timer_update(void *, struct timespec *);
usr.sbin/rtadvd/timer.c
106
void (*update)(void *, struct timespec *),
usr.sbin/rtadvd/timer.c
153
struct timespec *
usr.sbin/rtadvd/timer.c
156
static struct timespec returnval;
usr.sbin/rtadvd/timer.c
157
struct timespec now;
usr.sbin/rtadvd/timer.c
185
rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *rat)
usr.sbin/rtadvd/timer.c
187
struct timespec now;
usr.sbin/rtadvd/timer.c
56
static struct timespec tm_limit;
usr.sbin/rtadvd/timer.c
57
static struct timespec tm_max;
usr.sbin/rtadvd/timer.h
39
struct timespec rat_tm;
usr.sbin/rtadvd/timer.h
42
void (*rat_update)(void *, struct timespec *);
usr.sbin/rtadvd/timer.h
49
void (*)(void *, struct timespec *), void *, void *);
usr.sbin/rtadvd/timer.h
50
void rtadvd_set_timer(struct timespec *,
usr.sbin/rtadvd/timer.h
53
struct timespec *rtadvd_check_timer(void);
usr.sbin/rtadvd/timer_subr.c
44
struct timespec *
usr.sbin/rtadvd/timer_subr.c
47
static struct timespec returnval, now;
usr.sbin/rtadvd/timer_subr.h
59
struct timespec *rtadvd_timer_rest(struct rtadvd_timer *);
usr.sbin/rtsold/dump.c
156
sec2str(const struct timespec *total)
usr.sbin/rtsold/dump.c
164
struct timespec now;
usr.sbin/rtsold/dump.c
62
struct timespec now;
usr.sbin/rtsold/rtsol.c
182
struct timespec lifetime, now;
usr.sbin/rtsold/rtsol.c
553
struct timespec now;
usr.sbin/rtsold/rtsold.c
110
static struct timespec *rtsol_check_timer(void);
usr.sbin/rtsold/rtsold.c
122
struct timespec *timeout;
usr.sbin/rtsold/rtsold.c
549
static struct timespec *
usr.sbin/rtsold/rtsold.c
552
static struct timespec returnval;
usr.sbin/rtsold/rtsold.c
553
struct timespec now, rtsol_timer;
usr.sbin/rtsold/rtsold.c
710
struct timespec now;
usr.sbin/rtsold/rtsold.c
72
struct timespec tm_max;
usr.sbin/rtsold/rtsold.h
155
extern struct timespec tm_max;
usr.sbin/rtsold/rtsold.h
200
extern const char *sec2str(const struct timespec *);
usr.sbin/rtsold/rtsold.h
46
struct timespec rao_expire;
usr.sbin/rtsold/rtsold.h
80
struct timespec timer;
usr.sbin/rtsold/rtsold.h
81
struct timespec expire;
usr.sbin/uhsoctl/uhsoctl.c
257
struct timespec tp;
usr.sbin/uhsoctl/uhsoctl.c
297
struct timespec tp;
usr.sbin/virtual_oss/virtual_oss/virtual_oss.c
47
struct timespec ts;
usr.sbin/watchdogd/watchdogd.c
255
watchdog_getuptime(struct timespec *tp)
usr.sbin/watchdogd/watchdogd.c
269
watchdog_check_dogfunction_time(struct timespec *tp_start,
usr.sbin/watchdogd/watchdogd.c
270
struct timespec *tp_end)
usr.sbin/watchdogd/watchdogd.c
274
struct timespec tp_now;
usr.sbin/watchdogd/watchdogd.c
324
struct timespec ts_start, ts_end;
usr.sbin/watchdogd/watchdogd.c
639
struct timespec ts;