Home
last modified time | relevance | path

Searched refs:clock_type (Results 1 – 6 of 6) 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.c1186 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, in iwl_mvm_get_sync_time() argument
1202 if (clock_type == CLOCK_BOOTTIME && boottime) in iwl_mvm_get_sync_time()
1204 else if (clock_type == CLOCK_REALTIME && realtime) in iwl_mvm_get_sync_time()
H A Dmvm.h1672 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2,
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.c788 psnip_clock_get_precision(enum PsnipClockType clock_type) { in psnip_clock_get_precision() argument
789 switch (clock_type) { in psnip_clock_get_precision()
804 PSNIP_CLOCK__FUNCTION int psnip_clock_get_time(enum PsnipClockType clock_type, in psnip_clock_get_time() argument
808 switch (clock_type) { in psnip_clock_get_time()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6604 using clock_type = Clock; typedef