Searched refs:KERN_OSREV (Results 1 – 12 of 12) sorted by relevance
/external/ltp/testcases/kernel/syscalls/sysctl/ |
D | sysctl04.c | 36 {{CTL_KERN, KERN_OSREV}, 0, osname, &length, ENOTDIR}, 37 {{CTL_KERN, KERN_OSREV}, CTL_MAXNAME + 1, osname, &length, ENOTDIR},
|
/external/strace/xlat/ |
D | sysctl_kern.in | 4 KERN_OSREV
|
D | sysctl_kern.h | 19 XLAT(KERN_OSREV),
|
/external/llvm-project/lldb/source/Host/openbsd/ |
D | HostInfoOpenBSD.cpp | 33 int mib[2] = {CTL_KERN, KERN_OSREV}; in GetOSBuildString()
|
/external/llvm-project/lldb/source/Host/freebsd/ |
D | HostInfoFreeBSD.cpp | 34 int mib[2] = {CTL_KERN, KERN_OSREV}; in GetOSBuildString()
|
/external/llvm-project/lldb/source/Host/netbsd/ |
D | HostInfoNetBSD.cpp | 46 int mib[2] = {CTL_KERN, KERN_OSREV}; in GetOSBuildString()
|
/external/kernel-headers/original/uapi/linux/ |
D | sysctl.h | 87 KERN_OSREV=3, /* int: system revision */ enumerator
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 485 pub const KERN_OSREV: ::c_int = 3; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1191 pub const KERN_OSREV: ::c_int = 3; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 545 pub const KERN_OSREV: ::c_int = 3; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1551 pub const KERN_OSREV: ::c_int = 3; constant
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2851 pub const KERN_OSREV: ::c_int = 3; constant
|