Symbol: CLOCK_MONOTONIC_FAST
lib/libc/resolv/res_init.c
292
if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) == 0) {
lib/libc/resolv/res_state.c
82
if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) != 0 ||
lib/libsys/__vdso_gettimeofday.c
182
case CLOCK_MONOTONIC_FAST:
libexec/talkd/table.c
116
clock_gettime(CLOCK_MONOTONIC_FAST, &ts);
libexec/talkd/table.c
154
clock_gettime(CLOCK_MONOTONIC_FAST, &ts);
libexec/talkd/table.c
82
clock_gettime(CLOCK_MONOTONIC_FAST, &ts);
sbin/ifconfig/af_inet6.c
148
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
sbin/ifconfig/af_inet6.c
349
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
sbin/ifconfig/af_inet6.c
377
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
share/examples/libifconfig/status.c
160
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
sys/dev/watchdog/watchdog.c
188
CLOCK_MONOTONIC_FAST, &ts);
sys/dev/watchdog/watchdog.c
235
error = kern_clock_gettime(td, CLOCK_MONOTONIC_FAST, &ts);
sys/kern/kern_time.c
367
case CLOCK_MONOTONIC_FAST:
sys/kern/kern_time.c
467
case CLOCK_MONOTONIC_FAST:
sys/kern/kern_time.c
554
case CLOCK_MONOTONIC_FAST:
sys/kern/kern_umtx.c
739
case CLOCK_MONOTONIC_FAST:
sys/kern/kern_umtx.c
771
case CLOCK_MONOTONIC_FAST:
sys/kern/subr_stats.c
380
clock_gettime(CLOCK_MONOTONIC_FAST, &tp);
sys/sys/_clock_id.h
87
#define CLOCK_MONOTONIC_COARSE CLOCK_MONOTONIC_FAST
tests/sys/kern/unix_seqpacket_test.c
1333
(void)clock_nanosleep(CLOCK_MONOTONIC_FAST, 0, &ts, NULL);
usr.sbin/bluetooth/bthidd/btuinput.c
438
if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) == -1)
usr.sbin/inetd/inetd.c
682
(void)clock_gettime(CLOCK_MONOTONIC_FAST, &sep->se_time);
usr.sbin/inetd/inetd.c
686
(void)clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/moused/moused/moused.c
1572
clock_gettime(CLOCK_MONOTONIC_FAST, &ts);
usr.sbin/moused/moused/moused.c
2519
clock_gettime(CLOCK_MONOTONIC_FAST,
usr.sbin/moused/moused/moused.c
2710
clock_gettime(CLOCK_MONOTONIC_FAST, &ts1);
usr.sbin/moused/moused/moused.c
2764
clock_gettime(CLOCK_MONOTONIC_FAST, &ts1);
usr.sbin/moused/msconvd/msconvd.c
2438
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtadvctl/rtadvctl.c
471
clock_gettime(CLOCK_MONOTONIC_FAST, &ts);
usr.sbin/rtadvctl/rtadvctl.c
768
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtadvd/config.c
1540
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtadvd/config.c
579
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtadvd/config.c
600
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtadvd/rrenum.c
231
clock_gettime(CLOCK_MONOTONIC_FAST,
usr.sbin/rtadvd/rrenum.c
239
clock_gettime(CLOCK_MONOTONIC_FAST,
usr.sbin/rtadvd/rtadvd.c
1030
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtadvd/rtadvd.c
1275
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtadvd/rtadvd.c
1308
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtadvd/rtadvd.c
1781
clock_gettime(CLOCK_MONOTONIC_FAST, &ifi->ifi_ra_lastsent);
usr.sbin/rtadvd/timer.c
160
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtadvd/timer.c
190
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtadvd/timer_subr.c
49
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtsold/dump.c
167
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtsold/dump.c
71
(void)clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtsold/rtsol.c
340
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtsold/rtsol.c
563
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtsold/rtsold.c
559
clock_gettime(CLOCK_MONOTONIC_FAST, &now);
usr.sbin/rtsold/rtsold.c
764
clock_gettime(CLOCK_MONOTONIC_FAST, &now);