bin/dd/dd.h
73
struct timespec start; /* start time of dd */
bin/dd/misc.c
56
struct timespec end, ts_res;
bin/ls/print.c
347
printtime(const struct timespec stt)
bin/ls/print.c
61
static void printtime(const struct timespec);
bin/sleep/sleep.c
48
struct timespec time_to_sleep;
crypto/libressl/apps/openssl/apps_posix.c
139
static struct timespec start;
crypto/libressl/apps/openssl/apps_posix.c
140
struct timespec elapsed, now;
crypto/openssh/auth2.c
248
struct timespec ts;
crypto/openssh/channels.c
2596
channel_handler(struct ssh *ssh, int table, struct timespec *timeout)
crypto/openssh/channels.c
2793
u_int *npfd_activep, u_int npfd_reserved, struct timespec *timeout)
crypto/openssh/channels.h
332
struct timespec;
crypto/openssh/channels.h
335
u_int *, u_int *, u_int, struct timespec *);
crypto/openssh/clientloop.c
536
set_next_interval(const struct timespec *now, struct timespec *next_interval,
crypto/openssh/clientloop.c
539
struct timespec tmp;
crypto/openssh/clientloop.c
576
obfuscate_keystroke_timing(struct ssh *ssh, struct timespec *timeout,
crypto/openssh/clientloop.c
580
static struct timespec next_interval, chaff_until;
crypto/openssh/clientloop.c
581
struct timespec now, tmp;
crypto/openssh/clientloop.c
687
struct timespec timeout;
crypto/openssh/misc.c
1693
ms_to_timespec(struct timespec *ts, int ms)
crypto/openssh/misc.c
1702
monotime_ts(struct timespec *ts)
crypto/openssh/misc.c
1735
struct timespec ts;
crypto/openssh/misc.c
1745
struct timespec ts;
crypto/openssh/misc.c
1754
struct timespec ts;
crypto/openssh/misc.c
1776
struct timespec ts, rm;
crypto/openssh/misc.c
2939
ptimeout_init(struct timespec *pt)
crypto/openssh/misc.c
2951
ptimeout_deadline_sec(struct timespec *pt, long sec)
crypto/openssh/misc.c
2961
ptimeout_deadline_tsp(struct timespec *pt, struct timespec *p)
crypto/openssh/misc.c
2969
ptimeout_deadline_ms(struct timespec *pt, long ms)
crypto/openssh/misc.c
2971
struct timespec p;
crypto/openssh/misc.c
2980
ptimeout_deadline_monotime_tsp(struct timespec *pt, struct timespec *when)
crypto/openssh/misc.c
2982
struct timespec now, t;
crypto/openssh/misc.c
2998
ptimeout_deadline_monotime(struct timespec *pt, time_t when)
crypto/openssh/misc.c
3000
struct timespec t;
crypto/openssh/misc.c
3009
ptimeout_get_ms(struct timespec *pt)
crypto/openssh/misc.c
3019
struct timespec *
crypto/openssh/misc.c
3020
ptimeout_get_tsp(struct timespec *pt)
crypto/openssh/misc.c
3027
ptimeout_isset(struct timespec *pt)
crypto/openssh/misc.c
319
struct timespec timeout;
crypto/openssh/misc.h
223
struct timespec;
crypto/openssh/misc.h
224
void ptimeout_init(struct timespec *pt);
crypto/openssh/misc.h
225
void ptimeout_deadline_sec(struct timespec *pt, long sec);
crypto/openssh/misc.h
226
void ptimeout_deadline_ms(struct timespec *pt, long ms);
crypto/openssh/misc.h
227
void ptimeout_deadline_monotime_tsp(struct timespec *pt, struct timespec *when);
crypto/openssh/misc.h
228
void ptimeout_deadline_monotime(struct timespec *pt, time_t when);
crypto/openssh/misc.h
229
int ptimeout_get_ms(struct timespec *pt);
crypto/openssh/misc.h
230
struct timespec *ptimeout_get_tsp(struct timespec *pt);
crypto/openssh/misc.h
231
int ptimeout_isset(struct timespec *pt);
crypto/openssh/misc.h
94
void ms_to_timespec(struct timespec *, int);
crypto/openssh/misc.h
95
void monotime_ts(struct timespec *);
crypto/openssh/packet.c
1435
struct timespec timespec, *timespecp = NULL;
crypto/openssh/packet.c
1463
timespecp = ×pec;
crypto/openssh/packet.c
1468
ms_to_timespec(×pec, ms_remain);
crypto/openssh/packet.c
2131
struct timespec timespec, *timespecp = NULL;
crypto/openssh/packet.c
2143
timespecp = ×pec;
crypto/openssh/packet.c
2147
ms_to_timespec(×pec, ms_remain);
crypto/openssh/serverloop.c
150
struct timespec timeout;
crypto/openssh/sftp-server.c
974
static struct timespec *
crypto/openssh/sftp-server.c
977
static struct timespec ts[2];
crypto/openssh/ssh-agent.c
2067
prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds)
crypto/openssh/ssh-agent.c
2207
struct timespec timeout;
crypto/openssh/ssh-keygen.c
1960
parse_cert_times(char *timespec)
crypto/openssh/ssh-keygen.c
1967
if (*timespec == '+' && strchr(timespec, ':') == NULL) {
crypto/openssh/ssh-keygen.c
1968
if ((secs = convtime(timespec + 1)) == -1)
crypto/openssh/ssh-keygen.c
1969
fatal("Invalid relative certificate life %s", timespec);
crypto/openssh/ssh-keygen.c
1984
from = xstrdup(timespec);
crypto/openssh/ssh-keygen.c
1987
fatal("Invalid certificate life specification %s", timespec);
crypto/openssh/ssh-keyscan.c
117
struct timespec c_ts; /* Time at which connection gets aborted */
crypto/openssh/ssh-keyscan.c
569
struct timespec seltime, now;
games/adventure/save.c
657
struct timespec now;
games/grdc/grdc.c
232
struct timespec ts;
games/grdc/grdc.c
57
struct timespec now, scroll_ts;
games/tetris/input.c
105
struct timespec ts;
games/tetris/input.c
121
static struct timespec timeleft;
games/tetris/input.c
67
rwait(struct timespec *limit)
games/tetris/input.c
69
struct timespec start, end, elapsed;
games/tetris/input.h
38
int rwait(struct timespec *);
include/mqueue.h
58
unsigned * __restrict, const struct timespec * __restrict);
include/mqueue.h
60
const struct timespec *);
include/pthread.h
187
pthread_mutex_t * __restrict, const struct timespec * __restrict)
include/pthread.h
217
const struct timespec * __restrict);
include/pthread.h
228
const struct timespec * __restrict) __nonnull(1, 2);
include/pthread.h
230
const struct timespec * __restrict) __nonnull(1, 2);
include/pthread_np.h
80
int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
include/semaphore.h
59
int sem_timedwait(sem_t * __restrict, const struct timespec * __restrict);
include/signal.h
91
const struct timespec * __restrict);
include/time.h
137
int clock_getres(clockid_t, struct timespec *);
include/time.h
138
int clock_gettime(clockid_t, struct timespec *);
include/time.h
139
int clock_settime(clockid_t, const struct timespec *);
include/time.h
140
int nanosleep(const struct timespec *, struct timespec *);
include/time.h
152
int clock_nanosleep(clockid_t, int, const struct timespec *, struct timespec *);
include/time.h
191
int timespec_get(struct timespec *ts, int base);
lib/libc/gen/sleep.c
45
struct timespec time_to_sleep;
lib/libc/gen/sleep.c
46
struct timespec time_remaining;
lib/libc/gen/times.c
49
struct timespec t;
lib/libc/gen/usleep.c
43
struct timespec time_to_sleep;
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/un-namespace.h
253
int, const struct timespec *);
lib/libc/isc/ev_timers.c
105
evCmpTime(struct timespec a, struct timespec b) {
lib/libc/isc/ev_timers.c
113
struct timespec
lib/libc/isc/ev_timers.c
117
struct timespec tsnow;
lib/libc/isc/ev_timers.c
132
struct timespec
lib/libc/isc/ev_timers.c
136
struct timespec tsnow;
lib/libc/isc/ev_timers.c
146
struct timespec
lib/libc/isc/ev_timers.c
154
struct timespec
lib/libc/isc/ev_timers.c
156
struct timespec ts;
lib/libc/isc/ev_timers.c
164
evTimeVal(struct timespec ts) {
lib/libc/isc/ev_timers.c
178
struct timespec due,
lib/libc/isc/ev_timers.c
179
struct timespec inter,
lib/libc/isc/ev_timers.c
296
struct timespec due,
lib/libc/isc/ev_timers.c
297
struct timespec inter
lib/libc/isc/ev_timers.c
301
struct timespec old_due;
lib/libc/isc/ev_timers.c
355
struct timespec max_idle,
lib/libc/isc/ev_timers.c
394
struct timespec max_idle
lib/libc/isc/ev_timers.c
481
struct timespec due,
lib/libc/isc/ev_timers.c
482
struct timespec inter
lib/libc/isc/ev_timers.c
486
struct timespec idle;
lib/libc/isc/ev_timers.c
54
static void idle_timeout(evContext, void *, struct timespec, struct timespec);
lib/libc/isc/ev_timers.c
61
struct timespec lastTouched;
lib/libc/isc/ev_timers.c
62
struct timespec max_idle;
lib/libc/isc/ev_timers.c
68
struct timespec
lib/libc/isc/ev_timers.c
70
struct timespec x;
lib/libc/isc/ev_timers.c
77
struct timespec
lib/libc/isc/ev_timers.c
78
evAddTime(struct timespec addend1, struct timespec addend2) {
lib/libc/isc/ev_timers.c
79
struct timespec x;
lib/libc/isc/ev_timers.c
90
struct timespec
lib/libc/isc/ev_timers.c
91
evSubTime(struct timespec minuend, struct timespec subtrahend) {
lib/libc/isc/ev_timers.c
92
struct timespec x;
lib/libc/isc/eventlib_p.h
149
struct timespec due, inter;
lib/libc/isc/eventlib_p.h
250
struct timespec lastSelectTime;
lib/libc/isc/eventlib_p.h
257
struct timespec lastEventTime;
lib/libc/net/nscachedcli.c
107
struct timespec timeout;
lib/libc/net/nscachedcli.c
65
struct timespec timeout;
lib/libc/net/rcmd.c
188
struct timespec time_to_sleep, time_remaining;
lib/libc/resolv/res_send.c
1206
struct timespec *tsp, const sigset_t *sigmask)
lib/libc/resolv/res_send.c
153
struct timespec *,
lib/libc/resolv/res_send.c
860
struct timespec now, timeout, finish;
lib/libc/rpc/clnt_dg.c
301
struct timespec ts;
lib/libc/stdio/xprintf_time.c
66
struct timespec *ts;
lib/libc/stdio/xprintf_time.c
78
ts = *((struct timespec **)arg[0]);
lib/libc/stdtime/timespec_get.c
39
timespec_get(struct timespec *ts, int base)
lib/libc/upmap/ukp_clock.c
53
extern int __sys_clock_gettime(clockid_t clock_id, struct timespec *ts);
lib/libc/upmap/ukp_clock.c
54
int __clock_gettime(clockid_t clock_id, struct timespec *ts);
lib/libc/upmap/ukp_clock.c
59
static struct timespec *ts_uptime;
lib/libc/upmap/ukp_clock.c
60
static struct timespec *ts_realtime;
lib/libc/upmap/ukp_clock.c
63
__clock_gettime(clockid_t clock_id, struct timespec *ts)
lib/libc/upmap/ukp_gettimeofday.c
59
static struct timespec *ts_realtime;
lib/libc/upmap/ukp_gettimeofday.c
65
struct timespec ts;
lib/libc/yp/yplib.c
493
struct timespec time_to_sleep, time_remaining;
lib/librt/aio.c
230
aio_suspend(const struct aiocb *const list[], int nent, const struct timespec *timo)
lib/librt/mq.c
48
unsigned *__restrict, const struct timespec *__restrict);
lib/librt/mq.c
50
const struct timespec *);
lib/librt/mq.c
86
unsigned *prio, const struct timespec *timeout)
lib/librt/mq.c
99
unsigned prio, const struct timespec *timeout)
lib/libssh/openbsd-compat/bsd-misc.c
128
utimensat(int fd, const char *path, const struct timespec times[2],
lib/libssh/openbsd-compat/bsd-misc.c
243
int nanosleep(const struct timespec *req, struct timespec *rem)
lib/libssh/openbsd-compat/bsd-misc.c
276
struct timespec ts;
lib/libssh/openbsd-compat/bsd-misc.h
126
int pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *,
lib/libssh/openbsd-compat/bsd-misc.h
89
int nanosleep(const struct timespec *, struct timespec *);
lib/libssh/openbsd-compat/bsd-misc.h
98
int utimensat(int, const char *, const struct timespec[2], int);
lib/libtcplay/io.c
118
struct timespec ts = { .tv_sec = 0, .tv_nsec = 10000000 }; /* 10 ms */
lib/libthread_xu/thread/thr_cond.c
232
const struct timespec *abstime, int cancel)
lib/libthread_xu/thread/thr_cond.c
235
struct timespec ts, ts2, *tsp;
lib/libthread_xu/thread/thr_cond.c
340
const struct timespec * __restrict abstime)
lib/libthread_xu/thread/thr_cond.c
351
const struct timespec *abstime)
lib/libthread_xu/thread/thr_cond.c
79
const struct timespec *abstime);
lib/libthread_xu/thread/thr_cond.c
81
const struct timespec *abstime, int cancel);
lib/libthread_xu/thread/thr_join.c
37
const struct timespec *abstime);
lib/libthread_xu/thread/thr_join.c
39
static int join_common(pthread_t, void **, const struct timespec *);
lib/libthread_xu/thread/thr_join.c
59
const struct timespec *abstime)
lib/libthread_xu/thread/thr_join.c
70
const struct timespec *abstime)
lib/libthread_xu/thread/thr_join.c
73
struct timespec ts, ts2, *tsp;
lib/libthread_xu/thread/thr_mutex.c
143
const struct timespec *abstime);
lib/libthread_xu/thread/thr_mutex.c
151
const struct timespec *abs_timeout);
lib/libthread_xu/thread/thr_mutex.c
407
const struct timespec * abstime)
lib/libthread_xu/thread/thr_mutex.c
409
struct timespec ts, ts2;
lib/libthread_xu/thread/thr_mutex.c
499
const struct timespec * __restrict abs_timeout)
lib/libthread_xu/thread/thr_mutex.c
524
const struct timespec *abs_timeout)
lib/libthread_xu/thread/thr_mutex.c
584
mutex_self_lock(pthread_mutex_t m, const struct timespec *abstime)
lib/libthread_xu/thread/thr_mutex.c
586
struct timespec ts1, ts2;
lib/libthread_xu/thread/thr_private.h
756
int __sys_nanosleep(const struct timespec *, struct timespec *);
lib/libthread_xu/thread/thr_private.h
757
int __sys_clock_nanosleep(clockid_t, int, const struct timespec *,
lib/libthread_xu/thread/thr_private.h
758
struct timespec *);
lib/libthread_xu/thread/thr_private.h
768
const struct timespec *);
lib/libthread_xu/thread/thr_rwlock.c
182
rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime)
lib/libthread_xu/thread/thr_rwlock.c
280
const struct timespec * __restrict abstime)
lib/libthread_xu/thread/thr_rwlock.c
419
rwlock_wrlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime)
lib/libthread_xu/thread/thr_rwlock.c
498
const struct timespec * __restrict abstime)
lib/libthread_xu/thread/thr_sem.c
338
_sem_timedwait(sem_t * __restrict sem, const struct timespec * __restrict abstime)
lib/libthread_xu/thread/thr_sem.c
340
struct timespec ts, ts2;
lib/libthread_xu/thread/thr_sig.c
222
const struct timespec * timeout)
lib/libthread_xu/thread/thr_sig.c
53
const struct timespec * timeout);
lib/libthread_xu/thread/thr_syscalls.c
103
const struct timespec *);
lib/libthread_xu/thread/thr_syscalls.c
110
extern int __sys_ppoll(struct pollfd *, unsigned, const struct timespec *,
lib/libthread_xu/thread/thr_syscalls.c
133
int __nanosleep(const struct timespec *, struct timespec *);
lib/libthread_xu/thread/thr_syscalls.c
134
int __clock_nanosleep(clock_t, int, const struct timespec *,
lib/libthread_xu/thread/thr_syscalls.c
135
struct timespec *);
lib/libthread_xu/thread/thr_syscalls.c
139
int __ppoll(struct pollfd *, unsigned int, const struct timespec *,
lib/libthread_xu/thread/thr_syscalls.c
153
const struct timespec *);
lib/libthread_xu/thread/thr_syscalls.c
156
const struct timespec *, const sigset_t *);
lib/libthread_xu/thread/thr_syscalls.c
185
timespec *timeout)
lib/libthread_xu/thread/thr_syscalls.c
332
__nanosleep(const struct timespec *time_to_sleep,
lib/libthread_xu/thread/thr_syscalls.c
333
struct timespec *time_remaining)
lib/libthread_xu/thread/thr_syscalls.c
350
const struct timespec *time_to_sleep, struct timespec *time_remaining)
lib/libthread_xu/thread/thr_syscalls.c
455
__ppoll(struct pollfd *fds, unsigned int nfds, const struct timespec *ts,
lib/libthread_xu/thread/thr_syscalls.c
473
const struct timespec *timo, const sigset_t *mask)
lib/libthread_xu/thread/thr_syscalls.c
95
const struct timespec *, const sigset_t *);
lib/libthread_xu/thread/thr_umtx.c
138
const struct timespec *timeout)
lib/libthread_xu/thread/thr_umtx.c
140
struct timespec ts, ts2, ts3;
lib/libthread_xu/thread/thr_umtx.c
181
_thr_umtx_wait(volatile umtx_t *mtx, int exp, const struct timespec *timeout,
lib/libthread_xu/thread/thr_umtx.c
184
struct timespec ts, ts2, ts3;
lib/libthread_xu/thread/thr_umtx.h
111
const struct timespec *timeout, int clockid);
lib/libthread_xu/thread/thr_umtx.h
39
const struct timespec *timeout);
lib/libthread_xu/thread/thr_umtx.h
83
const struct timespec *timeout, int temporary)
lib/libusb/libusb10_io.c
304
struct timespec ts;
lib/libusb/libusb20_int.h
47
struct timespec tv;
lib/libutil/pidfile.c
100
struct timespec rqtp;
libexec/bootpd/rtmsg.c
124
struct timespec tp;
libexec/getty/subr.c
637
struct timespec timeout;
sbin/hammer/cmd_stats.c
152
struct timespec delay = {1, 0};
sbin/hammer/cmd_stats.c
178
struct timespec delay = {1, 0};
sbin/hammer/cmd_stats.c
205
struct timespec delay = {1, 0};
sbin/hammer/cmd_stats.c
238
loaddelay(struct timespec *ts, const char *arg)
sbin/hammer/cmd_stats.c
42
static void loaddelay(struct timespec *ts, const char *arg);
sbin/ifconfig/af_inet6.c
186
struct timespec now;
sbin/ifconfig/af_inet6.c
97
struct timespec now;
sbin/ifconfig/ifwg.c
385
struct timespec now;
sbin/jscan/dump_debug.c
320
time_t t = ((const struct timespec *)buf)->tv_sec;
sbin/route/route.c
1690
struct timespec sp;
sbin/svc/execute.c
251
struct timespec ts;
sbin/svc/execute.c
427
struct timespec ts;
sbin/svc/execute.c
49
static void setstate_stopped(command_t *cmd, struct timespec *ts);
sbin/svc/execute.c
499
struct timespec ts;
sbin/svc/execute.c
809
setstate_stopped(command_t *cmd, struct timespec *ts)
sbin/sysctl/sysctl.c
380
struct timespec *ts = (struct timespec*)p;
sbin/udevd/udevd_monitor.c
169
struct timespec abstime;
share/examples/scsi_target/scsi_target.c
352
struct timespec ts, *tptr;
sys/dev/acpica/acpi_cmbat.c
213
acpi_cmbat_info_expired(struct timespec *lastupdated)
sys/dev/acpica/acpi_cmbat.c
215
struct timespec curtime;
sys/dev/acpica/acpi_cmbat.c
231
acpi_cmbat_info_updated(struct timespec *lastupdated)
sys/dev/acpica/acpi_cmbat.c
64
struct timespec bst_lastupdated;
sys/dev/acpica/acpi_cmbat.c
75
static int acpi_cmbat_info_expired(struct timespec *lastupdated);
sys/dev/acpica/acpi_cmbat.c
76
static void acpi_cmbat_info_updated(struct timespec *lastupdated);
sys/dev/acpica/acpi_hpet.c
622
struct timespec ts;
sys/dev/acpica/acpi_smbat.c
162
acpi_smbat_info_expired(struct timespec *lastupdated)
sys/dev/acpica/acpi_smbat.c
164
struct timespec curtime;
sys/dev/acpica/acpi_smbat.c
180
acpi_smbat_info_updated(struct timespec *lastupdated)
sys/dev/acpica/acpi_smbat.c
49
struct timespec bif_lastupdated;
sys/dev/acpica/acpi_smbat.c
50
struct timespec bst_lastupdated;
sys/dev/acpica/acpi_smbat.c
56
static int acpi_smbat_info_expired(struct timespec *lastupdated);
sys/dev/acpica/acpi_smbat.c
57
static void acpi_smbat_info_updated(struct timespec *lastupdated);
sys/dev/acpica/acpi_thermal.c
102
struct timespec tz_cooling_started;
sys/dev/acpica/acpi_thermal.c
537
struct timespec curtime;
sys/dev/disk/isp/isp_freebsd.c
5595
isp_nanotime_sub(struct timespec *b, struct timespec *a)
sys/dev/disk/isp/isp_freebsd.c
5598
struct timespec x;
sys/dev/disk/isp/isp_freebsd.h
332
#define NANOTIME_T struct timespec
sys/dev/disk/isp/isp_freebsd.h
633
uint64_t isp_nanotime_sub(struct timespec *, struct timespec *);
sys/dev/drm/include/linux/jiffies.h
55
timespec_to_jiffies(const struct timespec *ts)
sys/dev/drm/include/linux/ktime.h
89
struct timespec ts;
sys/dev/drm/include/linux/ktime.h
97
struct timespec ts;
sys/dev/drm/include/linux/sched.h
216
struct timespec ts;
sys/dev/drm/include/linux/time.h
102
struct timespec ts;
sys/dev/drm/include/linux/time.h
122
timespec_valid(const struct timespec *ts)
sys/dev/drm/include/linux/time.h
75
static inline struct timespec
sys/dev/drm/include/linux/time.h
76
timespec_sub(struct timespec lhs, struct timespec rhs)
sys/dev/drm/include/linux/time.h
78
struct timespec ts;
sys/dev/drm/include/linux/time.h
86
set_normalized_timespec(struct timespec *ts, time_t sec, int64_t nsec)
sys/dev/drm/include/linux/time.h
94
timespec_to_ns(const struct timespec *ts)
sys/dev/drm/include/linux/time.h
99
static inline struct timespec
sys/dev/drm/include/linux/time64.h
32
#define timespec64 timespec
sys/dev/drm/include/linux/timekeeping.h
32
struct timespec ts;
sys/dev/drm/linux_hrtimer.c
92
struct timespec ts;
sys/dev/misc/joy/joy.c
185
struct timespec t, start, end;
sys/dev/misc/joy/joy.c
187
struct timespec x, y;
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
2208
struct timespec ts;
sys/dev/netif/bwn/bwn/if_bwnvar.h
54
struct timespec ts; \
sys/dev/raid/tws/tws.h
164
struct timespec ts;
sys/dev/sound/clone.c
110
snd_timestamp(struct timespec *tsp)
sys/dev/sound/clone.c
288
snd_clone_gettime(struct snd_clone *c, struct timespec *tsp)
sys/dev/sound/clone.c
319
snd_clone_getdevtime(struct cdev *dev, struct timespec *tsp)
sys/dev/sound/clone.c
394
struct timespec now;
sys/dev/sound/clone.c
613
struct timespec now;
sys/dev/sound/clone.c
73
struct timespec tsp;
sys/dev/sound/clone.c
82
struct timespec tsp;
sys/dev/sound/clone.h
103
void snd_timestamp(struct timespec *);
sys/dev/sound/clone.h
114
int snd_clone_gettime(struct snd_clone *, struct timespec *);
sys/dev/sound/clone.h
117
int snd_clone_getdevtime(struct cdev *, struct timespec *);
sys/kern/init_main.c
484
struct timespec ts;
sys/kern/kern_clock.c
1207
tstohz_high(struct timespec *ts)
sys/kern/kern_clock.c
1265
tstohz_low(struct timespec *ts)
sys/kern/kern_clock.c
1394
getnanouptime(struct timespec *tsp)
sys/kern/kern_clock.c
1430
nanouptime(struct timespec *tsp)
sys/kern/kern_clock.c
1453
struct timespec ts;
sys/kern/kern_clock.c
1480
getnanotime(struct timespec *tsp)
sys/kern/kern_clock.c
1482
struct timespec ts;
sys/kern/kern_clock.c
1508
getnanotime_nbt(struct timespec *nbt, struct timespec *tsp)
sys/kern/kern_clock.c
1537
struct timespec *bt;
sys/kern/kern_clock.c
1562
nanotime(struct timespec *tsp)
sys/kern/kern_clock.c
1565
struct timespec *bt;
sys/kern/kern_clock.c
1603
struct timespec *bt;
sys/kern/kern_clock.c
1610
pps_fetch_timeout(struct timespec *timeout, struct pps_state *pps)
sys/kern/kern_clock.c
1714
struct timespec *tsp;
sys/kern/kern_clock.c
1715
struct timespec *osp;
sys/kern/kern_clock.c
1716
struct timespec *bt;
sys/kern/kern_clock.c
1717
struct timespec ts;
sys/kern/kern_clock.c
236
__read_mostly struct timespec boottime; /* boot time (realtime) for ref only */
sys/kern/kern_clock.c
237
__read_mostly struct timespec ticktime0;/* updated every tick */
sys/kern/kern_clock.c
238
__read_mostly struct timespec ticktime2;/* updated every tick */
sys/kern/kern_clock.c
262
static struct timespec basetime[BASETIME_ARYSIZE];
sys/kern/kern_clock.c
269
struct timespec *bt;
sys/kern/kern_clock.c
286
&boottime, timespec, "System boottime");
sys/kern/kern_clock.c
293
static void getnanotime_nbt(struct timespec *nbt, struct timespec *tsp);
sys/kern/kern_clock.c
497
set_timeofday(struct timespec *ts)
sys/kern/kern_clock.c
499
struct timespec *nbt;
sys/kern/kern_clock.c
612
struct timespec *nbt;
sys/kern/kern_clock.c
613
struct timespec nts;
sys/kern/kern_event.c
1057
struct timespec ts, *tsp;
sys/kern/kern_event.c
798
struct timespec *tsp_in, int flags)
sys/kern/kern_event.c
801
struct timespec *tsp, ats;
sys/kern/kern_event.c
949
struct timespec atx = *tsp;
sys/kern/kern_nrandom.c
461
static void NANOUP_EVENT(struct timespec *last, struct csprng_state *state);
sys/kern/kern_nrandom.c
489
struct timespec now;
sys/kern/kern_nrandom.c
852
struct timespec last;
sys/kern/kern_nrandom.c
934
NANOUP_EVENT(struct timespec *last, struct csprng_state *state)
sys/kern/kern_nrandom.c
936
struct timespec now;
sys/kern/kern_ntptime.c
172
static struct timespec pps_tf[3]; /* phase median filter */
sys/kern/kern_ntptime.c
209
struct timespec atv; /* nanosecond time */
sys/kern/kern_ntptime.c
690
hardpps(struct timespec *tsp, long nsec)
sys/kern/kern_p1003_1b.c
339
struct timespec ts;
sys/kern/kern_sched.c
273
struct lwp *lp, struct timespec *timespec)
sys/kern/kern_sched.c
275
*timespec = ksched->rr_interval;
sys/kern/kern_sched.c
53
struct timespec rr_interval;
sys/kern/kern_shutdown.c
222
struct timespec ts;
sys/kern/kern_sig.c
1735
kern_sigtimedwait(sigset_t waitset, siginfo_t *info, struct timespec *timeout)
sys/kern/kern_sig.c
1738
struct timespec rts, ets, ts;
sys/kern/kern_sig.c
1865
struct timespec ts;
sys/kern/kern_sig.c
1866
struct timespec *timeout;
sys/kern/kern_sig.c
81
struct timespec *timeout);
sys/kern/kern_time.c
1047
itimespecfix(struct timespec *ts)
sys/kern/kern_time.c
111
struct timespec ts;
sys/kern/kern_time.c
172
get_process_cputime(struct proc *p, struct timespec *ats)
sys/kern/kern_time.c
184
get_process_usertime(struct proc *p, struct timespec *ats)
sys/kern/kern_time.c
195
get_thread_cputime(struct thread *td, struct timespec *ats)
sys/kern/kern_time.c
205
kern_clock_gettime(clockid_t clock_id, struct timespec *ats)
sys/kern/kern_time.c
271
struct timespec ats;
sys/kern/kern_time.c
282
kern_clock_settime(clockid_t clock_id, struct timespec *ats)
sys/kern/kern_time.c
305
struct timespec ats;
sys/kern/kern_time.c
317
kern_clock_getres(clockid_t clock_id, struct timespec *ts)
sys/kern/kern_time.c
368
struct timespec ts;
sys/kern/kern_time.c
452
struct timespec *rqt, struct timespec *rmt)
sys/kern/kern_time.c
455
struct timespec ts_cur, ts_tgt, ts_int;
sys/kern/kern_time.c
558
nanosleep1(struct timespec *rqt, struct timespec *rmt)
sys/kern/kern_time.c
569
struct timespec rqt;
sys/kern/kern_time.c
570
struct timespec rmt;
sys/kern/kern_time.c
602
struct timespec rqt;
sys/kern/kern_time.c
603
struct timespec rmt;
sys/kern/kern_uuid.c
102
struct timespec ts;
sys/kern/subr_fattime.c
139
timespec2fattime(const struct timespec *tsp, int utc, uint16_t *ddp,
sys/kern/subr_fattime.c
221
struct timespec *tsp)
sys/kern/subr_fattime.c
266
struct timespec ts;
sys/kern/sys_generic.c
111
struct timespec *ts, int *res);
sys/kern/sys_generic.c
112
static int dopoll(int nfds, struct pollfd *fds, struct timespec *ts,
sys/kern/sys_generic.c
1131
dotimeout_only(struct timespec *ts)
sys/kern/sys_generic.c
1145
struct timespec *ts, int *res)
sys/kern/sys_generic.c
1236
struct timespec ts, *tsp;
sys/kern/sys_generic.c
1264
struct timespec *ktsp, kts;
sys/kern/sys_generic.c
1620
dopoll(int nfds, struct pollfd *fds, struct timespec *ts, int *res, int flags)
sys/kern/sys_generic.c
1690
socket_wait(struct socket *so, struct timespec *ts, int *res)
sys/kern/sys_generic.c
801
struct timespec *ktsp, kts;
sys/kern/sys_generic.c
835
struct timespec *ktsp, kts;
sys/kern/sys_mqueue.c
224
tstohz(const struct timespec *ts)
sys/kern/sys_mqueue.c
241
abstimeout2timo(struct timespec *ts, int *timo)
sys/kern/sys_mqueue.c
243
struct timespec tsd;
sys/kern/sys_mqueue.c
625
unsigned *msg_prio, struct timespec *ts, ssize_t *mlen)
sys/kern/sys_mqueue.c
759
struct timespec ts, *tsp;
sys/kern/sys_mqueue.c
784
unsigned msg_prio, struct timespec *ts)
sys/kern/sys_mqueue.c
938
struct timespec ts, *tsp;
sys/kern/sys_mqueue.c
94
static int tstohz(const struct timespec *ts);
sys/kern/vfs_jops.c
299
struct timespec ts;
sys/kern/vfs_subr.c
238
vfs_timestamp(struct timespec *tsp)
sys/kern/vfs_syscalls.c
3670
getutimes(struct timeval *tvp, struct timespec *tsp)
sys/kern/vfs_syscalls.c
3689
getutimens(const struct timespec *ts, struct timespec *newts, int *nullflag)
sys/kern/vfs_syscalls.c
3691
struct timespec tsnow;
sys/kern/vfs_syscalls.c
3732
const struct timespec *ts, int nullflag)
sys/kern/vfs_syscalls.c
3750
struct timespec ts[2];
sys/kern/vfs_syscalls.c
3815
kern_futimens(int fd, struct timespec *ts)
sys/kern/vfs_syscalls.c
3818
struct timespec newts[2];
sys/kern/vfs_syscalls.c
3868
struct timespec ts[2];
sys/kern/vfs_syscalls.c
3883
struct timespec ts[2];
sys/kern/vfs_syscalls.c
3922
struct timespec ts[2];
sys/kern/vfs_syscalls.c
3946
kern_utimensat(struct nlookupdata *nd, const struct timespec *ts, int flags)
sys/kern/vfs_syscalls.c
3948
struct timespec newts[2];
sys/kern/vfs_syscalls.c
3987
struct timespec ts[2];
sys/kern/vfs_syscalls.c
88
static int getutimes (struct timeval *, struct timespec *);
sys/kern/vfs_syscalls.c
89
static int getutimens (const struct timespec *, struct timespec *, int *);
sys/kern/vfs_syscalls.c
94
const struct timespec *, int);
sys/net/wg/if_wg.c
1251
wg_timers_get_last_handshake(struct wg_peer *peer, struct timespec *time)
sys/net/wg/if_wg.c
1573
static struct timespec last_underload; /* nanouptime */
sys/net/wg/if_wg.c
1574
struct timespec now;
sys/net/wg/if_wg.c
249
struct timespec p_handshake_complete; /* nanotime */
sys/net/wg/if_wg.h
65
struct timespec p_last_handshake; /* nanotime */
sys/net/wg/wg_cookie.c
140
timer_expired(const struct timespec *birthdate, time_t sec, long nsec)
sys/net/wg/wg_cookie.c
142
struct timespec uptime;
sys/net/wg/wg_cookie.c
143
struct timespec expire = { .tv_sec = sec, .tv_nsec = nsec };
sys/net/wg/wg_cookie.c
502
struct timespec expiry;
sys/net/wg/wg_cookie.c
537
struct timespec diff;
sys/net/wg/wg_cookie.c
68
struct timespec cm_cookie_birthdate; /* nanouptime */
sys/net/wg/wg_cookie.c
79
struct timespec cc_secret_birthdate; /* nanouptime */
sys/net/wg/wg_cookie.c
90
struct timespec r_last_time; /* nanouptime */
sys/net/wg/wg_noise.c
128
struct timespec r_last_sent; /* nanouptime */
sys/net/wg/wg_noise.c
129
struct timespec r_last_init_recv; /* nanouptime */
sys/net/wg/wg_noise.c
1592
struct timespec time;
sys/net/wg/wg_noise.c
244
timer_expired(const struct timespec *birthdate, time_t sec, long nsec)
sys/net/wg/wg_noise.c
246
struct timespec uptime;
sys/net/wg/wg_noise.c
247
struct timespec expire = { .tv_sec = sec, .tv_nsec = nsec };
sys/net/wg/wg_noise.c
89
struct timespec kp_birthdate; /* nanouptime */
sys/netgraph7/netflow/netflow.c
587
struct timespec ts;
sys/netproto/smb/smb_conn.h
450
struct timespec iod_lastrqsent;
sys/netproto/smb/smb_conn.h
451
struct timespec iod_pingtimo;
sys/netproto/smb/smb_iod.c
554
struct timespec ts, tstimeout;
sys/netproto/smb/smb_iod.c
605
struct timespec tsnow;
sys/netproto/smb/smb_rq.h
97
struct timespec sr_timesent;
sys/netproto/smb/smb_trantcp.c
451
struct timespec ts1, ts2;
sys/netproto/smb/smb_trantcp.c
574
*(struct timespec*)data = nbp->nbp_timo;
sys/netproto/smb/smb_trantcp.h
71
struct timespec nbp_timo;
sys/platform/pc64/isa/clock.c
1080
struct timespec ts;
sys/platform/vkernel64/include/cothread.h
65
void cothread_sleep(cothread_t cotd, struct timespec *ts);
sys/platform/vkernel64/include/cothread.h
66
void cothread_wakeup(cothread_t cotd, struct timespec *ts);
sys/platform/vkernel64/platform/cothread.c
186
cothread_sleep(cothread_t cotd, struct timespec *ts)
sys/platform/vkernel64/platform/cothread.c
192
cothread_wakeup(cothread_t cotd, struct timespec *ts)
sys/platform/vkernel64/platform/kqueue.c
108
struct timespec ts = { 0, 0 };
sys/platform/vkernel64/platform/kqueue.c
142
struct timespec ts = { 0, 0 };
sys/platform/vkernel64/platform/kqueue.c
160
struct timespec ts = { 0, 0 };
sys/platform/vkernel64/platform/kqueue.c
180
struct timespec ts;
sys/platform/vkernel64/platform/systimer.c
156
struct timespec ts;
sys/platform/vkernel64/platform/systimer.c
329
struct timespec ts;
sys/platform/vkernel64/platform/systimer.c
78
static struct timespec vktimer_ts;
sys/sys/aio.h
135
int aio_suspend(const struct aiocb * const[], int, const struct timespec *);
sys/sys/aio.h
142
int aio_waitcomplete(struct aiocb **, struct timespec *);
sys/sys/devfs.h
116
struct timespec atime; /* time of last access */
sys/sys/devfs.h
117
struct timespec mtime; /* time of last modification */
sys/sys/devfs.h
118
struct timespec ctime; /* time file changed */
sys/sys/event.h
256
struct timespec *tsp, int flags);
sys/sys/event.h
275
struct timespec;
sys/sys/event.h
280
int, const struct timespec *);
sys/sys/journal.h
334
struct timespec atime;
sys/sys/journal.h
335
struct timespec mtime;
sys/sys/journal.h
336
struct timespec ctime;
sys/sys/kern_syscall.h
145
int kern_futimens(int fd, struct timespec *ts);
sys/sys/kern_syscall.h
169
int kern_utimensat(struct nlookupdata *nd, const struct timespec *ts, int flag);
sys/sys/kern_syscall.h
178
int kern_clock_gettime(clockid_t, struct timespec *);
sys/sys/kern_syscall.h
179
int kern_clock_settime(clockid_t, struct timespec *);
sys/sys/kern_syscall.h
180
int kern_clock_getres(clockid_t, struct timespec *);
sys/sys/kernel.h
74
extern struct timespec boottime;
sys/sys/mqueue.h
105
struct timespec mq_atime;
sys/sys/mqueue.h
106
struct timespec mq_mtime;
sys/sys/mqueue.h
107
struct timespec mq_btime;
sys/sys/mqueue.h
120
int abstimeout2timo(struct timespec *, int *);
sys/sys/mqueue.h
121
int mq_send1(struct lwp *, mqd_t, const char *, size_t, unsigned, struct timespec *);
sys/sys/mqueue.h
122
int mq_receive1(struct lwp *, mqd_t, void *, size_t, unsigned *, struct timespec *,
sys/sys/pipe.h
59
struct timespec atime; /* time of last access */
sys/sys/pipe.h
66
struct timespec mtime; /* time of last modify */
sys/sys/pipe.h
94
struct timespec ctime; /* time of status change */
sys/sys/poll.h
105
int ppoll(struct pollfd *, nfds_t, const struct timespec *,
sys/sys/posix4.h
101
struct lwp *, struct timespec *);
sys/sys/sched.h
78
int sched_rr_get_interval(pid_t, struct timespec *);
sys/sys/select.h
51
fd_set * __restrict, const struct timespec * __restrict,
sys/sys/socketvar.h
432
int socket_wait (struct socket *so, struct timespec *ts, int *res);
sys/sys/stat.h
109
struct timespec st_atim; /* time of last access */
sys/sys/stat.h
110
struct timespec st_mtim; /* time of last data modification */
sys/sys/stat.h
111
struct timespec st_ctim; /* time of last file status change */
sys/sys/stat.h
294
int futimens(int, const struct timespec *);
sys/sys/stat.h
295
int utimensat(int, const char *, const struct timespec *, int);
sys/sys/sysproto.h
1182
const struct timespec * ts; char ts_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
1281
const struct timespec * abs_timeout; char abs_timeout_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
1288
const struct timespec * abs_timeout; char abs_timeout_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
1376
const struct timespec * ts; char ts_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
1381
const struct timespec * ts; char ts_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
1396
const struct timespec * ts; char ts_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
644
struct timespec * tp; char tp_[PAD_(struct timespec *)];
sys/sys/sysproto.h
648
const struct timespec * tp; char tp_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
652
struct timespec * tp; char tp_[PAD_(struct timespec *)];
sys/sys/sysproto.h
655
const struct timespec * rqtp; char rqtp_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
656
struct timespec * rmtp; char rmtp_[PAD_(struct timespec *)];
sys/sys/sysproto.h
661
const struct timespec * rqtp; char rqtp_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
662
struct timespec * rmtp; char rmtp_[PAD_(struct timespec *)];
sys/sys/sysproto.h
766
const struct timespec * timeout; char timeout_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
827
struct timespec * interval; char interval_[PAD_(struct timespec *)];
sys/sys/sysproto.h
863
const struct timespec * timeout; char timeout_[PAD_(const struct timespec *)];
sys/sys/sysproto.h
935
struct timespec * timeout; char timeout_[PAD_(struct timespec *)];
sys/sys/sysproto.h
956
const struct timespec * timeout; char timeout_[PAD_(const struct timespec *)];
sys/sys/time.h
176
void getnanouptime(struct timespec *tv);
sys/sys/time.h
177
void getnanotime(struct timespec *tv);
sys/sys/time.h
180
int itimespecfix(struct timespec *ts);
sys/sys/time.h
185
void nanouptime(struct timespec *ts);
sys/sys/time.h
186
void nanotime(struct timespec *ts);
sys/sys/time.h
188
void set_timeofday(struct timespec *ts);
sys/sys/time.h
195
int tstohz_high(struct timespec *);
sys/sys/time.h
196
int tstohz_low(struct timespec *);
sys/sys/time.h
200
struct timespec *rqt, struct timespec *rmt);
sys/sys/time.h
201
int nanosleep1(struct timespec *rqt, struct timespec *rmt);
sys/sys/time.h
203
void timespec2fattime(const struct timespec *tsp, int utc, uint16_t *ddp,
sys/sys/time.h
206
struct timespec *tsp);
sys/sys/timepps.h
125
void hardpps (struct timespec *tsp, long nsec);
sys/sys/timepps.h
168
pps_info_t *ppsinfobuf, const struct timespec *timeout)
sys/sys/timepps.h
37
struct timespec tspec;
sys/sys/timepps.h
93
struct timespec timeout;
sys/sys/timespec.h
59
struct timespec it_interval;
sys/sys/timespec.h
60
struct timespec it_value;
sys/sys/timex.h
184
struct timespec time; /* current time (ns) (ro) */
sys/sys/upmap.h
188
struct timespec ts_uptime[2]; /* mono uptime @ticks (uncompensated) */
sys/sys/upmap.h
189
struct timespec ts_realtime[2]; /* realtime @ticks resolution */
sys/sys/upmap.h
75
#define UKPLEN_TS ((sizeof(struct timespec) == 8) ? \
sys/sys/vfscache.h
130
struct timespec va_atime; /* time of last access */
sys/sys/vfscache.h
131
struct timespec va_mtime; /* time of last modification */
sys/sys/vfscache.h
132
struct timespec va_ctime; /* time file changed */
sys/sys/vnode.h
194
struct timespec v_lastwrite_ts; /* async mmap flush ts */
sys/sys/vnode.h
520
void vfs_timestamp (struct timespec *);
sys/vfs/autofs/autofs.h
110
struct timespec an_ctime;
sys/vfs/ext2fs/ext2_alloc.c
387
struct timespec ts;
sys/vfs/ext2fs/ext2_vnops.c
128
struct timespec ts;
sys/vfs/hammer/hammer.h
1064
void hammer_time_to_timespec(uint64_t xtime, struct timespec *ts);
sys/vfs/hammer/hammer.h
1065
uint64_t hammer_timespec_to_time(struct timespec *ts);
sys/vfs/hammer/hammer_inode.c
1702
struct timespec ts;
sys/vfs/hammer/hammer_subs.c
795
hammer_time_to_timespec(uint64_t xtime, struct timespec *ts)
sys/vfs/hammer/hammer_subs.c
802
hammer_timespec_to_time(struct timespec *ts)
sys/vfs/hammer/hammer_transaction.c
101
struct timespec ts;
sys/vfs/hammer/hammer_transaction.c
48
struct timespec ts;
sys/vfs/hammer/hammer_transaction.c
73
struct timespec ts;
sys/vfs/hammer2/hammer2.h
1467
void hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts);
sys/vfs/hammer2/hammer2.h
1468
uint64_t hammer2_timespec_to_time(const struct timespec *ts);
sys/vfs/hammer2/hammer2_subr.c
134
hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts)
sys/vfs/hammer2/hammer2_subr.c
141
hammer2_timespec_to_time(const struct timespec *ts)
sys/vfs/hammer2/hammer2_subr.c
310
struct timespec ts;
sys/vfs/hpfs/hpfs_subr.c
652
struct timespec
sys/vfs/hpfs/hpfs_subr.c
656
struct timespec t;
sys/vfs/hpfs/hpfs_subr.h
65
struct timespec hpfstimetounix (u_long);
sys/vfs/isofs/cd9660/cd9660_node.c
343
cd9660_tstamp_conv7(u_char *pi, struct timespec *pu, enum ISO_FTYPE ftype)
sys/vfs/isofs/cd9660/cd9660_node.c
400
cd9660_tstamp_conv17(u_char *pi, struct timespec *pu)
sys/vfs/isofs/cd9660/cd9660_node.h
124
int cd9660_tstamp_conv7(u_char *, struct timespec *, enum ISO_FTYPE);
sys/vfs/isofs/cd9660/cd9660_node.h
125
int cd9660_tstamp_conv17(u_char *, struct timespec *);
sys/vfs/isofs/cd9660/cd9660_node.h
53
struct timespec iso_atime; /* time of last access */
sys/vfs/isofs/cd9660/cd9660_node.h
54
struct timespec iso_mtime; /* time of last modification */
sys/vfs/isofs/cd9660/cd9660_node.h
55
struct timespec iso_ctime; /* time file changed */
sys/vfs/isofs/cd9660/cd9660_rrip.c
346
bzero(&ana->inop->inode.iso_mtime,sizeof(struct timespec));
sys/vfs/isofs/cd9660/cd9660_rrip.c
369
bzero(&ana->inop->inode.iso_mtime,sizeof(struct timespec));
sys/vfs/msdosfs/msdosfs_denode.c
434
struct timespec ts;
sys/vfs/msdosfs/msdosfs_vnops.c
118
struct timespec ts;
sys/vfs/msdosfs/msdosfs_vnops.c
1335
struct timespec ts;
sys/vfs/msdosfs/msdosfs_vnops.c
183
struct timespec ts;
sys/vfs/msdosfs/msdosfs_vnops.c
214
struct timespec ts;
sys/vfs/nfs/nfs_serv.c
124
static struct timespec nfsver;
sys/vfs/nfs/nfs_serv.c
348
struct timespec guard;
sys/vfs/nfs/nfs_subs.c
665
struct timespec mtime;
sys/vfs/nfs/nfs_vnops.c
3709
struct timespec ts;
sys/vfs/nfs/nfsnode.h
123
struct timespec nf_atim; /* Special file times */
sys/vfs/nfs/nfsnode.h
127
struct timespec nf_mtim;
sys/vfs/ntfs/ntfs_subr.c
1236
struct timespec
sys/vfs/ntfs/ntfs_subr.c
1239
struct timespec t;
sys/vfs/ntfs/ntfs_subr.h
85
struct timespec ntfs_nttimetounix ( u_int64_t );
sys/vfs/smbfs/smbfs_node.h
58
struct timespec n_mtime; /* modify time */
sys/vfs/smbfs/smbfs_node.h
59
struct timespec n_atime; /* last access time */
sys/vfs/smbfs/smbfs_smb.c
253
smbfs_smb_setpattr(struct smbnode *np, u_int16_t attr, struct timespec *mtime,
sys/vfs/smbfs/smbfs_smb.c
298
smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime,
sys/vfs/smbfs/smbfs_smb.c
299
struct timespec *atime, int attr, struct smb_cred *scred)
sys/vfs/smbfs/smbfs_smb.c
352
smbfs_smb_setpattrNT(struct smbnode *np, u_short attr, struct timespec *mtime,
sys/vfs/smbfs/smbfs_smb.c
353
struct timespec *atime, struct smb_cred *scred)
sys/vfs/smbfs/smbfs_smb.c
402
smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime,
sys/vfs/smbfs/smbfs_smb.c
403
struct timespec *atime, struct smb_cred *scred)
sys/vfs/smbfs/smbfs_smb.c
446
smbfs_smb_setfattrNT(struct smbnode *np, u_int16_t attr, struct timespec *mtime,
sys/vfs/smbfs/smbfs_smb.c
447
struct timespec *atime, struct smb_cred *scred)
sys/vfs/smbfs/smbfs_smb.c
543
smbfs_smb_close(struct smb_share *ssp, u_int16_t fid, struct timespec *mtime,
sys/vfs/smbfs/smbfs_smb.c
578
struct timespec ctime;
sys/vfs/smbfs/smbfs_subr.c
110
smb_time_local2server(struct timespec *tsp, int tzoff, u_long *seconds)
sys/vfs/smbfs/smbfs_subr.c
117
smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp)
sys/vfs/smbfs/smbfs_subr.c
132
smb_time_NT2local(int64_t nsec, int tzoff, struct timespec *tsp)
sys/vfs/smbfs/smbfs_subr.c
138
smb_time_local2NT(struct timespec *tsp, int tzoff, int64_t *nsec)
sys/vfs/smbfs/smbfs_subr.c
147
smb_time_unix2dos(struct timespec *tsp, int tzoff, u_int16_t *ddp,
sys/vfs/smbfs/smbfs_subr.c
215
struct timespec *tsp)
sys/vfs/smbfs/smbfs_subr.h
145
struct timespec *mtime, struct smb_cred *scred);
sys/vfs/smbfs/smbfs_subr.h
146
int smbfs_smb_setptime2(struct smbnode *np, struct timespec *mtime,
sys/vfs/smbfs/smbfs_subr.h
147
struct timespec *atime, int attr, struct smb_cred *scred);
sys/vfs/smbfs/smbfs_subr.h
149
struct timespec *mtime, struct timespec *atime, struct smb_cred *scred);
sys/vfs/smbfs/smbfs_subr.h
151
int smbfs_smb_setftime(struct smbnode *np, struct timespec *mtime,
sys/vfs/smbfs/smbfs_subr.h
152
struct timespec *atime, struct smb_cred *scred);
sys/vfs/smbfs/smbfs_subr.h
154
struct timespec *mtime, struct timespec *atime, struct smb_cred *scred);
sys/vfs/smbfs/smbfs_subr.h
158
struct timespec *mtime, struct smb_cred *scred);
sys/vfs/smbfs/smbfs_subr.h
180
void smb_time_local2server(struct timespec *tsp, int tzoff, u_long *seconds);
sys/vfs/smbfs/smbfs_subr.h
181
void smb_time_server2local(u_long seconds, int tzoff, struct timespec *tsp);
sys/vfs/smbfs/smbfs_subr.h
182
void smb_time_NT2local(int64_t nsec, int tzoff, struct timespec *tsp);
sys/vfs/smbfs/smbfs_subr.h
183
void smb_time_local2NT(struct timespec *tsp, int tzoff, int64_t *nsec);
sys/vfs/smbfs/smbfs_subr.h
184
void smb_time_unix2dos(struct timespec *tsp, int tzoff, u_int16_t *ddp,
sys/vfs/smbfs/smbfs_subr.h
186
void smb_dos2unixtime (u_int dd, u_int dt, u_int dh, int tzoff, struct timespec *tsp);
sys/vfs/smbfs/smbfs_subr.h
59
struct timespec;
sys/vfs/smbfs/smbfs_subr.h
68
struct timespec fa_atime;
sys/vfs/smbfs/smbfs_subr.h
69
struct timespec fa_ctime;
sys/vfs/smbfs/smbfs_subr.h
70
struct timespec fa_mtime;
sys/vfs/smbfs/smbfs_vnops.c
302
struct timespec *mtime, *atime;
sys/vfs/tmpfs/tmpfs.h
426
int tmpfs_chtimes(struct vnode *, struct timespec *, struct timespec *,
sys/vfs/tmpfs/tmpfs.h
428
void tmpfs_itimes(struct vnode *, const struct timespec *,
sys/vfs/tmpfs/tmpfs.h
429
const struct timespec *);
sys/vfs/tmpfs/tmpfs_subr.c
101
struct timespec ts;
sys/vfs/tmpfs/tmpfs_subr.c
1292
tmpfs_chtimes(struct vnode *vp, struct timespec *atime, struct timespec *mtime,
sys/vfs/tmpfs/tmpfs_subr.c
1330
tmpfs_itimes(struct vnode *vp, const struct timespec *acc,
sys/vfs/tmpfs/tmpfs_subr.c
1331
const struct timespec *mod)
sys/vfs/tmpfs/tmpfs_subr.c
1334
struct timespec now;
sys/vfs/udf/udf_vnops.c
243
udf_timetotimespec(struct timestamp *time, struct timespec *t)
sys/vfs/ufs/ufs_vnops.c
135
struct timespec ts;
test/crypto/cryptoapi/cryptoapi_test.c
347
struct timespec start, stop, tv;
test/debug/bufqueues.c
110
struct timespec delay = { 1, 0 };
test/debug/bufqueues.c
236
loaddelay(struct timespec *ts, const char *arg)
test/debug/bufqueues.c
94
static void loaddelay(struct timespec *ts, const char *arg);
test/interbench/interbench.c
147
unsigned long long get_nsecs(struct timespec *myts)
test/interbench/interbench.c
154
unsigned long get_usecs(struct timespec *myts)
test/interbench/interbench.c
291
struct timespec req, rem;
test/interbench/interbench.c
386
struct timespec myts;
test/interbench/interbench.c
498
struct timespec myts;
test/interbench/interbench.c
518
struct timespec myts;
test/interbench/interbench.c
539
struct timespec myts;
test/interbench/interbench.c
569
struct timespec myts;
test/interbench/interbench.c
869
struct timespec myts;
test/interbench/interbench.c
887
struct timespec myts;
test/interbench/interbench.c
988
struct timespec myts;
test/socket/accept/block/accept_block.c
58
struct timespec stime, etime;
test/socket/accept4/block/accept4_block.c
64
struct timespec stime, etime;
test/sysperf/syscall2.c
22
struct timespec ts, ts2;
test/sysperf/syscall5.c
14
struct timespec ts;
test/sysperf/syscall7.c
14
struct timespec ts;
test/testcases/io/kqueue_2/kqueue_2.c
16
struct timespec timeout;
test/testcases/io/pselect_1/pselect_1.c
40
struct timespec timeout;
test/testcases/posixipc/common/common.c
107
struct timespec start, end;
test/testcases/posixipc/common/common.c
263
struct timespec start, end;
tools/regression/p1003_1b/fifo.c
90
struct timespec interval;
tools/tools/net80211/wesside/udps/udps.c
54
struct timespec ts;
tools/tools/netrate/accept_connect/kq_connect_client/kq_connect_client.c
186
struct timespec start, end;
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
110
struct timespec t_start;
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
111
struct timespec t_end;
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
150
struct timespec run, end, start;
tools/tools/netrate/kq_sendrecv/kq_sendcli/kq_sendcli.c
80
struct timespec c_terr;
tools/tools/netrate/netblast/netblast.c
70
struct timespec starttime, tmptime;
usr.bin/diff/diffreg.c
1466
print_time(const struct timespec *ts)
usr.bin/dsynth/build.c
1276
struct timespec ts;
usr.bin/find/find.h
92
struct timespec _t_data; /* time value */
usr.bin/find/function.c
1117
struct timespec ft;
usr.bin/netstat/route.c
338
struct timespec sp;
usr.bin/netstat/route.c
797
struct timespec sp;
usr.bin/script/script.c
388
struct timespec tsi, tso;
usr.bin/stat/stat.c
629
const struct timespec *tsp;
usr.bin/stat/stat.c
630
struct timespec ts;
usr.bin/tail/forward.c
276
struct timespec ts;
usr.bin/tail/forward.c
319
struct timespec ts;
usr.bin/time/time.c
243
showtime(FILE *out, struct timespec *before, struct timespec *after,
usr.bin/time/time.c
54
static void showtime(FILE *, struct timespec *, struct timespec *,
usr.bin/time/time.c
62
struct timespec before_ts;
usr.bin/time/time.c
71
struct timespec after;
usr.bin/top/m_dragonfly.c
513
struct timespec tv;
usr.bin/top/top.c
531
struct timespec uts;
usr.bin/top/top.c
568
struct timespec uts;
usr.bin/truss/truss.h
42
struct timespec start_time;
usr.bin/truss/truss.h
43
struct timespec before;
usr.bin/truss/truss.h
44
struct timespec after;
usr.bin/unzip/unzip.c
585
struct timespec mtime;
usr.bin/unzip/unzip.c
587
struct timespec ts[2];
usr.bin/vmstat/vmstat.c
404
struct timespec ts;
usr.bin/w/w.c
442
struct timespec boot_ts;
usr.bin/who/utmpentry.c
52
static struct timespec utmpxtime = {0, 0};
usr.bin/who/who.c
200
struct timespec uts;
usr.sbin/arp/arp.c
296
struct timespec sp;
usr.sbin/autofs/autounmountd.c
232
struct timespec timeout;
usr.sbin/bthcid/bthcid.c
64
struct timespec timeout = { 0, 0 };
usr.sbin/bthcid/client.c
136
struct timespec timeout = { 0, 0 };
usr.sbin/bthcid/client.c
185
struct timespec timeout = { 0, 0 };
usr.sbin/bthcid/client.c
257
struct timespec timeout = { 0, 0 };
usr.sbin/bthcid/client.c
305
struct timespec timeout = { 0, 0 };
usr.sbin/bthcid/client.c
321
struct timespec timeout = { 0, 0 };
usr.sbin/bthcid/client.c
82
struct timespec timeout = { 0, 0 };
usr.sbin/bthcid/hci.c
91
struct timespec timeout = { 0, 0 };
usr.sbin/daemon/daemon.c
433
struct timespec ts = { secs, nsecs };
usr.sbin/dconschat/dconschat.c
121
struct timespec to;
usr.sbin/dconschat/dconschat.c
122
struct timespec zero;
usr.sbin/dntpd/convert.c
105
tv_to_ts(struct timeval *tv, struct timespec *ts)
usr.sbin/dntpd/convert.c
112
ts_to_tv(struct timespec *ts, struct timeval *tv)
usr.sbin/dntpd/defs.h
93
void tv_to_ts(struct timeval *tv, struct timespec *ts);
usr.sbin/dntpd/defs.h
94
void ts_to_tv(struct timespec *ts, struct timeval *tv);
usr.sbin/dntpd/system.c
90
struct timespec ts;
usr.sbin/lpr/common_source/common.c
396
lpd_gettime(struct timespec *tsp, char *strp, size_t strsize)
usr.sbin/lpr/common_source/common.c
398
struct timespec local_ts;
usr.sbin/lpr/common_source/common.c
410
memset(tsp, 0, sizeof(struct timespec));
usr.sbin/lpr/common_source/common.c
413
memset(tsp, 0, sizeof(struct timespec));
usr.sbin/lpr/common_source/lp.h
285
void lpd_gettime(struct timespec *_tsp, char *_strp, size_t _strsize);
usr.sbin/lpr/common_source/lp.h
93
struct timespec tr_start, tr_done;
usr.sbin/makefs/hammer2/hammer2.h
1512
void hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts);
usr.sbin/makefs/hammer2/hammer2.h
1513
uint64_t hammer2_timespec_to_time(const struct timespec *ts);
usr.sbin/makefs/hammer2/hammer2_subr.c
140
hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts)
usr.sbin/makefs/hammer2/hammer2_subr.c
147
hammer2_timespec_to_time(const struct timespec *ts)
usr.sbin/makefs/hammer2/hammer2_subr.c
339
struct timespec *ts;
usr.sbin/makefs/makefs.c
85
struct timespec start_time;
usr.sbin/makefs/makefs.h
194
extern struct timespec start_time;
usr.sbin/makefs/msdos/msdosfs_vnops.c
113
unix2fattime(const struct timespec *tsp, uint16_t *ddp, uint16_t *dtp)
usr.sbin/makefs/msdos/msdosfs_vnops.c
94
static void unix2fattime(const struct timespec *tsp, uint16_t *ddp,
usr.sbin/mtree/mtree.h
46
struct timespec st_mtimespec; /* last modification time */
usr.sbin/ndp/ndp.c
152
static void ts_print(const struct timespec *);
usr.sbin/ndp/ndp.c
1538
ts_print(const struct timespec *sp)
usr.sbin/ndp/ndp.c
416
struct timespec sp;
usr.sbin/ndp/ndp.c
582
struct timespec sp;
usr.sbin/nscd/nscd.c
159
struct timespec timeout;
usr.sbin/nscd/nscd.c
205
memset(&timeout, 0, sizeof(struct timespec));
usr.sbin/nscd/nscd.c
228
struct timespec timeout;
usr.sbin/nscd/nscd.c
260
memset(&timeout, 0, sizeof(struct timespec));
usr.sbin/nscd/nscd.c
278
struct timespec kevent_timeout;
usr.sbin/nscd/nscd.c
288
memset(&kevent_timeout, 0, sizeof(struct timespec));
usr.sbin/nscd/nscd.c
481
struct timespec timeout;
usr.sbin/nscd/nscd.c
487
memset(&timeout, 0, sizeof(struct timespec));
usr.sbin/nscd/nscd.c
508
sizeof(struct timespec));
usr.sbin/nscd/nscd.c
565
struct timespec res;
usr.sbin/nscd/nscd.c
566
memset(&res, 0, sizeof(struct timespec));
usr.sbin/nscd/nscdcli.c
60
struct timespec timeout;
usr.sbin/nscd/nscdcli.c
95
struct timespec timeout;
usr.sbin/powerd/powerd.c
176
static struct timespec BatLifePrevT;
usr.sbin/powerd/powerd.c
178
static struct timespec BatShutdownStartT;
usr.sbin/powerd/powerd.c
704
struct timespec s, e;
usr.sbin/powerd/powerd.c
781
struct timespec cur, ts;
usr.sbin/rarpd/rarpd.c
668
struct timespec sp;
usr.sbin/rtadvctl/rtadvctl.c
419
struct timespec now, ts0, ts;
usr.sbin/rtadvctl/rtadvctl.c
749
struct timespec now;
usr.sbin/rtadvctl/rtadvctl.c
802
struct timespec *rest;
usr.sbin/rtadvd/config.c
1167
struct timespec timo;
usr.sbin/rtadvd/config.c
1417
struct timespec now;
usr.sbin/rtadvd/config.c
564
struct timespec now;
usr.sbin/rtadvd/config.c
585
struct timespec now;
usr.sbin/rtadvd/rrenum.c
219
struct timespec now;
usr.sbin/rtadvd/rtadvd.c
1003
struct timespec interval, now, min_delay, tm_tmp, *rest;
usr.sbin/rtadvd/rtadvd.c
1236
struct timespec now;
usr.sbin/rtadvd/rtadvd.c
181
struct timespec *timeout;
usr.sbin/rtadvd/rtadvd.c
1860
ra_timer_update(void *arg, struct timespec *tm)
usr.sbin/rtadvd/rtadvd.h
273
struct timespec ifi_ra_lastsent;
usr.sbin/rtadvd/rtadvd.h
289
void ra_timer_update(void *, struct timespec *);
usr.sbin/rtadvd/timer.c
107
void (*update)(void *, struct timespec *),
usr.sbin/rtadvd/timer.c
154
struct timespec *
usr.sbin/rtadvd/timer.c
157
static struct timespec returnval;
usr.sbin/rtadvd/timer.c
158
struct timespec now;
usr.sbin/rtadvd/timer.c
186
rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *rat)
usr.sbin/rtadvd/timer.c
188
struct timespec now;
usr.sbin/rtadvd/timer.c
55
static struct timespec tm_limit;
usr.sbin/rtadvd/timer.c
56
static struct timespec tm_max;
usr.sbin/rtadvd/timer.h
38
struct timespec rat_tm;
usr.sbin/rtadvd/timer.h
41
void (*rat_update)(void *, struct timespec *);
usr.sbin/rtadvd/timer.h
48
void (*)(void *, struct timespec *), void *, void *);
usr.sbin/rtadvd/timer.h
49
void rtadvd_set_timer(struct timespec *,
usr.sbin/rtadvd/timer.h
52
struct timespec *rtadvd_check_timer(void);
usr.sbin/rtadvd/timer_subr.c
43
struct timespec *
usr.sbin/rtadvd/timer_subr.c
46
static struct timespec returnval, now;
usr.sbin/rtadvd/timer_subr.h
58
struct timespec *rtadvd_timer_rest(struct rtadvd_timer *);
usr.sbin/rwhod/rwhod.c
516
struct timespec uts;