Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsysctl_kern.in3 KERN_OSRELEASE
Dsysctl_kern.h18 XLAT(KERN_OSRELEASE),
/external/ltp/testcases/kernel/syscalls/sysctl/
Dsysctl04.c38 {{CTL_KERN, KERN_OSRELEASE}, 2, (void *) -1, &length, EFAULT},
Dsysctl01.c34 {"KERN_OSRELEASE", {CTL_KERN, KERN_OSRELEASE}, buf.release},
/external/strace/
Dsysctl.c174 && (name[1] == KERN_OSRELEASE in SYS_FUNC()
/external/kernel-headers/original/uapi/linux/
Dsysctl.h86 KERN_OSRELEASE=2, /* string: system release */ enumerator
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc396 int mib[2] = { CTL_KERN, KERN_OSRELEASE }; in GetMacosVersionInternal()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs484 pub const KERN_OSRELEASE: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1190 pub const KERN_OSRELEASE: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs544 pub const KERN_OSRELEASE: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1550 pub const KERN_OSRELEASE: ::c_int = 2; constant
/external/curl/lib/vtls/
Dsectransp.c892 mib[1] = KERN_OSRELEASE; in GetDarwinVersionNumber()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2850 pub const KERN_OSRELEASE: ::c_int = 2; constant