Searched refs:CLOCK_BOOTTIME (Results 1 – 9 of 9) sorted by relevance
| /src/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()
|
| /src/tools/build/cross-build/include/linux/sys/ |
| H A D | time.h | 42 #define CLOCK_UPTIME CLOCK_BOOTTIME
|
| /src/sys/sys/ |
| H A D | _clock_id.h | 85 #define CLOCK_BOOTTIME CLOCK_MONOTONIC macro
|
| /src/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()
|
| /src/tests/sys/kqueue/libkqueue/ |
| H A D | timer.c | 372 if (clock_gettime(CLOCK_BOOTTIME, &btp) != 0) in test_abstime_preboot()
|
| /src/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()
|
| /src/sys/contrib/dev/iwlwifi/mvm/ |
| 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 | utils.c | 1206 if (clock_type == CLOCK_BOOTTIME && boottime) in iwl_mvm_get_sync_time()
|
| H A D | ftm-initiator.c | 1049 iwl_mvm_get_sync_time(mvm, CLOCK_BOOTTIME, &curr_gp2, in iwl_mvm_ftm_get_host_time()
|