Searched refs:CLOCK_BOOTTIME (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/tools/build/cross-build/include/linux/sys/ |
| HD | time.h | 42 #define CLOCK_UPTIME CLOCK_BOOTTIME
|
| /freebsd-13-stable/sys/sys/ |
| HD | _clock_id.h | 92 #define CLOCK_BOOTTIME CLOCK_UPTIME macro
|
| /freebsd-13-stable/contrib/wpa/src/utils/ |
| HD | os_unix.c | 79 #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/ |
| HD | rand_unix.c | 859 # ifdef CLOCK_BOOTTIME in get_timer_bits() 860 # define CLOCK_TYPE CLOCK_BOOTTIME in get_timer_bits()
|
| /freebsd-13-stable/contrib/wpa/src/drivers/ |
| HD | 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-13-stable/tests/sys/kqueue/libkqueue/ |
| HD | timer.c | 372 if (clock_gettime(CLOCK_BOOTTIME, &btp) != 0) in test_abstime_preboot()
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | 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-13-stable/sys/contrib/dev/iwlwifi/mvm/ |
| HD | debugfs-vif.c | 459 iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2, &curr_os, NULL); in iwl_dbgfs_os_device_timediff_read()
|
| HD | utils.c | 1165 if (clock_type == CLOCK_BOOTTIME && boottime) in iwl_mvm_get_sync_time()
|
| HD | ftm-initiator.c | 998 iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2, in iwl_mvm_ftm_get_host_time()
|