Symbol: timespec
bin/cp/utils.c
69
struct timespec ts[2];
bin/csh/csh.c
81
struct timespec time0;
bin/csh/csh.h
142
extern struct timespec time0; /* Time at which the shell started */
bin/csh/dol.c
821
struct timespec tv;
bin/csh/extern.h
304
struct timespec *, struct timespec *);
bin/csh/extern.h
305
void prusage(FILE *, struct rusage *, struct rusage *, struct timespec *,
bin/csh/extern.h
306
struct timespec *);
bin/csh/proc.c
814
static struct timespec ztime;
bin/csh/proc.c
816
struct timespec tetime, diff;
bin/csh/proc.h
55
struct timespec p_btime; /* begin time */
bin/csh/proc.h
56
struct timespec p_etime; /* end time */
bin/csh/time.c
129
prusage(FILE *fp, struct rusage *r0, struct rusage *r1, struct timespec *e,
bin/csh/time.c
130
struct timespec *b)
bin/csh/time.c
148
struct timespec *e, struct timespec *b)
bin/csh/time.c
76
struct timespec timedol;
bin/mv/mv.c
272
struct timespec ts[2];
bin/sleep/sleep.c
77
struct timespec ntime;
bin/sleep/sleep.c
78
struct timespec endtime;
bin/sleep/sleep.c
79
struct timespec now;
common/include/x86emu/x86emu_i8254.h
82
struct timespec base_time;
common/include/x86emu/x86emu_i8254.h
84
void (*gettime)(struct timespec *);
common/include/x86emu/x86emu_i8254.h
89
void x86emu_i8254_init(struct x86emu_i8254 *, void (*)(struct timespec *));
common/lib/libx86emu/x86emu_i8254.c
322
x86emu_i8254_init(struct x86emu_i8254 *sc, void (*gettime)(struct timespec *))
common/lib/libx86emu/x86emu_i8254.c
62
struct timespec curtime;
crypto/dist/ipsec-tools/src/racoon/schedule.c
67
struct timespec ts;
games/adventure/save.c
666
struct timespec now;
games/boggle/boggle/timer.c
114
struct timespec duration;
games/warp/util.c
24
struct timespec timebuf;
games/warp/util.h
20
extern struct timespec timebuf;
include/aio.h
49
const struct timespec *) __RENAME(__aio_suspend50);
include/lwp.h
57
int _lwp_park(clockid_t, int, struct timespec *, lwpid_t,
include/mqueue.h
52
unsigned * __restrict, const struct timespec * __restrict)
include/mqueue.h
55
const struct timespec *) __RENAME(__mq_timedsend50);
include/resolv.h
426
struct timespec;
include/resolv.h
427
int res_check(res_state, struct timespec *);
include/sched.h
50
int sched_rr_get_interval(pid_t, struct timespec *)
include/semaphore.h
51
int sem_timedwait(sem_t *, const struct timespec * __restrict);
include/signal.h
196
#include <sys/timespec.h>
include/signal.h
198
siginfo_t * __restrict, const struct timespec * __restrict)
include/signal.h
201
siginfo_t * __restrict, struct timespec * __restrict)
include/time.h
152
#include <sys/timespec.h>
include/time.h
159
int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
include/time.h
161
int clock_getres(clockid_t, struct timespec *)
include/time.h
163
int clock_gettime(clockid_t, struct timespec *)
include/time.h
165
int clock_settime(clockid_t, const struct timespec *)
include/time.h
167
int nanosleep(const struct timespec *, struct timespec *)
include/time.h
270
int timespec_get(struct timespec *ts, int base);
include/time.h
273
int timespec_getres(struct timespec *ts, int base);
lib/libbluetooth/bt_dev.c
234
struct timespec ts;
lib/libc/compat/include/aio.h
44
struct timespec;
lib/libc/compat/include/aio.h
48
const struct timespec *);
lib/libc/compat/include/lwp.h
44
int ___lwp_park50(const struct timespec *, lwpid_t, const void *, const void *);
lib/libc/compat/include/lwp.h
45
int ___lwp_park60(clockid_t, int, struct timespec *, lwpid_t,
lib/libc/compat/include/mqueue.h
47
unsigned * __restrict, const struct timespec * __restrict);
lib/libc/compat/include/mqueue.h
49
const struct timespec *);
lib/libc/compat/include/signal.h
74
siginfo_t * __restrict, const struct timespec * __restrict);
lib/libc/compat/include/signal.h
76
siginfo_t * __restrict, struct timespec * __restrict);
lib/libc/compat/include/time.h
75
int __clock_getres50(clockid_t, struct timespec *);
lib/libc/compat/include/time.h
76
int __clock_gettime50(clockid_t, struct timespec *);
lib/libc/compat/include/time.h
77
int __clock_settime50(clockid_t, const struct timespec *);
lib/libc/compat/include/time.h
79
int __nanosleep50(const struct timespec *, struct timespec *);
lib/libc/compat/sys/compat___lwp_park50.c
53
___lwp_park50(const struct timespec *ts, lwpid_t unpark, const void *hint,
lib/libc/compat/sys/compat___lwp_park50.c
56
struct timespec ts1, *tsp = &ts1;
lib/libc/compat/sys/compat__lwp_park.c
59
struct timespec ts, *tsp;
lib/libc/compat/sys/compat_aio_suspend.c
63
struct timespec ts, *tsp;
lib/libc/compat/sys/compat_clock.c
63
struct timespec tim, *timp;
lib/libc/compat/sys/compat_clock.c
79
struct timespec tim, *timp = tim50 ? &tim : NULL;
lib/libc/compat/sys/compat_clock.c
91
struct timespec tim, *timp = tim50 ? &tim : NULL;
lib/libc/compat/sys/compat_kevent.c
60
struct timespec ts, *tsp;
lib/libc/compat/sys/compat_kevent.c
71
struct kevent100 *eventlist100, size_t nevents, const struct timespec *tsp)
lib/libc/compat/sys/compat_mqueue.c
66
struct timespec ts, *tsp;
lib/libc/compat/sys/compat_mqueue.c
79
struct timespec ts, *tsp;
lib/libc/compat/sys/compat_nanosleep.c
62
struct timespec ts, *tsp;
lib/libc/compat/sys/compat_nanosleep.c
63
struct timespec rts, *rtsp;
lib/libc/compat/sys/compat_select.c
68
struct timespec tim, *timp;
lib/libc/compat/sys/compat_select.c
95
struct timespec tim, *timp;
lib/libc/compat/sys/compat_sigtimedwait.c
61
struct timespec ts;
lib/libc/gen/sleep.c
48
struct timespec rqt, rmt;
lib/libc/gen/timespec_get.c
43
timespec_get(struct timespec *ts, int base)
lib/libc/gen/timespec_getres.c
41
timespec_getres(struct timespec *ts, int base)
lib/libc/gen/usleep.c
49
struct timespec ts;
lib/libc/gen/utimens.c
43
utimens(const char *path, const struct timespec times[2])
lib/libc/gen/utimens.c
49
lutimens(const char *path, const struct timespec times[2])
lib/libc/include/futex_private.h
44
__futex(volatile int *uaddr, int op, int val, const struct timespec *timeout,
lib/libc/include/isc/eventlib.h
166
struct timespec evConsTime __P((time_t sec, long nsec));
lib/libc/include/isc/eventlib.h
167
struct timespec evAddTime __P((struct timespec, struct timespec));
lib/libc/include/isc/eventlib.h
168
struct timespec evSubTime __P((struct timespec, struct timespec));
lib/libc/include/isc/eventlib.h
169
struct timespec evNowTime __P((void));
lib/libc/include/isc/eventlib.h
170
struct timespec evUTCTime __P((void));
lib/libc/include/isc/eventlib.h
171
struct timespec evLastEventTime __P((evContext));
lib/libc/include/isc/eventlib.h
172
struct timespec evTimeSpec __P((struct timeval));
lib/libc/include/isc/eventlib.h
173
struct timeval evTimeVal __P((struct timespec));
lib/libc/include/isc/eventlib.h
174
int evCmpTime __P((struct timespec, struct timespec));
lib/libc/include/isc/eventlib.h
175
int evSetTimer __P((evContext, evTimerFunc, void *, struct timespec,
lib/libc/include/isc/eventlib.h
176
struct timespec, evTimerID *));
lib/libc/include/isc/eventlib.h
181
struct timespec, struct timespec));
lib/libc/include/isc/eventlib.h
182
int evSetIdleTimer __P((evContext, evTimerFunc, void *, struct timespec,
lib/libc/include/isc/eventlib.h
186
struct timespec));
lib/libc/include/isc/eventlib.h
60
struct timespec, struct timespec));
lib/libc/include/reentrant.h
160
int __libc_cond_timedwait(cond_t *, mutex_t *, const struct timespec *);
lib/libc/include/reentrant.h
246
const struct timespec *);
lib/libc/isc/ev_timers.c
110
evCmpTime(struct timespec a, struct timespec b) {
lib/libc/isc/ev_timers.c
122
struct timespec
lib/libc/isc/ev_timers.c
127
struct timespec tsnow;
lib/libc/isc/ev_timers.c
144
struct timespec
lib/libc/isc/ev_timers.c
148
struct timespec tsnow;
lib/libc/isc/ev_timers.c
158
struct timespec
lib/libc/isc/ev_timers.c
166
struct timespec
lib/libc/isc/ev_timers.c
168
struct timespec ts;
lib/libc/isc/ev_timers.c
176
evTimeVal(struct timespec ts) {
lib/libc/isc/ev_timers.c
189
struct timespec due,
lib/libc/isc/ev_timers.c
190
struct timespec inter,
lib/libc/isc/ev_timers.c
307
struct timespec due,
lib/libc/isc/ev_timers.c
308
struct timespec inter
lib/libc/isc/ev_timers.c
312
struct timespec old_due;
lib/libc/isc/ev_timers.c
366
struct timespec max_idle,
lib/libc/isc/ev_timers.c
405
struct timespec max_idle
lib/libc/isc/ev_timers.c
492
struct timespec due,
lib/libc/isc/ev_timers.c
493
struct timespec inter
lib/libc/isc/ev_timers.c
497
struct timespec idle;
lib/libc/isc/ev_timers.c
58
static void idle_timeout(evContext, void *, struct timespec, struct timespec);
lib/libc/isc/ev_timers.c
65
struct timespec lastTouched;
lib/libc/isc/ev_timers.c
66
struct timespec max_idle;
lib/libc/isc/ev_timers.c
73
struct timespec
lib/libc/isc/ev_timers.c
75
struct timespec x;
lib/libc/isc/ev_timers.c
82
struct timespec
lib/libc/isc/ev_timers.c
83
evAddTime(struct timespec addend1, struct timespec addend2) {
lib/libc/isc/ev_timers.c
84
struct timespec x;
lib/libc/isc/ev_timers.c
95
struct timespec
lib/libc/isc/ev_timers.c
96
evSubTime(struct timespec minuend, struct timespec subtrahend) {
lib/libc/isc/ev_timers.c
97
struct timespec x;
lib/libc/isc/eventlib_p.h
148
struct timespec due, inter;
lib/libc/isc/eventlib_p.h
247
struct timespec lastSelectTime;
lib/libc/isc/eventlib_p.h
254
struct timespec lastEventTime;
lib/libc/resolv/res_init.c
158
static struct timespec __res_conf_time;
lib/libc/resolv/res_init.c
159
static const struct timespec ts = { 0, 0 };
lib/libc/resolv/res_init.c
572
res_check(res_state statp, struct timespec *mtime)
lib/libc/resolv/res_private.h
17
struct timespec res_conf_time;
lib/libc/resolv/res_send.c
1205
struct timespec *tsp, const sigset_t *sigmask)
lib/libc/resolv/res_send.c
190
struct timespec *,
lib/libc/resolv/res_send.c
876
struct timespec now, timeout, finish;
lib/libc/rpc/clnt_bcast.c
297
struct timespec ts;
lib/libc/rpc/clnt_dg.c
335
struct timespec ts;
lib/libc/rpc/clnt_vc.c
697
struct timespec ts;
lib/libc/rpc/svc_vc.c
476
static const struct timespec ts = { 35, 0 };
lib/libc/sys/clock_settime.c
56
int ____clock_settime50(clockid_t, const struct timespec *);
lib/libc/sys/clock_settime.c
59
clock_settime(clockid_t clock_id, const struct timespec *tp)
lib/libc/sys/epoll.c
59
struct timespec ts, *tsp;
lib/libc/sys/ppoll.c
41
const struct timespec * restrict timeout_ts,
lib/libc/sys/sched.c
135
sched_rr_get_interval(pid_t pid, struct timespec *interval)
lib/libc/sys/sigtimedwait.c
49
const struct timespec * __restrict timeout)
lib/libc/sys/sigtimedwait.c
51
struct timespec ts;
lib/libc/termios/tcsendbreak.c
59
static const struct timespec sleepytime = { 0, 400000000 };
lib/libc/thread-stub/thread-stub.c
237
__libc_cond_timedwait_stub(cond_t *c, mutex_t *m, const struct timespec *t)
lib/libc/time/localtime.c
2086
struct timespec now;
lib/libc/time/localtime.c
939
static struct timespec old_ctim;
lib/libc/time/localtime.c
952
struct timespec ctim;
lib/libcrypt/crypt-argon2.c
154
struct timespec tp1, tp2, delta;
lib/libcurses/pause.c
51
struct timespec ts;
lib/libisns/isns.h
61
int isns_send_trans(ISNS_TRANS, const struct timespec *, uint32_t *);
lib/libisns/isns_pdu.c
485
isns_send_trans(ISNS_TRANS trans, const struct timespec *timeout_p,
lib/libisns/isns_pdu.c
828
const struct timespec *timeout_p)
lib/libisns/isns_pdu.h
218
int isns_send_pdu(ISNS_TRANS, struct isns_pdu_s *, const struct timespec *);
lib/libisns/isns_task.c
77
isns_wait_task(struct isns_task_s *task_p, const struct timespec *timeout_p)
lib/libisns/isns_task.c
80
struct timespec ts_abstime;
lib/libisns/isns_task.h
87
int isns_wait_task(struct isns_task_s *, const struct timespec *);
lib/libp2k/p2k.c
489
struct timespec ts;
lib/libperfuse/debug.c
189
struct timespec ts_min[FUSE_OPCODE_MAX];
lib/libperfuse/debug.c
190
struct timespec ts_max[FUSE_OPCODE_MAX];
lib/libperfuse/debug.c
191
struct timespec ts_total[FUSE_OPCODE_MAX];
lib/libperfuse/debug.c
221
struct timespec ts;
lib/libperfuse/ops.c
1569
struct timespec *va_ttl)
lib/libperfuse/ops.c
1658
struct timespec *va_ttl, int xflag)
lib/libperfuse/ops.c
355
struct timespec va_ttl;
lib/libperfuse/ops.c
364
struct timespec va_ttl;
lib/libperfuse/ops.c
365
struct timespec cn_ttl;
lib/libperfuse/ops.c
366
struct timespec now;
lib/libperfuse/perfuse_priv.h
156
struct timespec pnd_cn_expire;
lib/libperfuse/perfuse_priv.h
276
struct timespec *);
lib/libperfuse/perfuse_priv.h
279
struct timespec *, int);
lib/libperfuse/perfuse_priv.h
55
struct timespec pt_start;
lib/libperfuse/perfuse_priv.h
56
struct timespec pt_end;
lib/libpthread/cnd.c
90
const struct timespec * __restrict ts)
lib/libpthread/mtx.c
119
mtx_timedlock(mtx_t *__restrict mtx, const struct timespec *__restrict ts)
lib/libpthread/pthread.c
1214
pthread_queue_t *queue, const struct timespec *abstime,
lib/libpthread/pthread.h
102
const struct timespec * __restrict);
lib/libpthread/pthread.h
133
pthread_mutex_t * __restrict, const struct timespec * __restrict);
lib/libpthread/pthread.h
203
const struct timespec * __restrict);
lib/libpthread/pthread.h
205
const struct timespec * __restrict);
lib/libpthread/pthread.h
402
pthread_mutex_t * __restrict, const struct timespec * __restrict);
lib/libpthread/pthread_cancelstub.c
190
const struct timespec *timeout)
lib/libpthread/pthread_cancelstub.c
205
const struct timespec *rqtp, struct timespec *rmtp)
lib/libpthread/pthread_cancelstub.c
307
size_t nrev, const struct timespec *ts)
lib/libpthread/pthread_cancelstub.c
350
unsigned *msg_prio, const struct timespec *abst)
lib/libpthread/pthread_cancelstub.c
366
unsigned msg_prio, const struct timespec *abst)
lib/libpthread/pthread_cancelstub.c
423
__nanosleep50(const struct timespec *rqtp, struct timespec *rmtp)
lib/libpthread/pthread_cancelstub.c
489
__pollts50(struct pollfd *fds, nfds_t nfds, const struct timespec *ts,
lib/libpthread/pthread_cancelstub.c
519
const struct timespec *timeout, const sigset_t *sigmask)
lib/libpthread/pthread_cancelstub.c
592
unsigned int flags, struct timespec *timeout)
lib/libpthread/pthread_cancelstub.c
694
const struct timespec * restrict timeout)
lib/libpthread/pthread_cancelstub.c
698
struct timespec tout, *tp;
lib/libpthread/pthread_compat.c
177
const struct timespec *c)
lib/libpthread/pthread_compat.c
199
const struct timespec *e)
lib/libpthread/pthread_compat.c
207
const struct timespec *e)
lib/libpthread/pthread_compat.c
60
const struct timespec *);
lib/libpthread/pthread_compat.c
64
const struct timespec *);
lib/libpthread/pthread_compat.c
66
const struct timespec *);
lib/libpthread/pthread_compat.c
91
_lwp_park(clockid_t a, int b, const struct timespec *c, lwpid_t d,
lib/libpthread/pthread_cond.c
126
const struct timespec *abstime)
lib/libpthread/pthread_cond.c
51
int _sys___nanosleep50(const struct timespec *, struct timespec *);
lib/libpthread/pthread_int.h
202
const struct timespec *, int) PTHREAD_HIDE;
lib/libpthread/pthread_mutex.c
100
const struct timespec *);
lib/libpthread/pthread_mutex.c
217
pthread_mutex_timedlock(pthread_mutex_t* ptm, const struct timespec *ts)
lib/libpthread/pthread_mutex.c
270
pthread__mutex_lock_slow(pthread_mutex_t *ptm, const struct timespec *ts)
lib/libpthread/pthread_rwlock.c
158
pthread__rwlock_rdlock(pthread_rwlock_t *ptr, const struct timespec *ts)
lib/libpthread/pthread_rwlock.c
277
pthread__rwlock_wrlock(pthread_rwlock_t *ptr, const struct timespec *ts)
lib/libpthread/pthread_rwlock.c
407
const struct timespec *abs_timeout)
lib/libpthread/pthread_rwlock.c
430
const struct timespec *abs_timeout)
lib/libpthread/pthread_rwlock.c
60
static int pthread__rwlock_wrlock(pthread_rwlock_t *, const struct timespec *);
lib/libpthread/pthread_rwlock.c
61
static int pthread__rwlock_rdlock(pthread_rwlock_t *, const struct timespec *);
lib/libpthread/thrd.c
150
thrd_sleep(const struct timespec *duration, struct timespec *remaining)
lib/libpthread/threads.h
100
int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict);
lib/libpthread/threads.h
111
int thrd_sleep(const struct timespec *, struct timespec *);
lib/libpthread/threads.h
93
const struct timespec * __restrict);
lib/libpuffs/pnode.c
188
puffs_newinfo_setvattl(struct puffs_newinfo *pni, struct timespec *va_ttl)
lib/libpuffs/pnode.c
196
puffs_newinfo_setcnttl(struct puffs_newinfo *pni, struct timespec *cn_ttl)
lib/libpuffs/puffs.c
403
puffs_ml_settimeout(struct puffs_usermount *pu, struct timespec *ts)
lib/libpuffs/puffs.h
246
struct timespec *);
lib/libpuffs/puffs.h
249
struct timespec *, int);
lib/libpuffs/puffs.h
412
struct timespec *); \
lib/libpuffs/puffs.h
415
struct timespec *, int); \
lib/libpuffs/puffs.h
500
void puffs_ml_settimeout(struct puffs_usermount *, struct timespec *);
lib/libpuffs/puffs.h
530
struct timespec *puffs_pn_getvattl(struct puffs_node *);
lib/libpuffs/puffs.h
531
struct timespec *puffs_pn_getcnttl(struct puffs_node *);
lib/libpuffs/puffs.h
538
void puffs_newinfo_setvattl(struct puffs_newinfo *, struct timespec *);
lib/libpuffs/puffs.h
539
void puffs_newinfo_setcnttl(struct puffs_newinfo *, struct timespec *);
lib/libpuffs/puffs_priv.h
151
struct timespec pu_ml_timeout;
lib/libpuffs/puffs_priv.h
152
struct timespec *pu_ml_timep;
lib/libpuffs/puffs_priv.h
204
struct timespec *pni_va_ttl;
lib/libpuffs/puffs_priv.h
205
struct timespec *pni_cn_ttl;
lib/librefuse/refuse.c
362
struct timespec tv[2];
lib/librefuse/refuse/fs.c
1269
fuse_fs_utimens_v27(struct fuse_fs *fs, const char *path, const struct timespec tv[2]) {
lib/librefuse/refuse/fs.c
1275
const struct timespec tv[2], struct fuse_file_info* fi) {
lib/librefuse/refuse/fs.h
92
int fuse_fs_utimens_v27(struct fuse_fs *fs, const char *path, const struct timespec tv[2]);
lib/librefuse/refuse/fs.h
93
int fuse_fs_utimens_v30(struct fuse_fs* fs, const char* path, const struct timespec tv[2], struct fuse_file_info* fi);
lib/librefuse/refuse/v26.h
83
int (*utimens) (const char *, const struct timespec[2]);
lib/librefuse/refuse/v28.h
83
int (*utimens) (const char *, const struct timespec[2]);
lib/librefuse/refuse/v29.h
83
int (*utimens) (const char *, const struct timespec[2]);
lib/librefuse/refuse/v30.h
91
int (*utimens) (const char *, const struct timespec[2], struct fuse_file_info *);
lib/librefuse/refuse/v34.h
79
int (*utimens) (const char *, const struct timespec[2], struct fuse_file_info *);
lib/librefuse/refuse/v35.h
79
int (*utimens) (const char *, const struct timespec[2], struct fuse_file_info *);
lib/librefuse/refuse/v38.h
79
int (*utimens) (const char *, const struct timespec[2], struct fuse_file_info *);
lib/librt/sem.c
382
sem_timedwait(sem_t *sem, const struct timespec * __restrict abstime)
lib/librumpclient/rumpclient.c
102
struct kevent *, int, const struct timespec *);
lib/librumpclient/rumpclient.c
99
struct kevent *, size_t, const struct timespec *);
lib/librumphijack/hijack.c
2002
const struct timespec *timeout, const sigset_t *sigmask)
lib/librumphijack/hijack.c
2122
struct timespec ts, *tsp = NULL;
lib/librumphijack/hijack.c
2164
const struct timespec *ts;
lib/librumphijack/hijack.c
2173
int (*op_pollts)(struct pollfd *, nfds_t, const struct timespec *,
lib/librumphijack/hijack.c
2188
REALPOLLTS(struct pollfd *fds, nfds_t nfds, const struct timespec *ts,
lib/librumphijack/hijack.c
2191
int (*op_pollts)(struct pollfd *, nfds_t, const struct timespec *,
lib/librumphijack/hijack.c
2384
struct timespec ts;
lib/librumphijack/hijack.c
2385
struct timespec *tsp = NULL;
lib/librumphijack/hijack.c
2401
const struct timespec *timeout)
lib/librumphijack/hijack.c
2404
struct kevent *, size_t, const struct timespec *);
lib/librumphijack/hijack.c
2493
(int fd, const char *path, const struct timespec t[2], int f), \
lib/librumphijack/hijack.c
2494
(int, const char *, const struct timespec [2], int),
lib/librumphijack/hijack.c
2654
(int fd, const struct timespec ts[2]), \
lib/librumphijack/hijack.c
2655
(int, const struct timespec[2]), \
lib/librumphijack/hijack.c
274
int REALPSELECT(int, fd_set *, fd_set *, fd_set *, const struct timespec *,
lib/librumphijack/hijack.c
278
const struct timespec *, const sigset_t *);
lib/librumphijack/hijack.c
280
const struct timespec *);
lib/librumpuser/rumpfiber.c
130
struct timespec ts;
lib/librumpuser/rumpfiber.c
143
struct timespec sl;
lib/librumpuser/rumpfiber.c
347
struct timespec ts;
lib/librumpuser/rumpfiber.c
458
struct timespec ts;
lib/librumpuser/rumpuser.c
117
struct timespec rqt, rmt;
lib/librumpuser/rumpuser.c
145
struct timespec ts, tsr;
lib/librumpuser/rumpuser.c
83
struct timespec ts;
lib/librumpuser/rumpuser_port.h
132
clock_gettime(clockid_t clk, struct timespec *ts)
lib/librumpuser/rumpuser_pth.c
302
struct timespec ts;
lib/librumpuser/rumpuser_pth.c
583
struct timespec ts;
lib/librumpuser/rumpuser_pth.c
75
const struct timespec ts = {0, 10*1000*1000};
lib/librumpuser/rumpuser_pth_dummy.c
273
struct timespec ts;
libexec/getty/subr.c
687
struct timespec timeout;
libexec/httpd/bozohttpd.c
621
struct timespec ots, ts;
libexec/rpc.rstatd/rstat_proc.c
184
struct timespec btm;
regress/sys/kern/allocfree/allocfree.c
136
struct timespec s, e, t;
regress/sys/kern/kqueue/vnode/vnode.c
47
struct timespec timeout;
regress/sys/kern/latency1/latency1.c
53
struct timespec start;
regress/sys/kern/latency1/latency1.c
69
struct timespec end;
regress/sys/kern/latency1/latency1.c
92
static struct timespec delay = { 0, 100000000 }; /* 100ms */
regress/sys/kern/latency2/latency2.c
49
struct timespec start;
regress/sys/kern/latency2/latency2.c
67
struct timespec end;
regress/sys/kern/latency2/latency2.c
93
static struct timespec delay = { 0, 100000000 }; /* 100ms */
regress/sys/kern/nameibench/nameibench.c
56
struct timespec sts;
regress/sys/kern/nameibench/nameibench.c
57
struct timespec ets;
sbin/cgdconfig/argon2_utils.c
88
struct timespec tp1, tp2;
sbin/cgdconfig/argon2_utils.c
89
struct timespec delta;
sbin/dmesg/dmesg.c
155
struct timespec boottime;
sbin/dmesg/dmesg.c
156
struct timespec lasttime;
sbin/dmesg/dmesg.c
381
struct timespec nt = { sec, nsec };
sbin/dmesg/dmesg.c
382
struct timespec dt;
sbin/fsck_lfs/segwrite.c
254
struct timespec ts;
sbin/fsck_udf/main.c
228
struct timespec clock;
sbin/fsck_udf/main.c
259
struct timespec timespec;
sbin/fsck_udf/main.c
261
udf_timestamp_to_timespec(timestamp, &timespec);
sbin/fsck_udf/main.c
263
printtime(timespec.tv_sec);
sbin/fsck_udf/main.c
271
struct timespec t1_tsp, t2_tsp;
sbin/ifconfig/ifconfig.c
533
const struct timespec ts = { .tv_sec = 0, .tv_nsec = WAIT_DAD };
sbin/ifconfig/ifconfig.c
534
struct timespec now, end_det, end;
sbin/ifconfig/ifconfig.c
538
const struct timespec tent =
sbin/ifconfig/ifconfig.c
540
const struct timespec det =
sbin/init/init.c
99
static const struct timespec dtrtime = {.tv_sec = 0, .tv_nsec = 250000};
sbin/iscsid/iscsid_discover.c
110
struct timespec tout = { 5, 0 };
sbin/iscsid/iscsid_discover.c
329
struct timespec tout = { 5, 0 };
sbin/iscsid/iscsid_discover.c
373
struct timespec tout = { 5, 0 };
sbin/iscsid/iscsid_discover.c
579
struct timespec tout = { 5, 0 };
sbin/mount_portal/puffs_portal.c
546
struct timespec ts;
sbin/newfs_udf/udf_core.c
1004
struct timespec now;
sbin/newfs_udf/udf_core.c
846
udf_timestamp_to_timespec(struct timestamp *timestamp, struct timespec *timespec)
sbin/newfs_udf/udf_core.c
852
timespec->tv_sec = secs = 0;
sbin/newfs_udf/udf_core.c
853
timespec->tv_nsec = nsecs = 0;
sbin/newfs_udf/udf_core.c
899
timespec->tv_sec = secs;
sbin/newfs_udf/udf_core.c
900
timespec->tv_nsec = nsecs;
sbin/newfs_udf/udf_core.c
911
udf_timespec_to_timestamp(struct timespec *timespec, struct timestamp *timestamp)
sbin/newfs_udf/udf_core.c
917
gmtime_r(&timespec->tv_sec, &tm);
sbin/newfs_udf/udf_core.c
936
usec = (timespec->tv_nsec + 500) / 1000; /* round */
sbin/newfs_udf/udf_core.c
956
struct timespec t;
sbin/newfs_udf/udf_core.c
958
memset(&t, 0, sizeof(struct timespec));
sbin/newfs_udf/udf_core.h
309
struct timespec *timespec);
sbin/newfs_udf/udf_core.h
310
extern void udf_timespec_to_timestamp(struct timespec *timespec,
sbin/ping/ping.c
1106
struct timespec tv;
sbin/ping/ping.c
1346
diffsec(struct timespec *timenow,
sbin/ping/ping.c
1347
struct timespec *then)
sbin/ping/ping.c
1358
timespecadd(struct timespec *t1,
sbin/ping/ping.c
1359
struct timespec *t2)
sbin/ping/ping.c
1372
sec_to_timespec(const double sec, struct timespec *tp)
sbin/ping/ping.c
1380
timespec_to_sec(const struct timespec *tp)
sbin/ping/ping.c
157
#define PHDR64_LEN sizeof(struct timespec) /* size of timestamp header */
sbin/ping/ping.c
196
static struct timespec interval_tv;
sbin/ping/ping.c
205
static struct timespec now, clear_cache, last_tx, next_tx, first_tx;
sbin/ping/ping.c
206
static struct timespec last_rx, first_rx;
sbin/ping/ping.c
209
static struct timespec jiggle_time;
sbin/ping/ping.c
222
static double diffsec(struct timespec *, struct timespec *);
sbin/ping/ping.c
224
static void timespecadd(struct timespec *, struct timespec *);
sbin/ping/ping.c
226
static void sec_to_timespec(const double, struct timespec *);
sbin/ping/ping.c
227
static double timespec_to_sec(const struct timespec *);
sbin/ping6/ping6.c
217
static struct timespec interval = {1, 0}; /* interval between packets */
sbin/ping6/ping6.c
219
static struct timespec now, last_tx, next_tx, first_tx;
sbin/ping6/ping6.c
2503
timespec_to_sec(const struct timespec *tp)
sbin/ping6/ping6.c
2512
diffsec(struct timespec *timenow,
sbin/ping6/ping6.c
2513
struct timespec *then)
sbin/ping6/ping6.c
274
static double timespec_to_sec(const struct timespec *tp);
sbin/ping6/ping6.c
275
static double diffsec(struct timespec *, struct timespec *);
sbin/restore/dirs.c
87
struct timespec ctimep[2];
sbin/restore/dirs.c
88
struct timespec mtimep[2];
sbin/restore/tape.c
639
struct timespec mtimep[2], ctimep[2];
sbin/sysctl/sysctl.c
2187
struct timespec timespec;
sbin/sysctl/sysctl.c
2192
sz = sizeof(timespec);
sbin/sysctl/sysctl.c
2193
rc = prog_sysctl(name, namelen, &timespec, &sz, NULL, 0);
sbin/sysctl/sysctl.c
2198
if (sz != sizeof(timespec))
sbin/sysctl/sysctl.c
2201
boottime = timespec.tv_sec;
sbin/sysctl/sysctl.c
2203
display_struct(pnode, sname, &timespec, sz,
sbin/sysctl/sysctl.c
2211
printf("%lld.%9.9ld\n", (long long)timespec.tv_sec,
sbin/sysctl/sysctl.c
2212
timespec.tv_nsec);
sbin/wdogctl/wdogctl.c
231
struct timespec ts;
share/examples/puffs/pgfs/pgfs_db.h
86
int timespec_to_pgtimestamp(const struct timespec *, char **);
share/examples/puffs/pgfs/pgfs_subs.c
192
timespec_to_pgtimestamp(const struct timespec *tv, char **resultp)
sys/altq/altq_rmclass.c
103
static int rmc_under_limit(struct rm_class *, struct timespec *);
sys/altq/altq_rmclass.c
104
static void rmc_tl_satisfied(struct rm_ifdat *, struct timespec *);
sys/altq/altq_rmclass.c
1124
struct timespec now;
sys/altq/altq_rmclass.c
1266
struct timespec *nowp;
sys/altq/altq_rmclass.c
752
struct timespec now;
sys/altq/altq_rmclass.c
818
rmc_tl_satisfied(struct rm_ifdat *ifd, struct timespec *now)
sys/altq/altq_rmclass.c
844
rmc_satisfied(struct rm_class *cl, struct timespec *now)
sys/altq/altq_rmclass.c
877
rmc_under_limit(struct rm_class *cl, struct timespec *now)
sys/altq/altq_rmclass.c
90
static int rmc_satisfied(struct rm_class *, struct timespec *);
sys/altq/altq_rmclass.c
969
struct timespec now;
sys/altq/altq_rmclass.h
158
struct timespec undertime_; /* time can next send */
sys/altq/altq_rmclass.h
159
struct timespec last_; /* time last packet sent */
sys/altq/altq_rmclass.h
160
struct timespec overtime_;
sys/altq/altq_rmclass.h
203
struct timespec now_[RM_MAXQUEUED]; /* Current packet time. */
sys/altq/altq_rmclass.h
208
struct timespec ifnow_; /* expected xmit completion time */
sys/arch/usermode/usermode/thunk.c
286
struct timespec ts;
sys/arch/usermode/usermode/thunk.c
301
struct timespec res;
sys/arch/xen/xen/xen_clock.c
1033
static void xen_wallclock_time(struct timespec *);
sys/arch/xen/xen/xen_clock.c
1065
struct timespec ts;
sys/arch/xen/xen/xen_clock.c
1115
xen_wallclock_time(struct timespec *tsp)
sys/coda/coda.h
288
struct timespec va_atime; /* time of last access */
sys/coda/coda.h
289
struct timespec va_mtime; /* time of last modification */
sys/coda/coda.h
290
struct timespec va_ctime; /* time file changed */
sys/compat/common/clockctl_50.c
102
struct timespec tp;
sys/compat/common/compat_90_mod.c
92
struct timespec boottime; /* For access by older vmstat */
sys/compat/common/kern_50.c
110
KASSERT(len == sizeof(struct timespec));
sys/compat/common/kern_50.c
68
struct timespec ts, *tsp;
sys/compat/common/kern_50.c
97
KASSERT(len == sizeof(struct timespec));
sys/compat/common/kern_select_50.c
111
struct timespec ats, *ts = NULL;
sys/compat/common/kern_select_50.c
145
struct timespec ats, *ts = NULL;
sys/compat/common/kern_select_50.c
177
struct timespec ats, *ts = NULL;
sys/compat/common/kern_select_50.c
65
KASSERT(length == sizeof(struct timespec));
sys/compat/common/kern_select_50.c
70
timespec50_to_timespec(&ts50, (struct timespec *)dest);
sys/compat/common/kern_select_50.c
96
(const struct timespec *)(const void *)SCARG(uap, timeout),
sys/compat/common/kern_time_50.c
116
struct timespec ats;
sys/compat/common/kern_time_50.c
138
struct timespec ats;
sys/compat/common/kern_time_50.c
160
struct timespec ats;
sys/compat/common/kern_time_50.c
184
struct timespec rmt, rqt;
sys/compat/common/kern_time_50.c
356
struct timespec ts;
sys/compat/common/kern_time_50.c
398
struct timespec ts, *tsp;
sys/compat/common/kern_time_50.c
431
struct timespec ts, *tsp;
sys/compat/common/kern_time_60.c
66
struct timespec ts, *tsp;
sys/compat/common/usb_subr_30.c
205
memcpy(&ueo->ue_time, &ue->ue_time, sizeof(struct timespec));
sys/compat/common/vfs_syscalls_43.c
96
cvttimespec(struct timespec50 *ots, const struct timespec *ts)
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1076
syscallarg(struct timespec *) timeout;
sys/compat/linux/arch/alpha/linux_osf1.c
396
struct timespec ats, *ts = NULL;
sys/compat/linux/arch/alpha/linux_syscallargs.h
1277
syscallarg(struct timespec *) timeout;
sys/compat/linux/arch/amd64/linux_syscallargs.h
1243
syscallarg(struct timespec *) timeout;
sys/compat/linux/arch/arm/linux_syscallargs.h
1316
syscallarg(struct timespec *) timeout;
sys/compat/linux/arch/m68k/linux_syscallargs.h
1339
syscallarg(struct timespec *) timeout;
sys/compat/linux/arch/mips/linux_syscallargs.h
1362
syscallarg(struct timespec *) timeout;
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1249
syscallarg(struct timespec *) timeout;
sys/compat/linux/common/linux_misc.c
1043
struct timespec uts, ts0, ts1, *tsp;
sys/compat/linux/common/linux_misc.c
1118
struct timespec ts0, *ts = NULL;
sys/compat/linux/common/linux_misc.c
1615
linux_do_sys_utimensat(struct lwp *l, int fd, const char *path, struct timespec *tsp, int flags, register_t *retval)
sys/compat/linux/common/linux_misc.c
1648
struct timespec *tsp = NULL, ts[2];
sys/compat/linux/common/linux_misc.c
1676
struct timespec ts, *tsp = NULL;
sys/compat/linux/common/linux_misc.c
1704
linux_do_futex(int *uaddr, int op, int val, struct timespec *timeout,
sys/compat/linux/common/linux_misc.c
1892
struct timespec ts, *tsp;
sys/compat/linux/common/linux_misc.c
958
struct timespec ts0, ts1, uts, *ts = NULL;
sys/compat/linux/common/linux_misc.h
187
struct timespec *, int, register_t *);
sys/compat/linux/common/linux_misc.h
188
int linux_do_futex(int *, int, int, struct timespec *, int *, int, int,
sys/compat/linux/common/linux_misc_notalpha.c
323
struct timespec ats;
sys/compat/linux/common/linux_mqueue.c
129
struct timespec ts, *tsp;
sys/compat/linux/common/linux_mqueue.c
160
struct timespec ts, *tsp;
sys/compat/linux/common/linux_sched.h
150
const struct timespec *);
sys/compat/linux/common/linux_sched.h
151
void linux_to_native_timespec(struct timespec *,
sys/compat/linux/common/linux_socket.c
1912
struct timespec ts = {0}, now;
sys/compat/linux/common/linux_time.c
124
native_to_linux_timespec(struct linux_timespec *ltp, const struct timespec *ntp)
sys/compat/linux/common/linux_time.c
132
linux_to_native_timespec(struct timespec *ntp, const struct linux_timespec *ltp)
sys/compat/linux/common/linux_time.c
165
struct timespec rqts, rmts;
sys/compat/linux/common/linux_time.c
223
struct timespec ts;
sys/compat/linux/common/linux_time.c
245
struct timespec ts;
sys/compat/linux/common/linux_time.c
270
struct timespec ts;
sys/compat/linux/common/linux_time.c
297
struct timespec rqts, rmts;
sys/compat/linux32/common/linux32_misc.c
246
struct timespec ts, *tsp = NULL;
sys/compat/linux32/common/linux32_misc.c
330
struct timespec ts0, *ts = NULL;
sys/compat/linux32/common/linux32_sched.h
51
const struct timespec *);
sys/compat/linux32/common/linux32_sched.h
52
void linux32_to_native_timespec(struct timespec *,
sys/compat/linux32/common/linux32_time.c
198
struct timespec ts;
sys/compat/linux32/common/linux32_time.c
241
const struct timespec *ntp)
sys/compat/linux32/common/linux32_time.c
250
linux32_to_native_timespec(struct timespec *ntp,
sys/compat/linux32/common/linux32_time.c
285
struct timespec rqts, rmts;
sys/compat/linux32/common/linux32_time.c
313
struct timespec ts;
sys/compat/linux32/common/linux32_time.c
338
struct timespec ts;
sys/compat/linux32/common/linux32_time.c
363
struct timespec ts;
sys/compat/linux32/common/linux32_time.c
389
struct timespec rqts, rmts;
sys/compat/linux32/common/linux32_unistd.c
155
struct timespec ts0, ts1, uts, *ts = NULL;
sys/compat/linux32/common/linux32_unistd.c
241
struct timespec uts, ts0, ts1, *tsp;
sys/compat/linux32/common/linux32_unistd.c
508
struct timespec *tsp = NULL, ts[2];
sys/compat/netbsd32/netbsd32_compat_50.c
132
struct timespec ats, *ts = NULL;
sys/compat/netbsd32/netbsd32_compat_50.c
194
struct timespec ats;
sys/compat/netbsd32/netbsd32_compat_50.c
326
struct timespec ats;
sys/compat/netbsd32/netbsd32_compat_50.c
346
struct timespec ats;
sys/compat/netbsd32/netbsd32_compat_50.c
365
struct timespec ts;
sys/compat/netbsd32/netbsd32_compat_50.c
447
struct timespec rqt, rmt;
sys/compat/netbsd32/netbsd32_compat_50.c
479
struct timespec *ts = dst;
sys/compat/netbsd32/netbsd32_compat_50.c
494
const struct timespec *ts = src;
sys/compat/netbsd32/netbsd32_compat_50.c
516
NETBSD32TOP_UAP(timeout, struct timespec);
sys/compat/netbsd32/netbsd32_compat_50.c
557
struct timespec ts, *tsp;
sys/compat/netbsd32/netbsd32_compat_50.c
592
netbsd32_to_timespec50(&ts32, (struct timespec *)dest);
sys/compat/netbsd32/netbsd32_compat_50.c
634
struct timespec ats, *ts = NULL;
sys/compat/netbsd32/netbsd32_compat_50.c
667
struct timespec ats, *ts = NULL;
sys/compat/netbsd32/netbsd32_compat_60.c
58
struct timespec ts, *tsp;
sys/compat/netbsd32/netbsd32_conv.h
143
struct timespec *p)
sys/compat/netbsd32/netbsd32_conv.h
153
struct timespec *p)
sys/compat/netbsd32/netbsd32_conv.h
162
netbsd32_from_timespec50(const struct timespec *p,
sys/compat/netbsd32/netbsd32_conv.h
172
netbsd32_from_timespec(const struct timespec *p,
sys/compat/netbsd32/netbsd32_epoll.c
99
struct timespec ts, *tsp;
sys/compat/netbsd32/netbsd32_event.c
55
KASSERT(length == sizeof(struct timespec));
sys/compat/netbsd32/netbsd32_event.c
60
netbsd32_to_timespec(&ts32, (struct timespec *)dest);
sys/compat/netbsd32/netbsd32_fs.c
1333
struct timespec ts[2], *tsp;
sys/compat/netbsd32/netbsd32_fs.c
1431
struct timespec ts[2], *tsp;
sys/compat/netbsd32/netbsd32_fs.c
354
get_utimens32(const netbsd32_timespecp_t *tptr, struct timespec *ts,
sys/compat/netbsd32/netbsd32_fs.c
355
struct timespec **tsp)
sys/compat/netbsd32/netbsd32_futex.c
63
struct timespec ts, *tsp;
sys/compat/netbsd32/netbsd32_ipc.c
218
struct timespec timeout;
sys/compat/netbsd32/netbsd32_lwp.c
171
struct timespec ts, *tsp;
sys/compat/netbsd32/netbsd32_mqueue.c
269
struct timespec ts, *tsp;
sys/compat/netbsd32/netbsd32_mqueue.c
300
struct timespec ts, *tsp;
sys/compat/netbsd32/netbsd32_mqueue.c
339
struct timespec ts, *tsp;
sys/compat/netbsd32/netbsd32_mqueue.c
371
struct timespec ts, *tsp;
sys/compat/netbsd32/netbsd32_select.c
131
struct timespec ats, *ts = NULL;
sys/compat/netbsd32/netbsd32_select.c
65
struct timespec ats, *ts = NULL;
sys/compat/netbsd32/netbsd32_select.c
98
struct timespec ats, *ts = NULL;
sys/compat/netbsd32/netbsd32_sem.c
169
struct timespec ts;
sys/compat/netbsd32/netbsd32_signal.c
584
struct timespec *ts = dst;
sys/compat/netbsd32/netbsd32_signal.c
599
const struct timespec *ts = src;
sys/compat/netbsd32/netbsd32_signal.c
619
NETBSD32TOP_UAP(timeout, struct timespec);
sys/compat/netbsd32/netbsd32_socket.c
274
struct timespec ts, now;
sys/compat/netbsd32/netbsd32_sysctl.c
81
struct timespec ts;
sys/compat/netbsd32/netbsd32_time.c
225
struct timespec ats;
sys/compat/netbsd32/netbsd32_time.c
305
struct timespec ats;
sys/compat/netbsd32/netbsd32_time.c
324
struct timespec ats;
sys/compat/netbsd32/netbsd32_time.c
342
struct timespec ts;
sys/compat/netbsd32/netbsd32_time.c
365
struct timespec rqt, rmt;
sys/compat/netbsd32/netbsd32_time.c
393
struct timespec rqt, rmt;
sys/compat/sys/event.h
120
size_t, const struct timespec *);
sys/compat/sys/event.h
122
size_t, const struct timespec *);
sys/compat/sys/event.h
36
struct timespec;
sys/compat/sys/poll.h
41
struct timespec;
sys/compat/sys/poll.h
48
const struct timespec * __restrict, const sigset_t * __restrict);
sys/compat/sys/select.h
54
fd_set * __restrict, const struct timespec * __restrict,
sys/compat/sys/time_types.h
100
timespec_to_timespec50(const struct timespec *ts, struct timespec50 *ts50)
sys/compat/sys/time_types.h
92
timespec50_to_timespec(const struct timespec50 *ts50, struct timespec *ts)
sys/ddb/db_output.c
263
db_print_timespec(struct timespec *ts)
sys/ddb/db_output.h
37
struct timespec;
sys/ddb/db_output.h
50
void db_print_timespec(struct timespec *);
sys/dev/clockctl.c
236
struct timespec ts;
sys/dev/dmover/dmover_io.c
110
struct timespec ds_atime;
sys/dev/dmover/dmover_io.c
111
struct timespec ds_mtime;
sys/dev/dmover/dmover_io.c
112
struct timespec ds_btime;
sys/dev/fss.c
701
struct timespec ts;
sys/dev/hyperv/hvtimesync.c
126
struct timespec vm_ts, hv_ts;
sys/dev/lockstat.c
117
struct timespec lockstat_stime;
sys/dev/lockstat.c
272
struct timespec ts;
sys/dev/lockstat.h
91
struct timespec ld_time; /* time spent enabled */
sys/dev/pci/if_mcx.c
6858
struct timespec ts;
sys/dev/pci/ixgbe/if_bypass.c
101
struct timespec current;
sys/dev/putter/putter.c
141
struct timespec pi_atime;
sys/dev/putter/putter.c
142
struct timespec pi_mtime;
sys/dev/putter/putter.c
143
struct timespec pi_btime;
sys/dev/usb/usb.h
1010
struct timespec ue_time;
sys/dev/usb/usb.h
994
struct timespec ue_time;
sys/dev/vmt/vmt_subr.c
468
struct timespec ts;
sys/dev/wscons/wsconsio.h
59
struct timespec time;
sys/dev/wscons/wsevent.c
405
struct timespec t;
sys/fs/autofs/autofs.h
111
struct timespec an_ctime;
sys/fs/cd9660/cd9660_node.c
246
cd9660_tstamp_conv7(const u_char *pi, struct timespec *pu)
sys/fs/cd9660/cd9660_node.c
299
cd9660_tstamp_conv17(const u_char *pi, struct timespec *pu)
sys/fs/cd9660/cd9660_node.h
121
int cd9660_tstamp_conv7(const u_char *, struct timespec *);
sys/fs/cd9660/cd9660_node.h
122
int cd9660_tstamp_conv17(const u_char *, struct timespec *);
sys/fs/cd9660/cd9660_node.h
54
struct timespec iso_atime; /* time of last access */
sys/fs/cd9660/cd9660_node.h
55
struct timespec iso_mtime; /* time of last modification */
sys/fs/cd9660/cd9660_node.h
56
struct timespec iso_ctime; /* time file changed */
sys/fs/cd9660/cd9660_rrip.c
359
memset(&ana->inop->inode.iso_mtime, 0, sizeof(struct timespec));
sys/fs/cd9660/cd9660_rrip.c
380
memset(&ana->inop->inode.iso_mtime, 0, sizeof(struct timespec));
sys/fs/filecorefs/filecore_node.h
129
struct timespec filecore_time(struct filecore_node *);
sys/fs/filecorefs/filecore_utils.c
224
struct timespec
sys/fs/filecorefs/filecore_utils.c
227
struct timespec ts;
sys/fs/hfs/hfs.h
171
void hfs_time_to_timespec(uint32_t, struct timespec *);
sys/fs/hfs/hfs_subr.c
347
hfs_time_to_timespec(uint32_t hfstime, struct timespec *unixtime)
sys/fs/msdosfs/denode.h
308
int msdosfs_update(struct vnode *, const struct timespec *,
sys/fs/msdosfs/denode.h
309
const struct timespec *, int);
sys/fs/msdosfs/denode.h
332
void msdosfs_detimes(struct denode *, const struct timespec *,
sys/fs/msdosfs/denode.h
333
const struct timespec *, const struct timespec *, int);
sys/fs/msdosfs/direntry.h
131
void msdosfs_unix2dostime(const struct timespec *tsp, int gmtoff,
sys/fs/msdosfs/direntry.h
134
int gmtoff, struct timespec *tsp);
sys/fs/msdosfs/msdosfs_conv.c
120
msdosfs_unix2dostime(const struct timespec *tsp, int gmtoff,
sys/fs/msdosfs/msdosfs_conv.c
175
struct timespec *tsp)
sys/fs/msdosfs/msdosfs_vnops.c
1429
msdosfs_detimes(struct denode *dep, const struct timespec *acc,
sys/fs/msdosfs/msdosfs_vnops.c
1430
const struct timespec *mod, const struct timespec *cre, int gmtoff)
sys/fs/msdosfs/msdosfs_vnops.c
1432
struct timespec *ts = NULL, tsb;
sys/fs/msdosfs/msdosfs_vnops.c
679
msdosfs_update(struct vnode *vp, const struct timespec *acc,
sys/fs/msdosfs/msdosfs_vnops.c
680
const struct timespec *mod, int flags)
sys/fs/nfs/client/nfs_clport.c
417
struct timespec mtime_save;
sys/fs/nfs/client/nfs_clrpcops.c
3150
struct timespec dctime;
sys/fs/nfs/client/nfs_clrpcops.c
4485
struct timespec verstime;
sys/fs/nfs/client/nfs_clstate.c
4625
nfscl_deleggetmodtime(vnode_t vp, struct timespec *mtime)
sys/fs/nfs/client/nfs_clvnops.c
1046
struct timespec nctime;
sys/fs/nfs/client/nfs_clvnops.c
3304
struct timespec ts;
sys/fs/nfs/client/nfsnode.h
100
struct timespec n_mtime; /* Prev modify time. */
sys/fs/nfs/client/nfsnode.h
107
struct timespec nf_atim; /* Special file times */
sys/fs/nfs/client/nfsnode.h
112
struct timespec nf_mtim;
sys/fs/nfs/common/nfs_commonport.c
256
struct timespec *ts)
sys/fs/nfs/common/nfs_commonsubs.c
2057
struct timespec temptime;
sys/fs/nfs/common/nfs_commonsubs.c
3913
struct timespec ts;
sys/fs/nfs/common/nfs_commonsubs.c
825
struct timespec temptime;
sys/fs/nfs/common/nfs_var.h
556
void nfscl_deleggetmodtime(vnode_t, struct timespec *);
sys/fs/nfs/common/nfsclstate.h
158
struct timespec nfsdl_modtime; /* local modify time */
sys/fs/nfs/common/nfsport.h
719
int nfsmsleep(void *, void *, int, const char *, struct timespec *);
sys/fs/nfs/common/nfsproto.h
1313
struct timespec fs_timedelta;
sys/fs/nfs/common/oldnfsproto.h
512
struct timespec fa4_atime;
sys/fs/nfs/common/oldnfsproto.h
513
struct timespec fa4_btime;
sys/fs/nfs/common/oldnfsproto.h
514
struct timespec fa4_ctime;
sys/fs/nfs/common/oldnfsproto.h
515
struct timespec fa4_mtime;
sys/fs/nfs/server/nfs_nfsdserv.c
312
struct timespec guard = { 0, 0 };
sys/fs/nfs/server/nfs_nfsdserv.c
3729
struct timespec verstime;
sys/fs/nilfs/nilfs_subr.c
728
nilfs_itimes(struct nilfs_node *node, struct timespec *acc,
sys/fs/nilfs/nilfs_subr.c
729
struct timespec *mod, struct timespec *birth)
sys/fs/nilfs/nilfs_subr.c
735
nilfs_update(struct vnode *node, struct timespec *acc,
sys/fs/nilfs/nilfs_subr.c
736
struct timespec *mod, struct timespec *birth, int updflags)
sys/fs/nilfs/nilfs_subr.h
65
void nilfs_itimes(struct nilfs_node *nilfs_node, struct timespec *acc,
sys/fs/nilfs/nilfs_subr.h
66
struct timespec *mod, struct timespec *birth);
sys/fs/nilfs/nilfs_subr.h
67
int nilfs_update(struct vnode *node, struct timespec *acc,
sys/fs/nilfs/nilfs_subr.h
68
struct timespec *mod, struct timespec *birth, int updflags);
sys/fs/nilfs/nilfs_vfsops.c
1225
struct timespec *tm)
sys/fs/nilfs/nilfs_vnops.c
766
nilfs_ctime_to_timespec(struct timespec *ts, uint64_t ctime)
sys/fs/nilfs/nilfs_vnops.c
852
struct timespec *atime, struct timespec *mtime,
sys/fs/nilfs/nilfs_vnops.c
853
struct timespec *birthtime, int setattrflags,
sys/fs/ntfs/ntfs_subr.c
1184
struct timespec
sys/fs/ntfs/ntfs_subr.c
1187
struct timespec t;
sys/fs/ntfs/ntfs_subr.h
85
struct timespec ntfs_nttimetounix(u_int64_t);
sys/fs/ptyfs/ptyfs.h
109
struct timespec ptyfs_ctime, ptyfs_mtime, ptyfs_atime, ptyfs_birthtime;
sys/fs/ptyfs/ptyfs.h
165
void ptyfs_itimes(struct ptyfsnode *, const struct timespec *,
sys/fs/ptyfs/ptyfs.h
166
const struct timespec *, const struct timespec *);
sys/fs/ptyfs/ptyfs_vnops.c
134
static int ptyfs_update(struct vnode *, const struct timespec *,
sys/fs/ptyfs/ptyfs_vnops.c
135
const struct timespec *, int);
sys/fs/ptyfs/ptyfs_vnops.c
800
struct timespec ts;
sys/fs/ptyfs/ptyfs_vnops.c
834
struct timespec ts;
sys/fs/ptyfs/ptyfs_vnops.c
917
ptyfs_update(struct vnode *vp, const struct timespec *acc,
sys/fs/ptyfs/ptyfs_vnops.c
918
const struct timespec *mod, int flags)
sys/fs/ptyfs/ptyfs_vnops.c
930
ptyfs_itimes(struct ptyfsnode *ptyfs, const struct timespec *acc,
sys/fs/ptyfs/ptyfs_vnops.c
931
const struct timespec *mod, const struct timespec *cre)
sys/fs/ptyfs/ptyfs_vnops.c
933
struct timespec now;
sys/fs/puffs/puffs_msgif.h
485
struct timespec pvnr_va_ttl; /* IN */
sys/fs/puffs/puffs_msgif.h
486
struct timespec pvnr_cn_ttl; /* IN */
sys/fs/puffs/puffs_msgif.h
498
struct timespec pvnr_va_ttl; /* IN */
sys/fs/puffs/puffs_msgif.h
499
struct timespec pvnr_cn_ttl; /* IN */
sys/fs/puffs/puffs_msgif.h
511
struct timespec pvnr_va_ttl; /* IN */
sys/fs/puffs/puffs_msgif.h
512
struct timespec pvnr_cn_ttl; /* IN */
sys/fs/puffs/puffs_msgif.h
545
struct timespec pvnr_va_ttl; /* IN */
sys/fs/puffs/puffs_msgif.h
617
struct timespec pvnr_va_ttl; /* IN */
sys/fs/puffs/puffs_msgif.h
618
struct timespec pvnr_cn_ttl; /* IN */
sys/fs/puffs/puffs_msgif.h
662
struct timespec pvnr_va_ttl; /* IN */
sys/fs/puffs/puffs_msgif.h
663
struct timespec pvnr_cn_ttl; /* IN */
sys/fs/puffs/puffs_node.c
280
struct timespec ts;
sys/fs/puffs/puffs_sys.h
221
struct timespec pn_mc_atime;
sys/fs/puffs/puffs_sys.h
222
struct timespec pn_mc_ctime;
sys/fs/puffs/puffs_sys.h
223
struct timespec pn_mc_mtime;
sys/fs/puffs/puffs_vfsops.c
803
puffs_vfsop_snapshot(struct mount *mp, struct vnode *vp, struct timespec *ts)
sys/fs/puffs/puffs_vnops.c
1045
struct timespec *va_ttl = NULL;
sys/fs/puffs/puffs_vnops.c
1180
struct timespec *va_ttl = &setattr_msg->pvnr_va_ttl;
sys/fs/puffs/puffs_vnops.c
1883
struct timespec *va_ttl = &mkdir_msg->pvnr_va_ttl;
sys/fs/puffs/puffs_vnops.c
1884
struct timespec *cn_ttl = &mkdir_msg->pvnr_cn_ttl;
sys/fs/puffs/puffs_vnops.c
2054
struct timespec *va_ttl = &symlink_msg->pvnr_va_ttl;
sys/fs/puffs/puffs_vnops.c
2055
struct timespec *cn_ttl = &symlink_msg->pvnr_cn_ttl;
sys/fs/puffs/puffs_vnops.c
380
struct timespec *, struct timespec *, int);
sys/fs/puffs/puffs_vnops.c
642
struct timespec *va_ttl = &lookup_msg->pvnr_va_ttl;
sys/fs/puffs/puffs_vnops.c
643
struct timespec *cn_ttl = &lookup_msg->pvnr_cn_ttl;
sys/fs/puffs/puffs_vnops.c
750
struct timespec *va_ttl = &create_msg->pvnr_va_ttl;
sys/fs/puffs/puffs_vnops.c
751
struct timespec *cn_ttl = &create_msg->pvnr_cn_ttl;
sys/fs/puffs/puffs_vnops.c
811
struct timespec *va_ttl = &mknod_msg->pvnr_va_ttl;
sys/fs/puffs/puffs_vnops.c
812
struct timespec *cn_ttl = &mknod_msg->pvnr_cn_ttl;
sys/fs/puffs/puffs_vnops.c
956
struct timespec *va_ttl, struct timespec *cn_ttl, int flags)
sys/fs/sysvbfs/sysvbfs.h
96
int sysvbfs_update(struct vnode *, const struct timespec *,
sys/fs/sysvbfs/sysvbfs.h
97
const struct timespec *, int);
sys/fs/sysvbfs/sysvbfs_vnops.c
884
sysvbfs_update(struct vnode *vp, const struct timespec *acc,
sys/fs/sysvbfs/sysvbfs_vnops.c
885
const struct timespec *mod, int flags)
sys/fs/tmpfs/tmpfs.h
116
struct timespec tn_atime;
sys/fs/tmpfs/tmpfs.h
117
struct timespec tn_mtime;
sys/fs/tmpfs/tmpfs.h
118
struct timespec tn_ctime;
sys/fs/tmpfs/tmpfs.h
119
struct timespec tn_birthtime;
sys/fs/tmpfs/tmpfs.h
275
int tmpfs_chtimes(vnode_t *, const struct timespec *,
sys/fs/tmpfs/tmpfs.h
276
const struct timespec *, const struct timespec *, int,
sys/fs/tmpfs/tmpfs_subr.c
1143
tmpfs_chtimes(vnode_t *vp, const struct timespec *atime,
sys/fs/tmpfs/tmpfs_subr.c
1144
const struct timespec *mtime, const struct timespec *btime,
sys/fs/tmpfs/tmpfs_subr.c
1188
struct timespec nowtm;
sys/fs/tmpfs/tmpfs_vfsops.c
437
tmpfs_snapshot(struct mount *mp, vnode_t *vp, struct timespec *ctime)
sys/fs/udf/udf_strat_rmw.c
104
struct timespec wait_time;
sys/fs/udf/udf_strat_rmw.c
1202
struct timespec now, *last;
sys/fs/udf/udf_strat_rmw.c
137
struct timespec last_queued[UDF_SHED_MAX];
sys/fs/udf/udf_strat_sequential.c
480
struct timespec now, *last;
sys/fs/udf/udf_strat_sequential.c
97
struct timespec last_queued[UDF_SHED_MAX];
sys/fs/udf/udf_subr.c
1442
struct timespec now_s;
sys/fs/udf/udf_subr.c
4287
struct timespec *timespec)
sys/fs/udf/udf_subr.c
4326
timespec->tv_sec = secs;
sys/fs/udf/udf_subr.c
4327
timespec->tv_nsec = nsecs;
sys/fs/udf/udf_subr.c
4332
udf_timespec_to_timestamp(struct timespec *timespec, struct timestamp *timestamp)
sys/fs/udf/udf_subr.c
4337
(void) clock_secs_to_ymdhms(timespec->tv_sec, &ymdhms);
sys/fs/udf/udf_subr.c
4339
usec = timespec->tv_nsec / 1000;
sys/fs/udf/udf_subr.c
4673
struct timespec now;
sys/fs/udf/udf_subr.c
4756
struct timespec now;
sys/fs/udf/udf_subr.c
6113
udf_itimes(struct udf_node *udf_node, struct timespec *acc,
sys/fs/udf/udf_subr.c
6114
struct timespec *mod, struct timespec *birth)
sys/fs/udf/udf_subr.c
6116
struct timespec now;
sys/fs/udf/udf_subr.c
6122
struct timespec cur_birth;
sys/fs/udf/udf_subr.c
6212
udf_update(struct vnode *vp, struct timespec *acc,
sys/fs/udf/udf_subr.c
6213
struct timespec *mod, struct timespec *birth, int updflags)
sys/fs/udf/udf_subr.h
183
void udf_itimes(struct udf_node *udf_node, struct timespec *acc,
sys/fs/udf/udf_subr.h
184
struct timespec *mod, struct timespec *birth);
sys/fs/udf/udf_subr.h
185
int udf_update(struct vnode *node, struct timespec *acc,
sys/fs/udf/udf_subr.h
186
struct timespec *mod, struct timespec *birth, int updflags);
sys/fs/udf/udf_subr.h
200
void udf_timestamp_to_timespec(struct udf_mount *ump, struct timestamp *timestamp, struct timespec *timespec);
sys/fs/udf/udf_subr.h
201
void udf_timespec_to_timestamp(struct timespec *timespec, struct timestamp *timestamp);
sys/fs/udf/udf_vfsops.c
946
struct timespec *tm)
sys/fs/udf/udf_vnops.c
1163
struct timespec *atime, struct timespec *mtime,
sys/fs/udf/udf_vnops.c
1164
struct timespec *birthtime, int setattrflags,
sys/fs/v7fs/v7fs_extern.h
110
int v7fs_update(struct vnode *, const struct timespec *,
sys/fs/v7fs/v7fs_extern.h
111
const struct timespec *, int);
sys/fs/v7fs/v7fs_vnops.c
1232
v7fs_update(struct vnode *vp, const struct timespec *acc,
sys/fs/v7fs/v7fs_vnops.c
1233
const struct timespec *mod, int flags)
sys/fs/v7fs/v7fs_vnops.c
469
struct timespec *acc, *mod;
sys/kern/init_main.c
269
struct timespec time;
sys/kern/init_sysctl.c
238
sysctl_kern_boottime, 0, NULL, sizeof(struct timespec),
sys/kern/init_sysctl.c
805
struct timespec ts;
sys/kern/init_sysctl.c
819
struct timespec ts, delta;
sys/kern/kern_event.c
1312
struct timespec ts;
sys/kern/kern_event.c
1349
struct timespec deadline = ts;
sys/kern/kern_event.c
1814
const struct timespec *timeout,
sys/kern/kern_event.c
1819
struct timespec ts;
sys/kern/kern_event.c
2274
const struct timespec *tsp, register_t *retval,
sys/kern/kern_event.c
2280
struct timespec ats, sleepts;
sys/kern/kern_event.c
91
const struct timespec *, register_t *,
sys/kern/kern_ktrace.c
1319
struct timespec ts;
sys/kern/kern_ktrace.c
885
struct timespec *ts;
sys/kern/kern_ntptime.c
209
static struct timespec pps_tf[3]; /* phase median filter */
sys/kern/kern_ntptime.c
700
hardpps(struct timespec *tsp, /* time at PPS */
sys/kern/kern_tc.c
113
struct timespec th_nanotime; /* cached nanotime */
sys/kern/kern_tc.c
1205
struct timespec ts, *tsp, *osp;
sys/kern/kern_tc.c
1247
struct timespec tmsp;
sys/kern/kern_tc.c
1384
struct timespec ts2;
sys/kern/kern_tc.c
1385
struct timespec ts3;
sys/kern/kern_tc.c
1465
struct timespec ts2;
sys/kern/kern_tc.c
498
nanouptime(struct timespec *tsp)
sys/kern/kern_tc.c
529
nanotime(struct timespec *tsp)
sys/kern/kern_tc.c
565
getnanouptime(struct timespec *tsp)
sys/kern/kern_tc.c
616
dogetnanotime(struct timespec *tsp)
sys/kern/kern_tc.c
632
getnanotime(struct timespec *tsp)
sys/kern/kern_tc.c
638
void dtrace_getnanotime(struct timespec *tsp);
sys/kern/kern_tc.c
641
dtrace_getnanotime(struct timespec *tsp)
sys/kern/kern_tc.c
664
getnanoboottime(struct timespec *tsp)
sys/kern/kern_tc.c
880
tc_setclock(const struct timespec *ts)
sys/kern/kern_tc.c
882
struct timespec ts2;
sys/kern/kern_time.c
1119
struct timespec ts;
sys/kern/kern_time.c
1401
struct timespec now;
sys/kern/kern_time.c
147
time_wraps(struct timespec *ts, struct timespec *delta)
sys/kern/kern_time.c
1652
struct timespec now;
sys/kern/kern_time.c
212
settime1(struct proc *p, const struct timespec *ts, bool check_kauth)
sys/kern/kern_time.c
214
struct timespec delta, now;
sys/kern/kern_time.c
263
settime(struct proc *p, struct timespec *ts)
sys/kern/kern_time.c
278
struct timespec ats;
sys/kern/kern_time.c
297
struct timespec ats;
sys/kern/kern_time.c
307
clock_settime1(struct proc *p, clockid_t clock_id, const struct timespec *tp,
sys/kern/kern_time.c
337
struct timespec ts;
sys/kern/kern_time.c
350
clock_getres1(clockid_t clock_id, struct timespec *ts)
sys/kern/kern_time.c
380
struct timespec rmt, rqt;
sys/kern/kern_time.c
383
error = copyin(SCARG(uap, rqtp), &rqt, sizeof(struct timespec));
sys/kern/kern_time.c
407
struct timespec rmt, rqt;
sys/kern/kern_time.c
410
error = copyin(SCARG(uap, rqtp), &rqt, sizeof(struct timespec));
sys/kern/kern_time.c
428
nanosleep1(struct lwp *l, clockid_t clock_id, int flags, struct timespec *rqt,
sys/kern/kern_time.c
429
struct timespec *rmt)
sys/kern/kern_time.c
431
struct timespec rmtstart;
sys/kern/kern_time.c
453
struct timespec rmtend;
sys/kern/kern_time.c
454
struct timespec t0;
sys/kern/kern_time.c
455
struct timespec *t;
sys/kern/kern_time.c
570
struct timespec ts;
sys/kern/kern_time.c
865
struct timespec now, next;
sys/kern/kern_time.c
990
struct timespec now;
sys/kern/kern_todr.c
219
struct timespec ts;
sys/kern/subr_cpufreq.c
166
struct timespec nta, ntb;
sys/kern/subr_prf.c
456
struct timespec ts;
sys/kern/subr_time.c
101
gettimeleft(struct timespec *ts, struct timespec *sleepts)
sys/kern/subr_time.c
103
struct timespec now, sleptts;
sys/kern/subr_time.c
125
clock_timeleft(clockid_t clockid, struct timespec *ts, struct timespec *sleepts)
sys/kern/subr_time.c
127
struct timespec sleptts;
sys/kern/subr_time.c
136
clock_gettime1(clockid_t clock_id, struct timespec *ts)
sys/kern/subr_time.c
204
ts2timo(clockid_t clock_id, int flags, struct timespec *ts,
sys/kern/subr_time.c
205
int *timo, struct timespec *start)
sys/kern/subr_time.c
208
struct timespec tsd;
sys/kern/subr_time.c
67
tshzto(const struct timespec *tsp)
sys/kern/subr_time.c
69
struct timespec now, ts;
sys/kern/subr_time.c
78
tshztoup(const struct timespec *tsp)
sys/kern/subr_time.c
80
struct timespec now, ts;
sys/kern/subr_time.c
89
inittimeleft(struct timespec *ts, struct timespec *sleepts)
sys/kern/subr_time_arith.c
166
tstohz(const struct timespec *ts)
sys/kern/subr_time_arith.c
210
itimespecfix(struct timespec *ts)
sys/kern/subr_time_arith.c
229
timespecaddok(const struct timespec *tsp, const struct timespec *usp)
sys/kern/subr_time_arith.c
342
timespecsubok(const struct timespec *tsp, const struct timespec *usp)
sys/kern/subr_time_arith.c
453
timespec2nsok(const struct timespec *ts)
sys/kern/subr_time_arith.c
481
const struct timespec *restrict now,
sys/kern/subr_time_arith.c
482
struct timespec *restrict next,
sys/kern/sys_aio.c
1910
struct timespec ts;
sys/kern/sys_aio.c
531
struct timespec *ts, int flags)
sys/kern/sys_aio.c
603
struct timespec *ts)
sys/kern/sys_epoll.c
382
struct epoll_event *events, int maxevents, struct timespec *tsp,
sys/kern/sys_epoll.c
452
struct timespec ts, *tsp;
sys/kern/sys_eventfd.c
77
struct timespec efd_btime; /* time created */
sys/kern/sys_eventfd.c
78
struct timespec efd_mtime; /* last write */
sys/kern/sys_eventfd.c
79
struct timespec efd_atime; /* last read */
sys/kern/sys_futex.c
1214
const struct timespec *timeout, clockid_t clkid, int clkflags,
sys/kern/sys_futex.c
1219
struct timespec ts;
sys/kern/sys_futex.c
1220
const struct timespec *deadline;
sys/kern/sys_futex.c
1667
do_futex(int *uaddr, int op, int val, const struct timespec *timeout,
sys/kern/sys_futex.c
1744
struct timespec ts, *tsp;
sys/kern/sys_futex.c
932
futex_wait(struct futex_wait *fw, const struct timespec *deadline,
sys/kern/sys_futex.c
953
struct timespec ts;
sys/kern/sys_lwp.c
516
lwp_park(clockid_t clock_id, int flags, struct timespec *ts)
sys/kern/sys_lwp.c
519
struct timespec start;
sys/kern/sys_lwp.c
579
struct timespec ts, *tsp;
sys/kern/sys_mqueue.c
631
struct timespec *ts, ssize_t *mlen)
sys/kern/sys_mqueue.c
758
struct timespec ts, *tsp;
sys/kern/sys_mqueue.c
785
struct timespec *ts)
sys/kern/sys_mqueue.c
934
struct timespec ts, *tsp;
sys/kern/sys_pipe.c
131
static int pipe_create(struct pipe **, pool_cache_t, struct timespec *);
sys/kern/sys_pipe.c
210
struct timespec nt;
sys/kern/sys_pipe.c
306
pipe_create(struct pipe **pipep, pool_cache_t cache, struct timespec *nt)
sys/kern/sys_select.c
180
struct timespec ats, *ts = NULL;
sys/kern/sys_select.c
213
struct timespec ats, *ts = NULL;
sys/kern/sys_select.c
237
struct timespec *ts, sigset_t *mask, register_t *retval)
sys/kern/sys_select.c
242
struct timespec sleepts;
sys/kern/sys_select.c
381
fd_set *u_ex, struct timespec *ts, sigset_t *mask)
sys/kern/sys_select.c
581
struct timespec ats, *ts = NULL;
sys/kern/sys_select.c
605
struct timespec ats, *ts = NULL;
sys/kern/sys_select.c
627
struct timespec *ts, sigset_t *mask)
sys/kern/sys_sig.c
746
struct timespec ts, tsstart, tsnow;
sys/kern/sys_timerfd.c
637
struct timespec now;
sys/kern/sys_timerfd.c
83
struct timespec tfd_btime; /* time created */
sys/kern/sys_timerfd.c
84
struct timespec tfd_mtime; /* last timerfd_settime() */
sys/kern/sys_timerfd.c
85
struct timespec tfd_atime; /* last read */
sys/kern/sysv_sem.c
1083
struct timespec timeout;
sys/kern/sysv_sem.c
1140
struct timespec *utimeout = SCARG(uap, timeout);
sys/kern/sysv_sem.c
815
size_t nsops, struct timespec *timeout, register_t *retval)
sys/kern/uipc_sem.c
936
do_ksem_wait(lwp_t *l, intptr_t id, bool try_p, struct timespec *abstime)
sys/kern/uipc_sem.c
987
struct timespec ts;
sys/kern/uipc_syscalls.c
1012
struct timespec ts, now;
sys/kern/vfs_subr.c
1378
vfs_timestamp(struct timespec *tsp)
sys/kern/vfs_subr.c
1631
VFS_SNAPSHOT(struct mount *mp, struct vnode *a, struct timespec *b)
sys/kern/vfs_syscalls.c
4029
const struct timespec *tptr;
sys/kern/vfs_syscalls.c
4046
const struct timespec *tptr, enum uio_seg seg)
sys/kern/vfs_syscalls.c
4054
const char *path, int flag, const struct timespec *tptr, enum uio_seg seg)
sys/kern/vfs_syscalls.c
4060
struct timespec ts[2];
sys/kern/vfs_syscalls.c
4137
struct timespec ts[2];
sys/kern/vfs_syscalls.c
4138
struct timespec *tsptr = NULL;
sys/kern/vfs_wapbl.c
1823
struct timespec ts;
sys/kern/vfs_wapbl.c
2433
struct timespec ts;
sys/kern/vfs_wapbl.c
2469
struct timespec ts;
sys/miscfs/genfs/layer_extern.h
92
int layerfs_snapshot(struct mount *, struct vnode *, struct timespec *);
sys/miscfs/genfs/layer_vfsops.c
327
struct timespec *ts)
sys/net/bpf.c
1716
struct timespec ts;
sys/net/bpf.c
2010
void *(*cpfn)(void *, const void *, size_t), struct timespec *ts)
sys/net/bpf.c
257
struct timespec *);
sys/net/bpfdesc.h
117
struct timespec bd_atime; /* access time */
sys/net/bpfdesc.h
118
struct timespec bd_mtime; /* modification time */
sys/net/bpfdesc.h
119
struct timespec bd_btime; /* birth time */
sys/net/if.h
201
struct timespec ifi_lastchange;/* last operational state change */
sys/net/if.h
313
struct timespec if_lastchange; /* :? last operational state change */
sys/net/if_tap.c
104
struct timespec sc_atime;
sys/net/if_tap.c
105
struct timespec sc_mtime;
sys/net/if_tap.c
106
struct timespec sc_btime;
sys/net/if_wg.c
1343
struct timespec ts;
sys/net/if_wg.c
5264
const struct timespec *t = &wgp->wgp_last_handshake_time;
sys/net/if_wg.c
654
struct timespec wgp_last_handshake_time;
sys/net/npf/npf_conn.c
277
struct timespec tsnow;
sys/net/npf/npf_conn.c
977
struct timespec tspnow;
sys/net/npf/npf_conndb.c
391
struct timespec tsnow;
sys/nfs/nfs_clntsubs.c
157
struct timespec mtime;
sys/nfs/nfs_clntsubs.c
158
struct timespec ctime;
sys/nfs/nfs_clntsubs.c
383
nfs_check_wccdata(struct nfsnode *np, const struct timespec *ctime,
sys/nfs/nfs_clntsubs.c
384
struct timespec *mtime, bool docheck)
sys/nfs/nfs_clntsubs.c
394
const struct timespec *omtime = &np->n_vattr->va_mtime;
sys/nfs/nfs_clntsubs.c
395
const struct timespec *octime = &np->n_vattr->va_ctime;
sys/nfs/nfs_kq.c
60
struct timespec omtime; /* old modification time */
sys/nfs/nfs_kq.c
61
struct timespec octime; /* old change time */
sys/nfs/nfs_serv.c
285
struct timespec guard;
sys/nfs/nfs_var.h
274
int nfs_check_wccdata(struct nfsnode *, const struct timespec *,
sys/nfs/nfs_var.h
275
struct timespec *, bool);
sys/nfs/nfs_vfsops.c
320
struct timespec ts;
sys/nfs/nfs_vnops.c
1643
struct timespec ts;
sys/nfs/nfs_vnops.c
3490
struct timespec ts;
sys/nfs/nfsm_subs.h
267
struct timespec ctime, mtime; \
sys/nfs/nfsnode.h
100
struct timespec nspec_atim; /* local atime */
sys/nfs/nfsnode.h
118
struct timespec ndir_nctime; /* Last name cache entry */
sys/nfs/nfsnode.h
163
struct timespec n_mtime; /* Prev modify time. */
sys/nfs/nfsnode.h
99
struct timespec nspec_mtim; /* local mtime */
sys/opencrypto/crypto.c
1498
crypto_tstat(struct cryptotstat *ts, struct timespec *tv)
sys/opencrypto/crypto.c
1500
struct timespec now, t;
sys/opencrypto/crypto.c
1988
struct timespec t = crp->crp_tstamp;
sys/opencrypto/cryptodev.c
137
struct timespec atime;
sys/opencrypto/cryptodev.c
138
struct timespec mtime;
sys/opencrypto/cryptodev.c
139
struct timespec btime;
sys/opencrypto/cryptodev.h
384
struct timespec acc; /* total accumulated time */
sys/opencrypto/cryptodev.h
385
struct timespec min; /* max time */
sys/opencrypto/cryptodev.h
386
struct timespec max; /* max time */
sys/opencrypto/cryptodev.h
516
struct timespec crp_tstamp; /* performance time stamp */
sys/rump/include/rump-sys/kern.h
176
const struct timespec *);
sys/rump/include/rump/rump_syscalls.h
1006
int rump_sys_pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *, const sigset_t *) __RENAME(RUMP_SYS_RENAME_PSELECT);
sys/rump/include/rump/rump_syscalls.h
1007
int rump_sys_pollts(struct pollfd *, u_int, const struct timespec *, const sigset_t *) __RENAME(RUMP_SYS_RENAME_POLLTS);
sys/rump/include/rump/rump_syscalls.h
1042
int rump_sys_clock_gettime(clockid_t, struct timespec *) __RENAME(RUMP_SYS_RENAME_CLOCK_GETTIME);
sys/rump/include/rump/rump_syscalls.h
1043
int rump_sys_clock_settime(clockid_t, const struct timespec *) __RENAME(RUMP_SYS_RENAME_CLOCK_SETTIME);
sys/rump/include/rump/rump_syscalls.h
1044
int rump_sys_clock_getres(clockid_t, struct timespec *) __RENAME(RUMP_SYS_RENAME_CLOCK_GETRES);
sys/rump/include/rump/rump_syscalls.h
1045
int rump_sys_nanosleep(const struct timespec *, struct timespec *) __RENAME(RUMP_SYS_RENAME_NANOSLEEP);
sys/rump/include/rump/rump_syscalls.h
1046
int rump_sys_aio_suspend(const struct aiocb *const *, int, const struct timespec *) __RENAME(RUMP_SYS_RENAME_AIO_SUSPEND);
sys/rump/include/rump/rump_syscalls.h
1063
int rump_sys_utimensat(int, const char *, const struct timespec *, int) __RENAME(RUMP_SYS_RENAME_UTIMENSAT);
sys/rump/include/rump/rump_syscalls.h
1068
int rump_sys_futimens(int, const struct timespec *) __RENAME(RUMP_SYS_RENAME_FUTIMENS);
sys/rump/include/rump/rump_syscalls.h
1070
int rump_sys_recvmmsg(int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *) __RENAME(RUMP_SYS_RENAME_RECVMMSG);
sys/rump/include/rump/rump_syscalls.h
1072
int rump_sys_clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *) __RENAME(RUMP_SYS_RENAME_CLOCK_NANOSLEEP);
sys/rump/include/rump/rump_syscalls.h
862
struct timespec;
sys/rump/include/rump/rump_syscalls.h
973
int rump_sys__ksem_timedwait(intptr_t, const struct timespec *) __RENAME(RUMP_SYS_RENAME__KSEM_TIMEDWAIT);
sys/rump/include/rump/rump_syscalls.h
991
int rump_sys_kevent(int, const struct kevent *, size_t, struct kevent *, size_t, const struct timespec *) __RENAME(RUMP_SYS_RENAME_KEVENT);
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
73
struct timespec st_atim;
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
74
struct timespec st_mtim;
sys/rump/kern/lib/libsys_sunos/rump_sunos_compat.c
75
struct timespec st_ctim;
sys/rump/librump/rumpkern/cons.c
140
struct timespec ts;
sys/rump/librump/rumpkern/emul.c
218
struct timespec target, tmp;
sys/rump/librump/rumpkern/emul.c
243
struct timespec cur;
sys/rump/librump/rumpkern/intr.c
98
struct timespec thetick, curclock;
sys/rump/librump/rumpkern/locks.c
381
docvwait(kcondvar_t *cv, kmutex_t *mtx, struct timespec *ts)
sys/rump/librump/rumpkern/locks.c
459
struct timespec ts;
sys/rump/librump/rumpkern/locks_up.c
376
struct timespec ts;
sys/rump/librump/rumpkern/ltsleep.c
67
struct timespec ts;
sys/rump/librump/rumpkern/rump.c
223
struct timespec bts;
sys/rump/librump/rumpkern/rump_syscalls.c
2992
int rump___sysimpl__ksem_timedwait(intptr_t, const struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
2994
rump___sysimpl__ksem_timedwait(intptr_t id, const struct timespec * abstime)
sys/rump/librump/rumpkern/rump_syscalls.c
3514
int rump___sysimpl_kevent(int, const struct kevent *, size_t, struct kevent *, size_t, const struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
3516
rump___sysimpl_kevent(int fd, const struct kevent * changelist, size_t nchanges, struct kevent * eventlist, size_t nevents, const struct timespec * timeout)
sys/rump/librump/rumpkern/rump_syscalls.c
3987
int rump___sysimpl_pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *, const sigset_t *);
sys/rump/librump/rumpkern/rump_syscalls.c
3989
rump___sysimpl_pselect(int nd, fd_set * in, fd_set * ou, fd_set * ex, const struct timespec * ts, const sigset_t * mask)
sys/rump/librump/rumpkern/rump_syscalls.c
4022
int rump___sysimpl_pollts(struct pollfd *, u_int, const struct timespec *, const sigset_t *);
sys/rump/librump/rumpkern/rump_syscalls.c
4024
rump___sysimpl_pollts(struct pollfd * fds, u_int nfds, const struct timespec * ts, const sigset_t * mask)
sys/rump/librump/rumpkern/rump_syscalls.c
5210
int rump___sysimpl_clock_gettime50(clockid_t, struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
5212
rump___sysimpl_clock_gettime50(clockid_t clock_id, struct timespec * tp)
sys/rump/librump/rumpkern/rump_syscalls.c
5240
int rump___sysimpl_clock_settime50(clockid_t, const struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
5242
rump___sysimpl_clock_settime50(clockid_t clock_id, const struct timespec * tp)
sys/rump/librump/rumpkern/rump_syscalls.c
5270
int rump___sysimpl_clock_getres50(clockid_t, struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
5272
rump___sysimpl_clock_getres50(clockid_t clock_id, struct timespec * tp)
sys/rump/librump/rumpkern/rump_syscalls.c
5300
int rump___sysimpl_nanosleep50(const struct timespec *, struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
5302
rump___sysimpl_nanosleep50(const struct timespec * rqtp, struct timespec * rmtp)
sys/rump/librump/rumpkern/rump_syscalls.c
5331
int rump___sysimpl_kevent50(int, const struct kevent *, size_t, struct kevent *, size_t, const struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
5333
rump___sysimpl_kevent50(int fd, const struct kevent * changelist, size_t nchanges, struct kevent * eventlist, size_t nevents, const struct timespec * timeout)
sys/rump/librump/rumpkern/rump_syscalls.c
5366
int rump___sysimpl_pselect50(int, fd_set *, fd_set *, fd_set *, const struct timespec *, const sigset_t *);
sys/rump/librump/rumpkern/rump_syscalls.c
5368
rump___sysimpl_pselect50(int nd, fd_set * in, fd_set * ou, fd_set * ex, const struct timespec * ts, const sigset_t * mask)
sys/rump/librump/rumpkern/rump_syscalls.c
5400
int rump___sysimpl_pollts50(struct pollfd *, u_int, const struct timespec *, const sigset_t *);
sys/rump/librump/rumpkern/rump_syscalls.c
5402
rump___sysimpl_pollts50(struct pollfd * fds, u_int nfds, const struct timespec * ts, const sigset_t * mask)
sys/rump/librump/rumpkern/rump_syscalls.c
5432
int rump___sysimpl_aio_suspend50(const struct aiocb *const *, int, const struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
5434
rump___sysimpl_aio_suspend50(const struct aiocb *const * list, int nent, const struct timespec * timeout)
sys/rump/librump/rumpkern/rump_syscalls.c
6078
int rump___sysimpl_utimensat(int, const char *, const struct timespec *, int);
sys/rump/librump/rumpkern/rump_syscalls.c
6080
rump___sysimpl_utimensat(int fd, const char * path, const struct timespec * tptr, int flag)
sys/rump/librump/rumpkern/rump_syscalls.c
6231
int rump___sysimpl_futimens(int, const struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
6233
rump___sysimpl_futimens(int fd, const struct timespec * tptr)
sys/rump/librump/rumpkern/rump_syscalls.c
6289
int rump___sysimpl_recvmmsg(int, struct mmsghdr *, unsigned int, unsigned int, struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
6291
rump___sysimpl_recvmmsg(int s, struct mmsghdr * mmsg, unsigned int vlen, unsigned int flags, struct timespec * timeout)
sys/rump/librump/rumpkern/rump_syscalls.c
6352
int rump___sysimpl_clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
6354
rump___sysimpl_clock_nanosleep(clockid_t clock_id, int flags, const struct timespec * rqtp, struct timespec * rmtp)
sys/rump/librump/rumpkern/rump_syscalls.c
6621
int rump___sysimpl_kevent100(int, const struct kevent *, size_t, struct kevent *, size_t, const struct timespec *);
sys/rump/librump/rumpkern/rump_syscalls.c
6623
rump___sysimpl_kevent100(int fd, const struct kevent * changelist, size_t nchanges, struct kevent * eventlist, size_t nevents, const struct timespec * timeout)
sys/rump/librump/rumpkern/scheduler.c
206
rump_schedlock_cv_timedwait(struct rumpuser_cv *cv, const struct timespec *ts)
sys/rump/librump/rumpvfs/rumpfs.c
1406
struct timespec ts;
sys/rump/librump/rumpvfs/rumpfs.c
1480
struct timespec ts;
sys/rump/librump/rumpvfs/rumpfs.c
514
struct timespec ts;
sys/rump/librump/rumpvfs/rumpfs.c
616
rumpfs_update(int flags, struct vnode *vp, const struct timespec *acc,
sys/rump/librump/rumpvfs/rumpfs.c
617
const struct timespec *mod, const struct timespec *chg)
sys/rump/librump/rumpvfs/rumpfs.c
906
struct timespec now;
sys/secmodel/keylock/secmodel_keylock.c
186
struct timespec *ts = arg1;
sys/secmodel/keylock/secmodel_keylock.c
187
struct timespec *delta = arg2;
sys/secmodel/securelevel/secmodel_securelevel.c
275
struct timespec *ts = arg1;
sys/secmodel/securelevel/secmodel_securelevel.c
276
struct timespec *delta = arg2;
sys/sys/aio.h
208
int aio_suspend1(struct lwp *, struct aiocb **, int, struct timespec *);
sys/sys/aio.h
214
int aiosp_suspend(struct aiosp *, struct aiocb **, int, struct timespec *,
sys/sys/clockctl.h
58
const struct timespec *tp;
sys/sys/condvar.h
43
struct timespec;
sys/sys/epoll.h
39
struct timespec;
sys/sys/epoll.h
85
struct epoll_event *events, int maxevents, struct timespec *tsp,
sys/sys/epoll.h
98
const struct timespec *timeout, const sigset_t *sigmask);
sys/sys/event.h
302
struct timespec;
sys/sys/event.h
328
size_t, struct kevent *, size_t, const struct timespec *,
sys/sys/event.h
345
struct timespec;
sys/sys/event.h
353
const struct timespec *) __RENAME(__kevent100);
sys/sys/futex.h
178
int do_futex(int *, int, int, const struct timespec *, int *, int,
sys/sys/ksem.h
36
struct timespec;
sys/sys/ksem.h
74
int do_ksem_wait(struct lwp *, intptr_t, bool, struct timespec *);
sys/sys/ksem.h
95
int _ksem_timedwait(intptr_t, const struct timespec * __restrict);
sys/sys/ktrace.h
88
struct timespec _ts;
sys/sys/lwp.h
186
struct timespec l_ktrcsw; /* !: for ktrace CSW trace XXX */
sys/sys/lwp.h
394
int lwp_park(clockid_t, int, struct timespec *);
sys/sys/memfd.h
44
struct timespec mfd_btime;
sys/sys/memfd.h
45
struct timespec mfd_atime;
sys/sys/memfd.h
46
struct timespec mfd_mtime;
sys/sys/mount.h
211
struct timespec *);
sys/sys/mount.h
244
int VFS_SNAPSHOT(struct mount *, struct vnode *, struct timespec *);
sys/sys/mount.h
275
struct timespec *); \
sys/sys/mqueue.h
100
struct timespec mq_btime;
sys/sys/mqueue.h
113
int mq_send1(mqd_t, const char *, size_t, u_int, struct timespec *);
sys/sys/mqueue.h
114
int mq_recv1(mqd_t, void *, size_t, u_int *, struct timespec *, ssize_t *);
sys/sys/mqueue.h
98
struct timespec mq_atime;
sys/sys/mqueue.h
99
struct timespec mq_mtime;
sys/sys/pipe.h
100
struct timespec pipe_btime; /* time of creation */
sys/sys/pipe.h
98
struct timespec pipe_atime; /* time of last access */
sys/sys/pipe.h
99
struct timespec pipe_mtime; /* time of last modify */
sys/sys/poll.h
102
const struct timespec * __restrict, const sigset_t * __restrict);
sys/sys/poll.h
74
struct timespec;
sys/sys/poll.h
77
struct timespec *, sigset_t *);
sys/sys/poll.h
92
struct timespec;
sys/sys/poll.h
98
const struct timespec * __restrict, const sigset_t * __restrict)
sys/sys/select.h
47
struct timespec;
sys/sys/select.h
53
struct timespec *, sigset_t *);
sys/sys/select.h
70
fd_set * __restrict, const struct timespec * __restrict,
sys/sys/sem.h
210
int do_semop1(struct lwp *, int, struct sembuf *, size_t, struct timespec *,
sys/sys/sem.h
226
struct timespec;
sys/sys/sem.h
227
int semtimedop(int, struct sembuf *, size_t, struct timespec *);
sys/sys/socket.h
654
struct timespec;
sys/sys/socket.h
656
struct timespec *);
sys/sys/stat.h
282
int utimensat(int, const char *, const struct timespec [2], int);
sys/sys/stat.h
286
int utimens(const char *, const struct timespec [2]);
sys/sys/stat.h
287
int lutimens(const char *, const struct timespec [2]);
sys/sys/stat.h
292
int futimens(int, const struct timespec [2]);
sys/sys/stat.h
69
struct timespec st_atim; /* time of last access */
sys/sys/stat.h
70
struct timespec st_mtim; /* time of last data modification */
sys/sys/stat.h
71
struct timespec st_ctim; /* time of last file status change */
sys/sys/stat.h
72
struct timespec st_birthtim; /* time of creation */
sys/sys/syscallargs.h
1026
syscallarg(const struct timespec *) timeout;
sys/sys/syscallargs.h
1644
syscallarg(const struct timespec *) abstime;
sys/sys/syscallargs.h
2776
syscallarg(struct timespec *) tp;
sys/sys/syscallargs.h
2782
syscallarg(const struct timespec *) tp;
sys/sys/syscallargs.h
2788
syscallarg(struct timespec *) tp;
sys/sys/syscallargs.h
2793
syscallarg(const struct timespec *) rqtp;
sys/sys/syscallargs.h
2794
syscallarg(struct timespec *) rmtp;
sys/sys/syscallargs.h
2802
syscallarg(struct timespec *) timeout;
sys/sys/syscallargs.h
2813
syscallarg(const struct timespec *) abs_timeout;
sys/sys/syscallargs.h
2824
syscallarg(const struct timespec *) abs_timeout;
sys/sys/syscallargs.h
2831
syscallarg(const struct timespec *) ts;
sys/sys/syscallargs.h
2845
syscallarg(const struct timespec *) timeout;
sys/sys/syscallargs.h
2854
syscallarg(const struct timespec *) ts;
sys/sys/syscallargs.h
2862
syscallarg(const struct timespec *) ts;
sys/sys/syscallargs.h
2870
syscallarg(const struct timespec *) timeout;
sys/sys/syscallargs.h
3088
syscallarg(const struct timespec *) tptr;
sys/sys/syscallargs.h
3125
syscallarg(const struct timespec *) tptr;
sys/sys/syscallargs.h
3152
syscallarg(struct timespec *) timeout;
sys/sys/syscallargs.h
3167
syscallarg(const struct timespec *) rqtp;
sys/sys/syscallargs.h
3168
syscallarg(struct timespec *) rmtp;
sys/sys/syscallargs.h
3176
syscallarg(struct timespec *) ts;
sys/sys/syscallargs.h
3373
syscallarg(const struct timespec *) timeout;
sys/sys/syscallargs.h
3399
syscallarg(const struct timespec *) timeout;
sys/sys/syscallargs.h
3417
syscallarg(struct timespec *) timeout;
sys/sys/systm.h
523
struct timespec;
sys/sys/systm.h
524
void hardpps(struct timespec *, long);
sys/sys/time.h
179
bintime2timespec(const struct bintime *bt, struct timespec *ts)
sys/sys/time.h
188
timespec2bintime(const struct timespec *ts, struct bintime *bt)
sys/sys/time.h
275
bool timespecaddok(const struct timespec *, const struct timespec *) __pure;
sys/sys/time.h
276
bool timespecsubok(const struct timespec *, const struct timespec *) __pure;
sys/sys/time.h
301
struct timespec it_interval;
sys/sys/time.h
302
struct timespec it_value;
sys/sys/timearith.h
64
struct timespec;
sys/sys/timearith.h
67
int tstohz(const struct timespec *);
sys/sys/timearith.h
71
int itimespecfix(struct timespec *);
sys/sys/timearith.h
74
const struct timespec *restrict,
sys/sys/timearith.h
75
struct timespec *restrict, int *restrict);
sys/sys/timepps.h
181
const struct timespec *);
sys/sys/timepps.h
183
static __inline int time_pps_wait(pps_handle_t, const struct timespec *,
sys/sys/timepps.h
228
const struct timespec *timeout)
sys/sys/timepps.h
53
struct timespec tspec;
sys/sys/timetc.h
43
struct timespec;
sys/sys/timetc.h
86
void tc_setclock(const struct timespec *ts);
sys/sys/timevar.h
170
void nanouptime(struct timespec *);
sys/sys/timevar.h
174
void nanotime(struct timespec *);
sys/sys/timevar.h
178
void getnanouptime(struct timespec *);
sys/sys/timevar.h
182
void getnanotime(struct timespec *);
sys/sys/timevar.h
186
void getnanoboottime(struct timespec *);
sys/sys/timevar.h
190
int ts2timo(clockid_t, int, struct timespec *, int *, struct timespec *);
sys/sys/timevar.h
192
int clock_getres1(clockid_t, struct timespec *);
sys/sys/timevar.h
193
int clock_gettime1(clockid_t, struct timespec *);
sys/sys/timevar.h
194
int clock_settime1(struct proc *, clockid_t, const struct timespec *, bool);
sys/sys/timevar.h
195
void clock_timeleft(clockid_t, struct timespec *, struct timespec *);
sys/sys/timevar.h
201
int tshzto(const struct timespec *);
sys/sys/timevar.h
202
int tshztoup(const struct timespec *);
sys/sys/timevar.h
207
int settime(struct proc *p, struct timespec *);
sys/sys/timevar.h
208
int nanosleep1(struct lwp *, clockid_t, int, struct timespec *,
sys/sys/timevar.h
209
struct timespec *);
sys/sys/timevar.h
214
int inittimeleft(struct timespec *, struct timespec *);
sys/sys/timevar.h
215
int gettimeleft(struct timespec *, struct timespec *);
sys/sys/timevar.h
218
bool time_wraps(struct timespec *, struct timespec *);
sys/sys/timex.h
199
struct timespec time; /* current time (ns) (ro) */
sys/sys/unpcb.h
83
struct timespec unp_ctime; /* holds creation time */
sys/sys/vfs_syscalls.h
58
const struct timespec *, enum uio_seg);
sys/sys/vfs_syscalls.h
60
const struct timespec *, enum uio_seg);
sys/sys/videoio.h
3231
struct timespec timestamp;
sys/sys/vnode.h
267
struct timespec va_atime; /* time of last access */
sys/sys/vnode.h
268
struct timespec va_mtime; /* time of last modification */
sys/sys/vnode.h
269
struct timespec va_ctime; /* time file changed */
sys/sys/vnode.h
270
struct timespec va_birthtime; /* time file created */
sys/sys/vnode.h
669
void vfs_timestamp(struct timespec *);
sys/ufs/chfs/chfs.h
666
void chfs_itimes(struct chfs_inode *, const struct timespec *,
sys/ufs/chfs/chfs.h
667
const struct timespec *, const struct timespec *);
sys/ufs/chfs/chfs.h
668
int chfs_update(struct vnode *, const struct timespec *,
sys/ufs/chfs/chfs.h
669
const struct timespec *, int);
sys/ufs/chfs/chfs_subr.c
306
chfs_itimes(struct chfs_inode *ip, const struct timespec *acc,
sys/ufs/chfs/chfs_subr.c
307
const struct timespec *mod, const struct timespec *cre)
sys/ufs/chfs/chfs_subr.c
309
struct timespec now;
sys/ufs/chfs/chfs_subr.c
340
chfs_update(struct vnode *vp, const struct timespec *acc,
sys/ufs/chfs/chfs_subr.c
341
const struct timespec *mod, int flags)
sys/ufs/chfs/chfs_vfsops.c
778
struct timespec *ctime)
sys/ufs/chfs/chfs_vfsops.c
83
struct timespec *);
sys/ufs/ext2fs/ext2fs_dinode.h
223
ext2fs_dinode_time_get(struct timespec *ts, uint32_t epoch, uint32_t extra)
sys/ufs/ext2fs/ext2fs_dinode.h
247
ext2fs_dinode_time_set(const struct timespec *ts, uint32_t *epoch, uint32_t *extra)
sys/ufs/ext2fs/ext2fs_extern.h
118
int ext2fs_update(struct vnode *, const struct timespec *,
sys/ufs/ext2fs/ext2fs_extern.h
119
const struct timespec *, int);
sys/ufs/ext2fs/ext2fs_extern.h
143
void ext2fs_itimes(struct inode *, const struct timespec *,
sys/ufs/ext2fs/ext2fs_extern.h
144
const struct timespec *, const struct timespec *);
sys/ufs/ext2fs/ext2fs_inode.c
237
ext2fs_update(struct vnode *vp, const struct timespec *acc,
sys/ufs/ext2fs/ext2fs_inode.c
238
const struct timespec *mod, int updflags)
sys/ufs/ext2fs/ext2fs_subr.c
105
ext2fs_itimes(struct inode *ip, const struct timespec *acc,
sys/ufs/ext2fs/ext2fs_subr.c
106
const struct timespec *mod, const struct timespec *cre)
sys/ufs/ext2fs/ext2fs_subr.c
108
struct timespec now;
sys/ufs/ext2fs/ext2fs_vfsops.c
1217
struct timespec now;
sys/ufs/ffs/ffs_extern.h
113
int ffs_update(struct vnode *, const struct timespec *,
sys/ufs/ffs/ffs_extern.h
114
const struct timespec *, int);
sys/ufs/ffs/ffs_extern.h
159
int ffs_snapshot(struct mount *, struct vnode *, struct timespec *);
sys/ufs/ffs/ffs_extern.h
210
void ffs_itimes(struct inode *, const struct timespec *,
sys/ufs/ffs/ffs_extern.h
211
const struct timespec *, const struct timespec *);
sys/ufs/ffs/ffs_extern.h
58
struct timespec;
sys/ufs/ffs/ffs_inode.c
111
ffs_update(struct vnode *vp, const struct timespec *acc,
sys/ufs/ffs/ffs_inode.c
112
const struct timespec *mod, int updflags)
sys/ufs/ffs/ffs_inode.c
803
ffs_itimes(struct inode *ip, const struct timespec *acc,
sys/ufs/ffs/ffs_inode.c
804
const struct timespec *mod, const struct timespec *cre)
sys/ufs/ffs/ffs_inode.c
806
struct timespec now;
sys/ufs/ffs/ffs_snapshot.c
172
ffs_snapshot(struct mount *mp, struct vnode *vp, struct timespec *ctime)
sys/ufs/ffs/ffs_snapshot.c
188
struct timespec ts;
sys/ufs/ffs/ffs_vfsops.c
2213
struct timespec ts;
sys/ufs/lfs/lfs.h
1514
void lfs_itimes(struct inode *, const struct timespec *,
sys/ufs/lfs/lfs.h
1515
const struct timespec *, const struct timespec *);
sys/ufs/lfs/lfs.h
669
struct timespec if_atime; /* Last access time */
sys/ufs/lfs/lfs_accessors.h
557
const struct timespec *ts)
sys/ufs/lfs/lfs_extern.h
189
int lfs_update(struct vnode *, const struct timespec *, const struct timespec *,
sys/ufs/lfs/lfs_inode.c
130
lfs_update(struct vnode *vp, const struct timespec *acc,
sys/ufs/lfs/lfs_inode.c
131
const struct timespec *mod, int updflags)
sys/ufs/lfs/lfs_itimes.c
58
lfs_itimes(struct inode *ip, const struct timespec *acc,
sys/ufs/lfs/lfs_itimes.c
59
const struct timespec *mod, const struct timespec *cre)
sys/ufs/lfs/lfs_itimes.c
63
struct timespec now;
sys/ufs/lfs/lfs_segment.c
173
struct timespec ts;
sys/ufs/lfs/lfs_vfsops.c
1785
struct timespec ts;
sys/ufs/lfs/ulfs_lookup.c
770
struct timespec ts;
sys/ufs/ufs/ufs_lookup.c
873
struct timespec ts;
sys/ufs/ufs/ufsmount.h
132
void (*uo_itimes)(struct inode *ip, const struct timespec *,
sys/ufs/ufs/ufsmount.h
133
const struct timespec *, const struct timespec *);
sys/ufs/ufs/ufsmount.h
134
int (*uo_update)(struct vnode *, const struct timespec *,
sys/ufs/ufs/ufsmount.h
135
const struct timespec *, int);
tests/dev/audio/audiotest.c
1174
const struct timespec *ts)
tests/dev/audio/audiotest.c
127
const struct timespec *);
tests/dev/audio/audiotest.c
3547
struct timespec ts;
tests/dev/audio/audiotest.c
3630
struct timespec ts;
tests/dev/audio/audiotest.c
3676
struct timespec ts;
tests/dev/audio/audiotest.c
3741
struct timespec ts;
tests/dev/audio/audiotest.c
3814
struct timespec ts;
tests/dev/audio/audiotest.c
3932
struct timespec ts;
tests/dev/audio/audiotest.c
535
const struct timespec *timeout)
tests/dev/audio/audiotest.c
94
struct kevent *, size_t, const struct timespec *);
tests/fs/fifofs/t_fifo.c
100
static const struct timespec ts = { 0, 500000000 };
tests/fs/fifofs/t_fifo.c
41
static const struct timespec ts = { 0, 10000 };
tests/fs/puffs/h_dtfs/dtfs.c
104
struct timespec ts;
tests/fs/puffs/h_dtfs/dtfs_subr.c
332
struct timespec ts;
tests/fs/puffs/h_dtfs/dtfs_subr.c
46
struct timespec ts;
tests/fs/tmpfs/h_tools.c
152
struct timespec to;
tests/fs/vfs/t_vnops.c
89
struct timespec atplus1, onesec;
tests/kernel/kqueue/read/t_fifo.c
75
const struct timespec to = { 0, 0 };
tests/kernel/kqueue/read/t_ttypty.c
151
struct timespec timeout = {5, 0};
tests/kernel/kqueue/t_empty.c
52
struct timespec ts = { 0, 0 };
tests/kernel/kqueue/t_proc2.c
95
struct timespec timeout;
tests/kernel/kqueue/t_proc3.c
62
struct timespec timeout;
tests/kernel/kqueue/t_proc4.c
88
struct timespec ts = { 0, 0 };
tests/kernel/kqueue/t_scan.c
56
struct timespec ts = { 0, 0 };
tests/kernel/kqueue/t_sig.c
62
struct timespec timeout;
tests/kernel/kqueue/t_timer.c
166
struct timespec ts = { 0, 0 };
tests/kernel/kqueue/t_timer.c
167
struct timespec sleepts;
tests/kernel/kqueue/t_timer.c
196
struct timespec ts = { 0, 0 };
tests/kernel/kqueue/t_timer.c
197
struct timespec sleepts;
tests/kernel/kqueue/t_timer.c
278
struct timespec ts, ots;
tests/kernel/kqueue/t_timer.c
313
struct timespec ts, ots;
tests/kernel/kqueue/t_timer.c
45
check_timespec(struct timespec *ts, time_t seconds)
tests/kernel/kqueue/t_timer.c
90
struct timespec ots, ts;
tests/kernel/kqueue/t_vnode.c
23
static const struct timespec ts = {0, 0};
tests/kernel/kqueue/write/t_fifo.c
75
const struct timespec to = { 0, 0 };
tests/kernel/t_nanosleep.c
125
struct timespec brief = { 0, 3 * 100 * 1000 * 1000 }; /* 300 ms */
tests/kernel/t_nanosleep.c
64
struct timespec to_sleep = { 4, 0 };
tests/kernel/t_nanosleep.c
66
struct timespec before, after;
tests/kernel/t_nanosleep.c
67
struct timespec *ts;
tests/kernel/t_semtimedop.c
112
struct timespec timeout;
tests/kernel/t_semtimedop.c
173
struct timespec timeout;
tests/kernel/t_semtimedop.c
232
struct timespec timeout;
tests/kernel/t_semtimedop.c
61
struct timespec timeout;
tests/kernel/t_time_arith.c
342
struct timespec next;
tests/kernel/t_time_arith.c
420
struct timespec ts_ts;
tests/kernel/t_time_arith.c
81
struct timespec it_now;
tests/kernel/t_time_arith.c
82
struct timespec it_next;
tests/kernel/t_timeleft.c
56
void (*fun)(struct timespec *);
tests/kernel/t_timeleft.c
57
struct timespec ts;
tests/kernel/t_timeleft.c
61
timeleft__lwp_park(struct timespec *ts)
tests/kernel/t_timeleft.c
69
timeleft_pselect(struct timespec *ts)
tests/kernel/t_timeleft.c
84
tester(void (*fun)(struct timespec *))
tests/kernel/t_timeleft.c
86
const struct timespec ts = { 5, 0 };
tests/kernel/t_timeleft.c
87
const struct timespec sts = { 1, 0 };
tests/lib/libc/c063/t_utimensat.c
58
static const struct timespec tptr[] = {
tests/lib/libc/gen/t_raise.c
130
struct timespec tv, tr;
tests/lib/libc/gen/t_sleep.c
108
do_select(struct timespec *delay, struct timespec *remain)
tests/lib/libc/gen/t_sleep.c
122
do_poll(struct timespec *delay, struct timespec *remain)
tests/lib/libc/gen/t_sleep.c
136
do_sleep(struct timespec *delay, struct timespec *remain)
tests/lib/libc/gen/t_sleep.c
148
do_kevent(struct timespec *delay, struct timespec *remain)
tests/lib/libc/gen/t_sleep.c
263
sleeptest(int (*test)(struct timespec *, struct timespec *),
tests/lib/libc/gen/t_sleep.c
266
struct timespec tsa, tsb, tslp, tremain;
tests/lib/libc/gen/t_sleep.c
80
int sleeptest(int (*)(struct timespec *, struct timespec *), bool, bool);
tests/lib/libc/gen/t_sleep.c
81
int do_nanosleep(struct timespec *, struct timespec *);
tests/lib/libc/gen/t_sleep.c
82
int do_select(struct timespec *, struct timespec *);
tests/lib/libc/gen/t_sleep.c
83
int do_poll(struct timespec *, struct timespec *);
tests/lib/libc/gen/t_sleep.c
84
int do_sleep(struct timespec *, struct timespec *);
tests/lib/libc/gen/t_sleep.c
85
int do_kevent(struct timespec *, struct timespec *);
tests/lib/libc/gen/t_sleep.c
96
do_nanosleep(struct timespec *delay, struct timespec *remain)
tests/lib/libc/gen/t_timespec_get.c
43
struct timespec ts, ts2;
tests/lib/libc/gen/t_timespec_get.c
69
struct timespec ts, ts2;
tests/lib/libc/gen/t_timespec_get.c
97
struct timespec ts, ts2;
tests/lib/libc/kevent_nullmnt/h_nullmnt.c
34
struct timespec timeout;
tests/lib/libc/sys/t_clock_gettime.c
188
struct timespec ts;
tests/lib/libc/sys/t_clock_gettime.c
241
static const struct timespec maxtime = {5, 0};
tests/lib/libc/sys/t_clock_gettime.c
242
struct timespec mono_t0, t0, mono_d;
tests/lib/libc/sys/t_clock_gettime.c
248
struct timespec t1, mono_t1;
tests/lib/libc/sys/t_clock_gettime.c
293
struct timespec ts;
tests/lib/libc/sys/t_clock_gettime.c
90
struct timespec tsa, tsb, tsl, res;
tests/lib/libc/sys/t_clock_nanosleep.c
44
struct timespec rqtp, rmtp;
tests/lib/libc/sys/t_eventfd.c
101
struct timespec deadline;
tests/lib/libc/sys/t_eventfd.c
271
const struct timespec ts = { .tv_sec = 0, .tv_nsec = 0 };
tests/lib/libc/sys/t_futex_ops.c
1306
struct timespec ts;
tests/lib/libc/sys/t_futex_ops.c
1307
struct timespec deadline;
tests/lib/libc/sys/t_getitimer.c
240
sigtimedwait(&sigs, NULL, &(const struct timespec){2, 0}) == -1);
tests/lib/libc/sys/t_kevent.c
196
const struct timespec timeout = {
tests/lib/libc/sys/t_lwp_ctl.c
50
struct timespec ts;
tests/lib/libc/sys/t_nanosleep.c
105
struct timespec ts;
tests/lib/libc/sys/t_nanosleep.c
134
struct timespec tsn, tsr;
tests/lib/libc/sys/t_nanosleep.c
62
struct timespec ts1, ts2, tsn;
tests/lib/libc/sys/t_nanosleep.c
70
(void)memset(&ts1, 0, sizeof(struct timespec));
tests/lib/libc/sys/t_nanosleep.c
71
(void)memset(&ts2, 0, sizeof(struct timespec));
tests/lib/libc/sys/t_poll.c
456
struct timespec ts1, ts2;
tests/lib/libc/sys/t_poll.c
558
struct timespec start, end, delta;
tests/lib/libc/sys/t_poll.c
628
struct timespec start, end, delta;
tests/lib/libc/sys/t_pollts.c
128
struct timespec timeout;
tests/lib/libc/sys/t_pollts.c
160
struct timespec timeout;
tests/lib/libc/sys/t_pollts.c
60
struct timespec timeout;
tests/lib/libc/sys/t_recvmmsg.c
130
struct timespec ts = { 1, 0 };
tests/lib/libc/sys/t_select.c
186
static const struct timespec zero = { 0, 0 };
tests/lib/libc/sys/t_select.c
88
child(const struct timespec *ts)
tests/lib/libc/sys/t_sigtimedwait.c
123
struct timespec ts;
tests/lib/libc/sys/t_sigtimedwait.c
151
struct timespec ts;
tests/lib/libc/sys/t_sigtimedwait.c
181
struct timespec ts;
tests/lib/libc/sys/t_sigtimedwait.c
63
struct timespec ts, before, after, len;
tests/lib/libc/sys/t_timer_create.c
170
timespecadd(&rtim.it_value, (&(const struct timespec){2, 0}),
tests/lib/libc/sys/t_timer_create.c
224
RL(clock_nanosleep(cid, 0, &(const struct timespec){0, 1},
tests/lib/libc/sys/t_timer_create.c
436
struct timespec now;
tests/lib/libc/sys/t_timer_create.c
471
sigtimedwait(&sigs, NULL, &(const struct timespec){2, 0}) == -1);
tests/lib/libc/sys/t_timer_create.c
69
struct timespec t0, t1, dt;
tests/lib/libc/sys/t_timerfd.c
210
struct timespec now;
tests/lib/libc/sys/t_timerfd.c
260
struct timespec then, now, delta;
tests/lib/libc/sys/t_timerfd.c
275
RL(clock_nanosleep(CLOCK_MONOTONIC, 0, &(const struct timespec){0, 1},
tests/lib/libc/sys/t_timerfd.c
301
struct timespec then, now, delta;
tests/lib/libc/sys/t_timerfd.c
344
struct timespec then, now, delta;
tests/lib/libc/sys/t_timerfd.c
383
struct timespec then, now, delta;
tests/lib/libc/sys/t_timerfd.c
395
delta = (struct timespec){1, 0};
tests/lib/libc/sys/t_timerfd.c
399
timespecadd(&delta, (&(const struct timespec){2, 0}), /* tick slop */
tests/lib/libc/sys/t_timerfd.c
430
struct timespec now;
tests/lib/libc/sys/t_timerfd.c
456
struct timespec now;
tests/lib/libc/sys/t_timerfd.c
512
const struct timespec ts = { .tv_sec = 0, .tv_nsec = 0 };
tests/lib/libc/sys/t_timerfd.c
626
const struct timespec ts = { .tv_sec = 0, .tv_nsec = 0 };
tests/lib/libc/sys/t_timerfd.c
627
struct timespec then, now;
tests/lib/libc/sys/t_timerfd.c
720
struct timespec then, now, delta;
tests/lib/libcurses/director/testlang_parse.y
147
static void perform_delay(struct timespec *);
tests/lib/libcurses/director/testlang_parse.y
546
perform_delay(struct timespec *ts)
tests/lib/libcurses/director/testlang_parse.y
548
struct timespec delay_copy, delay_remainder;
tests/lib/libcurses/director/testlang_parse.y
77
static struct timespec delay_spec = {0, 1000 * DELAY_MIN};
tests/lib/libcurses/director/testlang_parse.y
78
static struct timespec delay_post_call = {0, 1000 * POST_CALL_DELAY};
tests/lib/libpthread/t_cancellation.c
193
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cancellation.c
214
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cancellation.c
326
RL(kevent(kq, &ev, 1, NULL, 1, &(const struct timespec){0,0}));
tests/lib/libpthread/t_cancellation.c
368
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cancellation.c
380
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cancellation.c
433
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cancellation.c
497
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cancellation.c
523
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cancellation.c
539
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cancellation.c
559
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cancellation.c
765
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cancellation.c
835
struct timespec t = {.tv_sec = 1, .tv_nsec = 0};
tests/lib/libpthread/t_cnd.c
151
struct timespec ts;
tests/lib/libpthread/t_compat_cancel.c
74
RL(__kevent50(kq, &ev, 1, NULL, 1, &(const struct timespec){0,0}));
tests/lib/libpthread/t_cond.c
305
struct timespec ts;
tests/lib/libpthread/t_cond.c
314
(void)memset(&ts, 0, sizeof(struct timespec));
tests/lib/libpthread/t_cond.c
447
struct timespec ts;
tests/lib/libpthread/t_condwait.c
53
struct timespec ts, to, te;
tests/lib/libpthread/t_mtx.c
119
struct timespec ts;
tests/lib/libpthread/t_mutex.c
55
static struct timespec ts_lengthy = {
tests/lib/libpthread/t_mutex.c
60
static struct timespec ts_shortlived = {
tests/lib/libpthread/t_mutex.c
66
mutex_lock(pthread_mutex_t *m, const struct timespec *ts)
tests/lib/libpthread/t_mutex.c
68
struct timespec ts_wait;
tests/lib/libpthread/t_rwlock.c
71
struct timespec to;
tests/lib/libpthread/t_thrd.c
175
struct timespec start, stop, diff;
tests/lib/libpthread/t_thrd.c
176
struct timespec ts, rem;
tests/lib/libpthread/t_thrd.c
177
struct timespec zero;
tests/lib/librt/t_sched.c
203
struct timespec tv;
tests/lib/librt/t_sched.c
224
struct timespec tv1, tv2;
tests/lib/semaphore/sem.c
217
struct timespec tp;
tests/lib/semaphore/sem.c
329
F2(timedwait, intptr_t, const struct timespec *);
tests/net/mcast/mcast.c
88
struct timespec ts;
tests/net/net/t_ip_reass.c
143
struct timespec ts;
tests/net/net/t_tcp.c
177
struct timespec ts;
usr.bin/find/find.h
75
struct timespec _ts_data; /* time value */
usr.bin/kdump/kdump.c
123
static int output_ts(const struct timespec *);
usr.bin/kdump/kdump.c
437
static struct timespec starttime, prevtime;
usr.bin/kdump/kdump.c
438
struct timespec temp;
usr.bin/kdump/kdump.c
528
output_ts(const struct timespec *ts)
usr.bin/kdump/kdump.c
547
const struct timespec zero_ts = { 0, 0 };
usr.bin/kdump/kdump.c
548
struct timespec abs_ts;
usr.bin/ktruss/dump.c
349
struct timespec ts;
usr.bin/pwait/pwait.c
81
struct timespec ts, *tsp;
usr.bin/rump_dhcpclient/common.c
87
struct timespec ts;
usr.bin/scmdctl/scmdctl.c
126
struct timespec ts;
usr.bin/scmdctl/uart.c
155
struct timespec ts;
usr.bin/scmdctl/uart.c
250
struct timespec ts;
usr.bin/scmdctl/uart.c
485
struct timespec ts;
usr.bin/script/script.c
441
struct timespec tsi, tso;
usr.bin/systat/main.c
438
struct timespec interval = { 0, 1000000000L / hertz };
usr.bin/time/ext.h
5
struct timespec *, struct timespec *);
usr.bin/time/time.c
208
prts(const char *pre, const char *decpt, const struct timespec *ts,
usr.bin/time/time.c
61
static void prts(const char *, const char *, const struct timespec *,
usr.bin/time/time.c
76
struct timespec before, after;
usr.bin/touch/touch.c
239
stime_arg0(const char *arg, struct timespec *tsp)
usr.bin/touch/touch.c
248
stime_arg1(char *arg, struct timespec *tsp)
usr.bin/touch/touch.c
317
stime_arg2(const char *arg, int year, struct timespec *tsp)
usr.bin/touch/touch.c
351
stime_file(const char *fname, struct timespec *tsp,
usr.bin/touch/touch.c
363
stime_posix(const char *arg, struct timespec *tsp)
usr.bin/touch/touch.c
65
static void stime_arg0(const char *, struct timespec *);
usr.bin/touch/touch.c
66
static void stime_arg1(char *, struct timespec *);
usr.bin/touch/touch.c
67
static void stime_arg2(const char *, int, struct timespec *);
usr.bin/touch/touch.c
68
static void stime_file(const char *, struct timespec *,
usr.bin/touch/touch.c
70
static int stime_posix(const char *, struct timespec *);
usr.bin/touch/touch.c
93
struct timespec ts[2];
usr.bin/touch/touch.c
96
int (*change_file_times)(const char *, const struct timespec *);
usr.bin/vmstat/vmstat.c
302
void dovmstat(struct timespec *, int);
usr.bin/vmstat/vmstat.c
304
void dovmtotal(struct timespec *, int);
usr.bin/vmstat/vmstat.c
339
struct timespec interval;
usr.bin/vmstat/vmstat.c
634
static struct timespec boottime;
usr.bin/vmstat/vmstat.c
635
struct timespec now;
usr.bin/vmstat/vmstat.c
684
dovmtotal(struct timespec *interval, int reps)
usr.bin/vmstat/vmstat.c
730
dovmstat(struct timespec *interval, int reps)
usr.bin/w/w.c
89
struct timespec boottime;
usr.bin/who/utmpentry.c
61
static struct timespec utmptime = {0, 0};
usr.bin/who/utmpentry.c
65
static struct timespec utmpxtime = {0, 0};
usr.sbin/autofs/autounmountd.c
232
struct timespec timeout;
usr.sbin/btconfig/btconfig.c
478
static const struct timespec ts = { 0, 100000000 }; /* 100ms */
usr.sbin/inetd/ratelimit.c
228
struct timespec ts;
usr.sbin/iostat/iostat.c
208
struct timespec tv;
usr.sbin/lpr/common_source/common.c
427
struct timespec tdelay;
usr.sbin/lpr/lpd/lpd.c
301
struct timespec sleeptime = {10, 0};
usr.sbin/makefs/makefs.c
89
struct timespec start_time;
usr.sbin/makefs/makefs.h
214
extern struct timespec start_time;
usr.sbin/makefs/msdos/msdosfs_vnops.c
101
struct timespec at;
usr.sbin/makefs/msdos/msdosfs_vnops.c
102
struct timespec mt;
usr.sbin/mtree/mtree.h
46
struct timespec st_mtimespec; /* last modification time */
usr.sbin/ndbootd/ndbootd.c
336
struct timespec send_delay;
usr.sbin/powerd/prog_ops.h
48
size_t, const struct timespec *);
usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
81
static struct timespec fstime;
usr.sbin/rtadvd/config.c
1118
struct timespec now;
usr.sbin/rtadvd/config.c
458
struct timespec now;
usr.sbin/rtadvd/config.c
478
struct timespec now;
usr.sbin/rtadvd/config.c
903
struct timespec timo;
usr.sbin/rtadvd/dump.c
104
struct timespec now;
usr.sbin/rtadvd/dump.c
201
struct timespec *rest;
usr.sbin/rtadvd/prog_ops.h
37
int (*op_clock_gettime)(clockid_t, struct timespec *);
usr.sbin/rtadvd/rtadvd.c
1203
struct timespec now;
usr.sbin/rtadvd/rtadvd.c
1764
ra_timer_update(void *data, struct timespec *tm)
usr.sbin/rtadvd/rtadvd.c
181
struct timespec *timeout;
usr.sbin/rtadvd/rtadvd.c
996
struct timespec interval, now, min_delay, tm_tmp, *rest;
usr.sbin/rtadvd/rtadvd.h
142
struct timespec lastsent; /* timestamp when the latest RA was sent */
usr.sbin/rtadvd/rtadvd.h
194
void ra_timer_update(void *, struct timespec *);
usr.sbin/rtadvd/timer.c
100
rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *timer)
usr.sbin/rtadvd/timer.c
102
struct timespec now;
usr.sbin/rtadvd/timer.c
121
struct timespec *
usr.sbin/rtadvd/timer.c
124
static struct timespec returnval;
usr.sbin/rtadvd/timer.c
125
struct timespec now;
usr.sbin/rtadvd/timer.c
155
struct timespec *
usr.sbin/rtadvd/timer.c
158
static struct timespec returnval;
usr.sbin/rtadvd/timer.c
159
struct timespec now;
usr.sbin/rtadvd/timer.c
49
static struct timespec tm_limit = { LONG_MAX, 1000000000L - 1 };
usr.sbin/rtadvd/timer.c
50
static struct timespec tm_max;
usr.sbin/rtadvd/timer.c
62
void (*update) (void *, struct timespec *),
usr.sbin/rtadvd/timer.h
37
struct timespec tm;
usr.sbin/rtadvd/timer.h
42
void (*update)(void *, struct timespec *); /* update function */
usr.sbin/rtadvd/timer.h
48
void (*) (void *, struct timespec *), void *, void *);
usr.sbin/rtadvd/timer.h
49
void rtadvd_set_timer(struct timespec *, struct rtadvd_timer *);
usr.sbin/rtadvd/timer.h
51
struct timespec * rtadvd_check_timer(void);
usr.sbin/rtadvd/timer.h
52
struct timespec * rtadvd_timer_rest(struct rtadvd_timer *);
usr.sbin/rwhod/rwhod.c
429
struct timespec tm;
usr.sbin/screenblank/screenblank.c
402
cvt_arg(char *arg, struct timespec *tvp)
usr.sbin/screenblank/screenblank.c
86
static void cvt_arg(char *, struct timespec *);
usr.sbin/screenblank/screenblank.c
95
struct timespec timo_on, timo_off, *tvp, tv;
usr.sbin/timed/timed/slave.c
663
struct timespec timeout;
usr.sbin/tprof/tprof.c
219
struct timespec delay_ts;
usr.sbin/tprof/tprof.c
244
struct timespec ts;