Home
last modified time | relevance | path

Searched refs:CLOCK_BOOTTIME (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/utils/
Dos_unix.c79 #if defined(CLOCK_BOOTTIME) in os_get_reltime()
80 static clockid_t clock_id = CLOCK_BOOTTIME; in os_get_reltime()
100 #ifdef CLOCK_BOOTTIME in os_get_reltime()
101 case CLOCK_BOOTTIME: in os_get_reltime()
/freebsd-12-stable/tests/sys/kqueue/libkqueue/
Dtimer.c29 #ifndef CLOCK_BOOTTIME
30 #define CLOCK_BOOTTIME CLOCK_UPTIME macro
300 if (clock_gettime(CLOCK_BOOTTIME, &btp) != 0) in test_abstime_preboot()
/freebsd-12-stable/crypto/openssl/crypto/rand/
Drand_unix.c859 # ifdef CLOCK_BOOTTIME in get_timer_bits()
860 # define CLOCK_TYPE CLOCK_BOOTTIME in get_timer_bits()
/freebsd-12-stable/contrib/wpa/src/drivers/
Ddriver_nl80211_scan.c786 #ifndef CLOCK_BOOTTIME in nl80211_parse_bss_info()
787 #define CLOCK_BOOTTIME 7 in nl80211_parse_bss_info() macro
789 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0) { in nl80211_parse_bss_info()
/freebsd-12-stable/crypto/openssh/
Dmisc.c1662 #if defined(HAVE_CLOCK_GETTIME) && (defined(CLOCK_BOOTTIME) || \ in monotime_ts()
1667 # ifdef CLOCK_BOOTTIME in monotime_ts()
1668 if (clock_gettime(CLOCK_BOOTTIME, ts) == 0) in monotime_ts()