Home
last modified time | relevance | path

Searched refs:os_major (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp630 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in GetThreadInfo()
632 (os_major == 21 || os_major == 22) && in GetThreadInfo()
519 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); isLoadBiasIncorrect() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp642 u16 os_major = kernel_major - offset; in ApproximateOSVersionViaKernelVersion() local
646 if (os_major >= 16) { // macOS 11+ in ApproximateOSVersionViaKernelVersion()
647 os_major -= 5; in ApproximateOSVersionViaKernelVersion()
652 return internal_snprintf(vers, sizeof(VersStr), format, os_major); in ApproximateOSVersionViaKernelVersion()
/freebsd/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c110 static const char *os_major = ""; variable
1281 strlcpy(key_value, os_major, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in kvp_op_enumerate()