Home
last modified time | relevance | path

Searched refs:host_time (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/rup/
H A Drup.c96 struct tm host_time; in rstat_reply() local
122 host_time = *tmp_time; in rstat_reply()
149 (host_time.tm_hour % 12) ? host_time.tm_hour % 12 : 12, in rstat_reply()
150 host_time.tm_min, in rstat_reply()
151 (host_time.tm_hour >= 12) ? 'p' : 'a', in rstat_reply()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c25 u64 host_time; member
69 .host_time = ktime_get_boottime_ns(), in iwl_mvm_ftm_restart()
1145 if (res->host_time - resp->host_time > in iwl_mvm_ftm_rtt_smoothing()
1187 resp->host_time = res->host_time; in iwl_mvm_ftm_rtt_smoothing()
1198 IWL_DEBUG_INFO(mvm, "\thost time: %llu\n", res->host_time); in iwl_mvm_debug_range_resp()
1368 result.host_time = iwl_mvm_ftm_get_host_time(mvm, in iwl_mvm_ftm_range_resp()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dftm-initiator.c313 IWL_DEBUG_INFO(mld, "\thost time: %llu\n", res->host_time); in iwl_mld_debug_range_resp()
391 result.host_time = ktime_get_boottime_ns(); in iwl_mld_handle_ftm_resp_notif()
432 .host_time = ktime_get_boottime_ns(), in iwl_mld_ftm_restart_cleanup()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h378 int ap_tsf, ap_tsf_valid, final, host_time, status, type; member