Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c25 u64 host_time; member
162 .host_time = ktime_get_boottime_ns(), in iwl_mvm_ftm_restart()
1094 if (res->host_time - resp->host_time > in iwl_mvm_ftm_rtt_smoothing()
1136 resp->host_time = res->host_time; in iwl_mvm_ftm_rtt_smoothing()
1147 IWL_DEBUG_INFO(mvm, "\thost time: %llu\n", res->host_time); in iwl_mvm_debug_range_resp()
1317 result.host_time = iwl_mvm_ftm_get_host_time(mvm, in iwl_mvm_ftm_range_resp()
/freebsd-14.2/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h346 int ap_tsf, ap_tsf_valid, final, host_time, status, type; member