Searched refs:CLOCK_BOOTTIME (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/wpa/src/utils/ |
H A D | os_unix.c | 78 #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 D | time.h | 42 #define CLOCK_UPTIME CLOCK_BOOTTIME
|
/freebsd/sys/sys/ |
H A D | _clock_id.h | 81 #define CLOCK_BOOTTIME CLOCK_MONOTONIC macro
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_scan.c | 819 #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 D | timer.c | 372 if (clock_gettime(CLOCK_BOOTTIME, &btp) != 0) in test_abstime_preboot()
|
/freebsd/crypto/openssh/ |
H A D | misc.c | 1726 #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 D | utils.c | 1252 if (clock_type == CLOCK_BOOTTIME && boottime)
|
H A D | debugfs-vif.c | 459 iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2, &curr_os, NULL); in iwl_dbgfs_os_device_timediff_read()
|
H A D | ftm-initiator.c | 1143 iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2, in iwl_mvm_debug_range_resp()
|