Searched refs:clock_type (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 226 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 D | ntp_unixtime.h | 20 int getclock (int clock_type, struct timespec *tp);
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | utils.c | 1236 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 D | mvm.h | 1811 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2,
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 6604 using clock_type = Clock; typedef
|