Home
last modified time | relevance | path

Searched defs:sys_time (Results 1 – 3 of 3) 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()
128 ktime_t *sys_time, u32 *gp2) in iwl_mvm_phc_get_crosstimestamp_loop()
161 ktime_t sys_time; in iwl_mvm_phc_get_crosstimestamp() local
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dsystem_clock.h44 using sys_days = sys_time<days>; variable
/freebsd/contrib/tzcode/
H A Dprivate.h598 static time_t sys_time(time_t *x) { return time(x); } sys_time() function