Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/rup/
H A Drup.c99 struct tm host_time; in rstat_reply() local
125 host_time = *tmp_time; in rstat_reply()
152 (host_time.tm_hour % 12) ? host_time.tm_hour % 12 : 12, in rstat_reply()
153 host_time.tm_min, in rstat_reply()
154 (host_time.tm_hour >= 12) ? 'p' : 'a', in rstat_reply()
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c25 u64 host_time; member
138 .host_time = ktime_get_boottime_ns(), in iwl_mvm_ftm_restart()
1054 if (res->host_time - resp->host_time > in iwl_mvm_ftm_rtt_smoothing()
1096 resp->host_time = res->host_time; in iwl_mvm_ftm_rtt_smoothing()
1107 IWL_DEBUG_INFO(mvm, "\thost time: %llu\n", res->host_time); in iwl_mvm_debug_range_resp()
1277 result.host_time = iwl_mvm_ftm_get_host_time(mvm, in iwl_mvm_ftm_range_resp()
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h340 int ap_tsf, ap_tsf_valid, final, host_time, status, type; member