Symbol: CLOCK_MONOTONIC
bin/csh/proc.c
122
(void) clock_gettime(CLOCK_MONOTONIC, &pp->p_etime);
bin/csh/proc.c
513
(void) clock_gettime(CLOCK_MONOTONIC, &pp->p_btime);
bin/csh/time.c
49
(void) clock_gettime(CLOCK_MONOTONIC, &time0);
bin/csh/time.c
68
(void) clock_gettime(CLOCK_MONOTONIC, &timedol);
bin/dd/dd.c
200
clock_gettime(CLOCK_MONOTONIC, &st.start);
bin/dd/misc.c
59
clock_gettime(CLOCK_MONOTONIC, &now);
bin/ksh/c_sh.c
737
clock_gettime(CLOCK_MONOTONIC, &ts0);
bin/ksh/c_sh.c
754
clock_gettime(CLOCK_MONOTONIC, &ts1);
bin/ksh/mail.c
59
clock_gettime(CLOCK_MONOTONIC, &now);
bin/ksh/var.c
1053
clock_gettime(CLOCK_MONOTONIC, &seconds);
bin/ksh/var.c
934
clock_gettime(CLOCK_MONOTONIC, &now);
games/robots/move.c
210
clock_gettime(CLOCK_MONOTONIC, &t);
games/robots/move.c
70
clock_gettime(CLOCK_MONOTONIC, &tn);
games/tetris/input.c
76
clock_gettime(CLOCK_MONOTONIC, &start);
games/tetris/input.c
91
clock_gettime(CLOCK_MONOTONIC, &end);
games/worm/worm.c
160
clock_gettime(CLOCK_MONOTONIC, &tn);
games/worm/worm.c
184
clock_gettime(CLOCK_MONOTONIC, &t);
lib/libagentx/agentx.c
4108
(void) clock_gettime(CLOCK_MONOTONIC,
lib/libagentx/agentx.c
736
(void) clock_gettime(CLOCK_MONOTONIC, &cur);
lib/libc/asr/asr.c
216
if (WRAP(clock_gettime)(CLOCK_MONOTONIC, &pollstart))
lib/libc/asr/asr.c
220
if (WRAP(clock_gettime)(CLOCK_MONOTONIC, &pollend))
lib/libc/asr/asr.c
440
if (WRAP(clock_gettime)(CLOCK_MONOTONIC, &ts) == -1)
lib/libc/gen/times.c
55
if (WRAP(clock_gettime)(CLOCK_MONOTONIC, &ts) == -1)
lib/libc/net/res_random.c
222
WRAP(clock_gettime)(CLOCK_MONOTONIC, &ts);
lib/libc/net/res_random.c
235
WRAP(clock_gettime)(CLOCK_MONOTONIC, &ts);
lib/libc/rpc/clnt_tcp.c
400
WRAP(clock_gettime)(CLOCK_MONOTONIC, &start);
lib/libc/rpc/clnt_tcp.c
405
WRAP(clock_gettime)(CLOCK_MONOTONIC, &after);
lib/libc/rpc/clnt_udp.c
254
WRAP(clock_gettime)(CLOCK_MONOTONIC, &start);
lib/libc/rpc/clnt_udp.c
272
WRAP(clock_gettime)(CLOCK_MONOTONIC, &after);
lib/libc/rpc/svc_tcp.c
345
WRAP(clock_gettime)(CLOCK_MONOTONIC, &start);
lib/libc/rpc/svc_tcp.c
354
WRAP(clock_gettime)(CLOCK_MONOTONIC, &after);
lib/libc/sys/w_clock_gettime.c
38
case CLOCK_MONOTONIC:
lib/libc/thread/rthread_condattr.c
62
if (clock_id != CLOCK_REALTIME && clock_id != CLOCK_MONOTONIC)
lib/libcrypto/arc4random/getentropy_aix.c
174
#ifdef CLOCK_MONOTONIC
lib/libcrypto/arc4random/getentropy_aix.c
175
CLOCK_MONOTONIC,
lib/libcrypto/arc4random/getentropy_hpux.c
178
#ifdef CLOCK_MONOTONIC
lib/libcrypto/arc4random/getentropy_hpux.c
179
CLOCK_MONOTONIC,
lib/libcrypto/arc4random/getentropy_linux.c
286
#ifdef CLOCK_MONOTONIC
lib/libcrypto/arc4random/getentropy_linux.c
287
CLOCK_MONOTONIC,
lib/libcrypto/arc4random/getentropy_solaris.c
205
#ifdef CLOCK_MONOTONIC
lib/libcrypto/arc4random/getentropy_solaris.c
206
CLOCK_MONOTONIC,
lib/libevent/event.c
90
if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
lib/libfido2/src/time.c
34
if (clock_gettime(CLOCK_MONOTONIC, ts_now) != 0) {
lib/libfido2/src/time.c
51
if (clock_gettime(CLOCK_MONOTONIC, &ts_end) != 0) {
lib/libsndio/sio.c
121
clock_gettime(CLOCK_MONOTONIC, &ts);
lib/libsndio/sio.c
412
clock_gettime(CLOCK_MONOTONIC, &ts0);
lib/libsndio/sio.c
424
clock_gettime(CLOCK_MONOTONIC, &ts1);
lib/libsndio/sio.c
468
clock_gettime(CLOCK_MONOTONIC, &ts);
regress/lib/libc/qsort/qsort_test.c
437
clock_gettime(CLOCK_MONOTONIC, &before);
regress/lib/libc/qsort/qsort_test.c
441
clock_gettime(CLOCK_MONOTONIC, &after);
regress/lib/libc/qsort/qsort_test.c
622
clock_gettime(CLOCK_MONOTONIC, &before);
regress/lib/libc/qsort/qsort_test.c
625
clock_gettime(CLOCK_MONOTONIC, &after);
regress/lib/libc/timekeep/test_clock_gettime.c
29
ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &tp));
regress/lib/libc/timekeep/test_time_skew.c
36
ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &tp1));
regress/lib/libc/timekeep/test_time_skew.c
40
ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &tp2));
regress/lib/libcrypto/bn/bn_shift.c
608
clock_gettime(CLOCK_MONOTONIC, &start);
regress/lib/libcrypto/bn/bn_shift.c
615
clock_gettime(CLOCK_MONOTONIC, &end);
regress/lib/libcrypto/ec/ec_arithmetic.c
165
clock_gettime(CLOCK_MONOTONIC, &start);
regress/lib/libcrypto/ec/ec_arithmetic.c
172
clock_gettime(CLOCK_MONOTONIC, &end);
regress/lib/libpthread/pthread_cond_timedwait/pthread_cond_timedwait.c
104
CHECKe(clock_gettime(CLOCK_MONOTONIC, &endtime));
regress/lib/libpthread/pthread_cond_timedwait/pthread_cond_timedwait.c
87
CHECKr(pthread_condattr_setclock(&condattr, CLOCK_MONOTONIC));
regress/lib/libpthread/pthread_cond_timedwait/pthread_cond_timedwait.c
91
CHECKe(clock_gettime(CLOCK_MONOTONIC, &begtime));
regress/lib/libpthread/setsockopt/1/setsockopt1.c
35
CHECKe(clock_gettime(CLOCK_MONOTONIC, &t1));
regress/lib/libpthread/setsockopt/1/setsockopt1.c
37
CHECKe(clock_gettime(CLOCK_MONOTONIC, &t2));
regress/lib/libpthread/setsockopt/1/setsockopt1.c
58
CHECKe(clock_getres(CLOCK_MONOTONIC, &mono_res_times2));
regress/lib/libpthread/setsockopt/2/setsockopt2.c
36
CHECKe(clock_gettime(CLOCK_MONOTONIC, &t1));
regress/lib/libpthread/setsockopt/2/setsockopt2.c
38
CHECKe(clock_gettime(CLOCK_MONOTONIC, &t2));
regress/lib/libpthread/setsockopt/2/setsockopt2.c
63
CHECKe(clock_getres(CLOCK_MONOTONIC, &mono_res));
regress/lib/libpthread/setsockopt/3a/setsockopt3a.c
35
CHECKe(clock_gettime(CLOCK_MONOTONIC, &t1));
regress/lib/libpthread/setsockopt/3a/setsockopt3a.c
37
CHECKe(clock_gettime(CLOCK_MONOTONIC, &t2));
regress/lib/libpthread/setsockopt/3a/setsockopt3a.c
60
CHECKe(clock_getres(CLOCK_MONOTONIC, &mono_res));
regress/sys/kern/clock_gettime/monotonicrelapse.c
93
clock_gettime(CLOCK_MONOTONIC, &before);
regress/sys/kern/clock_gettime/monotonicrelapse.c
96
clock_gettime(CLOCK_MONOTONIC, &after);
regress/sys/kern/kqueue/kqueue-timer.c
105
clock_gettime(CLOCK_MONOTONIC, &start);
regress/sys/kern/kqueue/kqueue-timer.c
140
clock_gettime(CLOCK_MONOTONIC, &end);
regress/sys/kern/kqueue/kqueue-timer.c
148
clock_gettime(CLOCK_MONOTONIC, &start);
regress/sys/kern/kqueue/kqueue-timer.c
180
clock_gettime(CLOCK_MONOTONIC, &end);
regress/sys/kern/kqueue/kqueue-timer.c
267
clock_gettime(CLOCK_MONOTONIC, &start);
regress/sys/kern/kqueue/kqueue-timer.c
303
clock_gettime(CLOCK_MONOTONIC, &end);
regress/sys/kern/nanosleep/nanosleep.c
151
if (clock_gettime(CLOCK_MONOTONIC, &start) < 0) {
regress/sys/kern/nanosleep/nanosleep.c
161
if (clock_gettime(CLOCK_MONOTONIC, &end) < 0) {
regress/sys/kern/nanosleep/nanosleep.c
202
if (clock_gettime(CLOCK_MONOTONIC, &start) < 0) {
regress/sys/kern/nanosleep/nanosleep.c
216
if (clock_gettime(CLOCK_MONOTONIC, &end) < 0) {
regress/sys/kern/pledge/generic/test_stdio.c
31
clock_getres(CLOCK_MONOTONIC, NULL);
regress/sys/kern/pledge/generic/test_stdio.c
32
{ struct timespec tp; clock_gettime(CLOCK_MONOTONIC, &tp); }
regress/usr.sbin/rpki-client/test-http.c
35
if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0)
regress/usr.sbin/snmpd/backend.c
1006
if (clock_gettime(CLOCK_MONOTONIC, &start) == -1)
regress/usr.sbin/snmpd/backend.c
1012
if (clock_gettime(CLOCK_MONOTONIC, &end) == -1)
regress/usr.sbin/snmpd/backend.c
850
if (clock_gettime(CLOCK_MONOTONIC, &start) == -1)
regress/usr.sbin/snmpd/backend.c
856
if (clock_gettime(CLOCK_MONOTONIC, &end) == -1)
regress/usr.sbin/snmpd/backend.c
889
if (clock_gettime(CLOCK_MONOTONIC, &start) == -1)
regress/usr.sbin/snmpd/backend.c
895
if (clock_gettime(CLOCK_MONOTONIC, &end) == -1)
regress/usr.sbin/snmpd/backend.c
928
if (clock_gettime(CLOCK_MONOTONIC, &start) == -1)
regress/usr.sbin/snmpd/backend.c
934
if (clock_gettime(CLOCK_MONOTONIC, &end) == -1)
regress/usr.sbin/snmpd/backend.c
967
if (clock_gettime(CLOCK_MONOTONIC, &start) == -1)
regress/usr.sbin/snmpd/backend.c
973
if (clock_gettime(CLOCK_MONOTONIC, &end) == -1)
sbin/dhcp6leased/engine.c
1102
clock_gettime(CLOCK_MONOTONIC,
sbin/dhcp6leased/engine.c
1125
clock_gettime(CLOCK_MONOTONIC,
sbin/dhcp6leased/engine.c
1215
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/dhcp6leased/engine.c
1225
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/dhcp6leased/engine.c
1247
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/dhcp6leased/engine.c
1266
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/dhcp6leased/engine.c
1457
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/dhcp6leased/engine.c
953
clock_gettime(CLOCK_MONOTONIC, &iface->request_time);
sbin/dhcpleased/engine.c
1317
clock_gettime(CLOCK_MONOTONIC, &iface->request_time);
sbin/dhcpleased/engine.c
1421
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/dhcpleased/engine.c
1560
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/dhcpleased/engine.c
1570
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/ifconfig/brconfig.c
1125
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/iked/ikev2.c
4815
clock_gettime(CLOCK_MONOTONIC, &nsa->sa_starttime);
sbin/iked/ikev2.c
7722
clock_gettime(CLOCK_MONOTONIC, &sa->sa_starttime);
sbin/iked/radius.c
477
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/iked/radius.c
711
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/init/init.c
1043
clock_gettime(CLOCK_MONOTONIC, &current_time);
sbin/init/init.c
1107
clock_gettime(CLOCK_MONOTONIC, &sp->se_started);
sbin/init/init.c
1174
clock_gettime(CLOCK_MONOTONIC, &sp->se_started);
sbin/isakmpd/connection.c
150
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/isakmpd/connection.c
293
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/isakmpd/connection.c
411
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/isakmpd/dpd.c
224
clock_gettime(CLOCK_MONOTONIC, &ts);
sbin/isakmpd/dpd.c
281
clock_gettime(CLOCK_MONOTONIC, &ts);
sbin/isakmpd/exchange.c
626
clock_gettime(CLOCK_MONOTONIC, &expiration);
sbin/isakmpd/nat_traversal.c
401
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/isakmpd/nat_traversal.c
425
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/isakmpd/pf_key_v2.c
300
clock_gettime(CLOCK_MONOTONIC, &ts);
sbin/isakmpd/sa.c
1365
clock_gettime(CLOCK_MONOTONIC, &expiration);
sbin/isakmpd/sa.c
1385
clock_gettime(CLOCK_MONOTONIC, &expiration);
sbin/isakmpd/timer.c
133
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/isakmpd/timer.c
55
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/isakmpd/timer.c
71
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/isakmpd/timer.c
97
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/isakmpd/transport.c
337
clock_gettime(CLOCK_MONOTONIC,
sbin/isakmpd/ui.c
205
clock_gettime(CLOCK_MONOTONIC, &ts);
sbin/isakmpd/util.c
561
if (clock_gettime(CLOCK_MONOTONIC, &now) == -1)
sbin/ping/ping.c
1147
if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
sbin/ping/ping.c
1218
if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
sbin/slaacd/engine.c
1280
clock_gettime(CLOCK_MONOTONIC, &now);
sbin/slaacd/engine.c
1443
if (clock_gettime(CLOCK_MONOTONIC, &radv->uptime))
sbin/slaacd/engine.c
1983
if (clock_gettime(CLOCK_MONOTONIC, &now))
sbin/slaacd/engine.c
2172
if (clock_gettime(CLOCK_MONOTONIC, &addr_proposal->created))
sbin/slaacd/engine.c
2679
if (clock_gettime(CLOCK_MONOTONIC, &now))
sbin/unwind/resolver.c
433
clock_gettime(CLOCK_MONOTONIC, &last_network_change);
sbin/unwind/resolver.c
580
clock_gettime(CLOCK_MONOTONIC, &last_network_change);
sbin/unwind/resolver.c
758
clock_gettime(CLOCK_MONOTONIC, &rq->tp);
sbin/unwind/resolver.c
823
clock_gettime(CLOCK_MONOTONIC, &tp);
sbin/unwind/resolver.c
836
clock_gettime(CLOCK_MONOTONIC, &query_imsg->tp);
sbin/unwind/resolver.c
951
clock_gettime(CLOCK_MONOTONIC, &tp);
sys/dev/pci/drm/i915/gt/uc/intel_huc.c
245
hrtimer_setup(&huc->delayed_load.timer, huc_delayed_load_timer_callback, CLOCK_MONOTONIC,
sys/dev/pci/drm/i915/gvt/display.c
586
hrtimer_setup(&vblank_timer->timer, vblank_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
sys/dev/pci/drm/i915/gvt/sched_policy.c
289
hrtimer_setup(&data->timer, tbs_timer_fn, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
sys/dev/pci/drm/i915/i915_perf.c
3397
hrtimer_setup(&stream->poll_check_timer, oa_poll_check_timer_cb, CLOCK_MONOTONIC,
sys/dev/pci/drm/i915/i915_pmu.c
1158
hrtimer_setup(&pmu->timer, i915_sample, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
sys/dev/pci/drm/i915/i915_request.c
336
hrtimer_setup(&wdg->timer, __rq_watchdog_expired, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
sys/dev/pci/drm/i915/intel_uncore.c
2143
hrtimer_setup(&d->timer, intel_uncore_fw_release_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
sys/kern/kern_time.c
127
case CLOCK_MONOTONIC:
sys/kern/kern_time.c
235
case CLOCK_MONOTONIC:
usr.bin/cdio/mmc.c
504
clock_gettime(CLOCK_MONOTONIC, &ts);
usr.bin/cdio/rip.c
383
clock_gettime(CLOCK_MONOTONIC, &ts);
usr.bin/dig/dighost.c
2646
clock_gettime(CLOCK_MONOTONIC, &query->time_sent);
usr.bin/dig/dighost.c
2862
clock_gettime(CLOCK_MONOTONIC, &query->time_sent);
usr.bin/dig/dighost.c
3232
clock_gettime(CLOCK_MONOTONIC, &query->time_recv);
usr.bin/dig/dighost.c
387
clock_gettime(CLOCK_MONOTONIC, &t);
usr.bin/dig/host.c
154
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/dig/lib/isc/log.c
909
clock_gettime(CLOCK_MONOTONIC, &oldest);
usr.bin/dig/lib/isc/log.c
972
clock_gettime(CLOCK_MONOTONIC,
usr.bin/dig/lib/isc/timer.c
186
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/dig/lib/isc/timer.c
250
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/dig/lib/isc/timer.c
278
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/dig/lib/isc/timer.c
496
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/dig/lib/isc/unix/app.c
163
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/ftp/util.c
1092
clock_gettime(CLOCK_MONOTONIC, &target);
usr.bin/ftp/util.c
1124
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/ftp/util.c
768
clock_gettime(CLOCK_MONOTONIC, &start);
usr.bin/ftp/util.c
772
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/ftp/util.c
932
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/less/linenum.c
208
clock_gettime(CLOCK_MONOTONIC, &timeout);
usr.bin/less/linenum.c
217
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/openssl/apps_posix.c
132
clock_gettime(CLOCK_MONOTONIC, &now);
usr.bin/snmp/snmp.c
296
clock_gettime(CLOCK_MONOTONIC, &start);
usr.bin/snmp/snmpc.c
622
clock_gettime(CLOCK_MONOTONIC, &start);
usr.bin/snmp/snmpc.c
723
clock_gettime(CLOCK_MONOTONIC, &finish);
usr.bin/snmp/usm.c
179
if (clock_gettime(CLOCK_MONOTONIC, &now) == -1) {
usr.bin/snmp/usm.c
400
if (clock_gettime(CLOCK_MONOTONIC, &usm->timecheck) == -1)
usr.bin/snmp/usm.c
404
if (clock_gettime(CLOCK_MONOTONIC, &now) == -1)
usr.bin/snmp/usm.c
612
if (clock_gettime(CLOCK_MONOTONIC, &(usm->timecheck)) == -1)
usr.bin/ssh/misc.c
1739
if (clock_gettime(CLOCK_MONOTONIC, ts) != 0)
usr.bin/tcpbench/tcpbench.c
360
if (clock_gettime_tv(CLOCK_MONOTONIC, &sc->t_start) == -1)
usr.bin/tcpbench/tcpbench.c
385
if (clock_gettime_tv(CLOCK_MONOTONIC, &t_cur) == -1)
usr.bin/tcpbench/tcpbench.c
478
if (clock_gettime_tv(CLOCK_MONOTONIC, &t_cur) == -1)
usr.bin/tcpbench/tcpbench.c
534
if (clock_gettime_tv(CLOCK_MONOTONIC, &t_cur) == -1)
usr.bin/tftp/tftp.c
552
clock_gettime(CLOCK_MONOTONIC, &tstart);
usr.bin/tftp/tftp.c
558
clock_gettime(CLOCK_MONOTONIC, &tstop);
usr.bin/time/time.c
78
clock_gettime(CLOCK_MONOTONIC, &before);
usr.bin/time/time.c
94
clock_gettime(CLOCK_MONOTONIC, &after);
usr.bin/tmux/tmux.c
283
if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0)
usr.bin/ts/ts.c
65
clock = CLOCK_MONOTONIC;
usr.bin/ts/ts.c
69
clock = CLOCK_MONOTONIC;
usr.bin/ts/ts.c
74
clock = CLOCK_MONOTONIC;
usr.bin/vi/vi/vs_msg.c
119
(void)clock_gettime(CLOCK_MONOTONIC, &ts);
usr.bin/vi/vi/vs_msg.c
87
(void)clock_gettime(CLOCK_MONOTONIC, &vip->busy_ts);
usr.bin/watch/watch.c
459
clock_gettime(CLOCK_MONOTONIC, &start);
usr.bin/watch/watch.c
533
clock_gettime(CLOCK_MONOTONIC, &stop);
usr.sbin/apmd/apmd.c
610
clock_gettime(CLOCK_MONOTONIC, &last_resume);
usr.sbin/apmd/apmd.c
627
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/apmd/apmd.c
654
clock_gettime(CLOCK_MONOTONIC, &now_w);
usr.sbin/authpf/authpf.c
831
clock_gettime(CLOCK_MONOTONIC, &Tstart);
usr.sbin/authpf/authpf.c
836
clock_gettime(CLOCK_MONOTONIC, &Tend);
usr.sbin/bgpctl/output_ometric.c
415
clock_gettime(CLOCK_MONOTONIC, &end_time);
usr.sbin/bgpctl/output_ometric.c
67
clock_gettime(CLOCK_MONOTONIC, &start_time);
usr.sbin/bgpd/monotime.c
37
if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0)
usr.sbin/dhcp6leasectl/dhcp6leasectl.c
207
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/dhcpleasectl/dhcpleasectl.c
234
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/dvmrpd/rde_mfc.c
212
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/dvmrpd/rde_mfc.c
314
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/dvmrpd/rde_srt.c
171
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/dvmrpd/rde_srt.c
287
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/httpd/httpd.c
1261
if (clock_gettime(CLOCK_MONOTONIC, &ts))
usr.sbin/npppd/common/time_utils.c
44
if (clock_gettime(CLOCK_MONOTONIC, &ts) < 0)
usr.sbin/npppd/npppd/npppd_ctl.c
273
clock_gettime(CLOCK_MONOTONIC, &curr_time);
usr.sbin/npppd/npppd/radius_req.c
371
if (clock_gettime(CLOCK_MONOTONIC, &curr) != 0) {
usr.sbin/ntpd/ntp_dns.c
244
clock_gettime(CLOCK_MONOTONIC, &start);
usr.sbin/ntpd/ntp_dns.c
246
clock_gettime(CLOCK_MONOTONIC, &probe_start);
usr.sbin/ntpd/ntp_dns.c
248
clock_gettime(CLOCK_MONOTONIC, &probe_end);
usr.sbin/ntpd/util.c
70
if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0)
usr.sbin/ospf6d/lsupdate.c
457
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospf6d/lsupdate.c
597
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospf6d/rde.c
295
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospf6d/rde_lsdb.c
552
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospf6d/rde_lsdb.c
79
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospf6d/rde_lsdb.c
875
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospf6d/rde_lsdb.c
924
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospf6d/rde_spf.c
894
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/ospf6d/rde_spf.c
926
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/ospfd/lsupdate.c
450
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospfd/lsupdate.c
586
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospfd/rde.c
285
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospfd/rde_lsdb.c
466
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospfd/rde_lsdb.c
725
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospfd/rde_lsdb.c
773
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospfd/rde_lsdb.c
78
clock_gettime(CLOCK_MONOTONIC, &tp);
usr.sbin/ospfd/rde_spf.c
775
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/ospfd/rde_spf.c
805
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/rad/engine.c
581
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/rad/engine.c
671
clock_gettime(CLOCK_MONOTONIC, &engine_iface->last_ra);
usr.sbin/radiusd/radiusd_eap2mschap.c
788
if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0)
usr.sbin/relayd/util.c
284
if (clock_gettime(CLOCK_MONOTONIC, &ts))
usr.sbin/rpki-client/main.c
1031
clock_gettime(CLOCK_MONOTONIC, &start_time);
usr.sbin/rpki-client/main.c
117
if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0)
usr.sbin/rpki-client/main.c
1544
clock_gettime(CLOCK_MONOTONIC, &now_time);
usr.sbin/rpki-client/repo.c
344
clock_gettime(CLOCK_MONOTONIC, &flush_time);
usr.sbin/rpki-client/repo.c
659
clock_gettime(CLOCK_MONOTONIC, &rp->start_time);
usr.sbin/sasyncd/timer.c
129
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/sasyncd/timer.c
76
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/sasyncd/timer.c
97
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/slaacctl/slaacctl.c
218
if (clock_gettime(CLOCK_MONOTONIC, &now))
usr.sbin/slaacctl/slaacctl.c
274
if (clock_gettime(CLOCK_MONOTONIC, &now))
usr.sbin/slaacctl/slaacctl.c
317
if (clock_gettime(CLOCK_MONOTONIC, &now))
usr.sbin/slaacctl/slaacctl.c
355
if (clock_gettime(CLOCK_MONOTONIC, &now))
usr.sbin/smtpd/queue_backend.c
75
clock_gettime(CLOCK_MONOTONIC, &profile.t0);
usr.sbin/smtpd/queue_backend.c
85
clock_gettime(CLOCK_MONOTONIC, &t1);
usr.sbin/smtpd/smtpd.c
1849
clock_gettime(CLOCK_MONOTONIC, &t0);
usr.sbin/smtpd/smtpd.c
1855
clock_gettime(CLOCK_MONOTONIC, &t1);
usr.sbin/snmpd/application.c
245
if (clock_gettime(CLOCK_MONOTONIC, &ctx->ac_starttime) == -1)
usr.sbin/snmpd/application.c
357
if (clock_gettime(CLOCK_MONOTONIC, &now) == -1)
usr.sbin/traceroute/worker.c
1020
if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
usr.sbin/unbound/testcode/doqclient.c
1049
#ifdef CLOCK_MONOTONIC
usr.sbin/unbound/testcode/doqclient.c
1050
if(clock_gettime(CLOCK_MONOTONIC, &tp) == -1) {
usr.sbin/unbound/testcode/doqclient.c
1055
#ifdef CLOCK_MONOTONIC
usr.sbin/vmd/i8253.c
135
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/vmd/i8253.c
185
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/vmd/i8253.c
254
clock_gettime(CLOCK_MONOTONIC, &now);
usr.sbin/vmd/i8253.c
298
clock_gettime(CLOCK_MONOTONIC,
usr.sbin/vmd/i8253.c
352
clock_gettime(CLOCK_MONOTONIC, &i8253_channel[chn].ts);
usr.sbin/vmd/i8253.c
82
clock_gettime(CLOCK_MONOTONIC, &i8253_channel[0].ts);
usr.sbin/vmd/vmd.c
1765
if (clock_gettime(CLOCK_MONOTONIC, &ts))