Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/utils/
H A Dos_unix.c78 #if defined(CLOCK_BOOTTIME) in os_get_reltime()
79 static clockid_t clock_id = CLOCK_BOOTTIME; in os_get_reltime()
99 #ifdef CLOCK_BOOTTIME in os_get_reltime()
100 case CLOCK_BOOTTIME: in os_get_reltime()
109 #if !(defined(CLOCK_BOOTTIME) && CLOCK_BOOTTIME == CLOCK_MONOTONIC) in os_get_reltime()
/freebsd/tools/build/cross-build/include/linux/sys/
H A Dtime.h42 #define CLOCK_UPTIME CLOCK_BOOTTIME
/freebsd/sys/sys/
H A D_clock_id.h81 #define CLOCK_BOOTTIME CLOCK_MONOTONIC macro
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_scan.c819 #ifndef CLOCK_BOOTTIME in nl80211_parse_bss_info()
820 #define CLOCK_BOOTTIME 7 in nl80211_parse_bss_info() macro
822 if (clock_gettime(CLOCK_BOOTTIME, &ts) == 0) { in nl80211_parse_bss_info()
/freebsd/tests/sys/kqueue/libkqueue/
H A Dtimer.c372 if (clock_gettime(CLOCK_BOOTTIME, &btp) != 0) in test_abstime_preboot()
/freebsd/crypto/openssh/
H A Dmisc.c1726 #if defined(HAVE_CLOCK_GETTIME) && (defined(CLOCK_BOOTTIME) || \ in monotime_ts()
1731 # ifdef CLOCK_BOOTTIME in monotime_ts()
1732 if (clock_gettime(CLOCK_BOOTTIME, ts) == 0) in monotime_ts()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c1252 if (clock_type == CLOCK_BOOTTIME && boottime)
H A Ddebugfs-vif.c459 iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2, &curr_os, NULL); in iwl_dbgfs_os_device_timediff_read()
H A Dftm-initiator.c1143 iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2, in iwl_mvm_debug_range_resp()