Home
last modified time | relevance | path

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

/freebsd-13-stable/tools/build/cross-build/include/linux/sys/
HDtime.h42 #define CLOCK_UPTIME CLOCK_BOOTTIME
/freebsd-13-stable/sys/sys/
HD_clock_id.h92 #define CLOCK_BOOTTIME CLOCK_UPTIME macro
/freebsd-13-stable/contrib/wpa/src/utils/
HDos_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-13-stable/crypto/openssl/crypto/rand/
HDrand_unix.c859 # ifdef CLOCK_BOOTTIME in get_timer_bits()
860 # define CLOCK_TYPE CLOCK_BOOTTIME in get_timer_bits()
/freebsd-13-stable/contrib/wpa/src/drivers/
HDdriver_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-13-stable/tests/sys/kqueue/libkqueue/
HDtimer.c372 if (clock_gettime(CLOCK_BOOTTIME, &btp) != 0) in test_abstime_preboot()
/freebsd-13-stable/crypto/openssh/
HDmisc.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-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDdebugfs-vif.c459 iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2, &curr_os, NULL); in iwl_dbgfs_os_device_timediff_read()
HDutils.c1165 if (clock_type == CLOCK_BOOTTIME && boottime) in iwl_mvm_get_sync_time()
HDftm-initiator.c998 iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2, in iwl_mvm_ftm_get_host_time()