Home
last modified time | relevance | path

Searched refs:KERN_OSRELEASE (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dsysctl_kern.h7 #if defined(KERN_OSRELEASE) || (defined(HAVE_DECL_KERN_OSRELEASE) && HAVE_DECL_KERN_OSRELEASE)
8 XLAT(KERN_OSRELEASE),
Dsysctl_kern.in2 KERN_OSRELEASE
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc284 int mib[2] = { CTL_KERN, KERN_OSRELEASE }; in GetMacosVersionInternal()
/external/kernel-headers/original/uapi/linux/
Dsysctl.h87 KERN_OSRELEASE=2, /* string: system release */ enumerator
/external/strace/
Dsystem.c553 && (name[1] == KERN_OSRELEASE in sys_sysctl()
Dconfigure.ac330 KERN_OSRELEASE,
/external/chromium_org/v8/src/base/platform/
Dplatform-posix.cc590 int ctl_name[] = { CTL_KERN , KERN_OSRELEASE }; in InitializeTlsBaseOffset()