Home
last modified time | relevance | path

Searched refs:clock_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp226 CompilerType &clock_type = uint_type; in GetSiginfoType() local
295 {"_utime", clock_type}, in GetSiginfoType()
296 {"_stime", clock_type}, in GetSiginfoType()
/freebsd/contrib/ntp/include/
H A Dntp_unixtime.h20 int getclock (int clock_type, struct timespec *tp);
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c1236 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type,
1252 if (clock_type == CLOCK_BOOTTIME && boottime)
1254 else if (clock_type == CLOCK_REALTIME && realtime)
1149 iwl_mvm_get_sync_time(struct iwl_mvm * mvm,int clock_type,u32 * gp2,u64 * boottime,ktime_t * realtime) iwl_mvm_get_sync_time() argument
H A Dmvm.h1811 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2,
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6604 using clock_type = Clock; typedef