Home
last modified time | relevance | path

Searched refs:sys_time (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dptp.c87 iwl_mvm_get_crosstimestamp_fw(struct iwl_mvm *mvm, u32 *gp2, u64 *sys_time) in iwl_mvm_get_crosstimestamp_fw() argument
121 *sys_time = (u64)le32_to_cpu(resp->platform_timestamp_hi) << 32 | in iwl_mvm_get_crosstimestamp_fw()
128 ktime_t *sys_time, u32 *gp2) in iwl_mvm_phc_get_crosstimestamp_loop() argument
140 *sys_time = tmp_sys_time; in iwl_mvm_phc_get_crosstimestamp_loop()
144 *gp2, *sys_time); in iwl_mvm_phc_get_crosstimestamp_loop()
161 ktime_t sys_time; in iwl_mvm_phc_get_crosstimestamp() local
172 ret = iwl_mvm_get_crosstimestamp_fw(mvm, &gp2, &sys_time); in iwl_mvm_phc_get_crosstimestamp()
177 iwl_mvm_phc_get_crosstimestamp_loop(mvm, &sys_time, &gp2); in iwl_mvm_phc_get_crosstimestamp()
183 gp2, mvm->ptp_data.last_gp2, gp2_ns, (s64)sys_time); in iwl_mvm_phc_get_crosstimestamp()
187 xtstamp->sys_realtime = sys_time; in iwl_mvm_phc_get_crosstimestamp()
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dsystem_clock.h42 using sys_time = time_point<system_clock, _Duration>; variable
43 using sys_seconds = sys_time<seconds>;
44 using sys_days = sys_time<days>;
H A Dfile_clock.h68 …_LIBCPP_HIDE_FROM_ABI static chrono::sys_time<_Duration> to_sys(const chrono::file_time<_Duration>… in to_sys()
69 return chrono::sys_time<_Duration>(__t.time_since_epoch()); in to_sys()
73 …_LIBCPP_HIDE_FROM_ABI static chrono::file_time<_Duration> from_sys(const chrono::sys_time<_Duratio… in from_sys()
H A Dconvert_to_tm.h80 _LIBCPP_HIDE_FROM_ABI _Tm __convert_to_tm(const chrono::sys_time<_Duration> __tp) { in __convert_to_tm()
112 …return std::__convert_to_tm<_Tm>(chrono::sys_time<typename _ChronoT::duration>{__value.time_since_… in __convert_to_tm()
H A Dostream.h47 operator<<(basic_ostream<_CharT, _Traits>& __os, const sys_time<_Duration>& __tp) {
66 return __os << sys_time<_Duration>{__tp.time_since_epoch()};
H A Dformatter.h587 struct _LIBCPP_TEMPLATE_VIS formatter<chrono::sys_time<_Duration>, _CharT> : public __formatter_chr…
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h87 std::chrono::nanoseconds &sys_time);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono291 using sys_time = time_point<system_clock, Duration>; // C++20
292 using sys_seconds = sys_time<seconds>; // C++20
293 using sys_days = sys_time<days>; // C++20
297 operator<<(basic_ostream<charT, traits>& os, const sys_time<Duration>& tp);
315 static sys_time<see-below> to_sys(const file_time<Duration>&);
318 static file_time<see-below> from_sys(const sys_time<Duration>&);
732 struct formatter<chrono::sys_time<Duration>, charT>; // C++20
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc131 std::chrono::nanoseconds &sys_time) {
133 std::tie(user_time, sys_time) = getRUsageTimes();
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc85 std::chrono::nanoseconds &sys_time) {
95 sys_time = toDuration(KernelTime);
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.inc86 using std::chrono::sys_time;
/freebsd/contrib/tzcode/
H A Dprivate.h598 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
H A Dlocaltime.c2661 time_t r = sys_time(0); in time()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3391 SYMBOL(sys_time, std::chrono::, <chrono>)
/freebsd/contrib/ntp/
H A DCommitLog164257 eliminate global sys_time which was referenced only by timer(),