Home
last modified time | relevance | path

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

/src/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()
/src/contrib/ntp/include/
H A Dntp_unixtime.h20 int getclock (int clock_type, struct timespec *tp);
/src/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c1190 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, in iwl_mvm_get_sync_time() argument
1206 if (clock_type == CLOCK_BOOTTIME && boottime) in iwl_mvm_get_sync_time()
1208 else if (clock_type == CLOCK_REALTIME && realtime) in iwl_mvm_get_sync_time()
H A Dmvm.h1718 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2,
/src/contrib/bsnmp/tests/
H A Dcatch.hpp6604 using clock_type = Clock; typedef