Searched refs:KERN_OSRELEASE (Results 1 – 19 of 19) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/sysctl/ |
D | sysctl04.c | 38 {{CTL_KERN, KERN_OSRELEASE}, 2, (void *) -1, &length, EFAULT},
|
D | sysctl01.c | 34 {"KERN_OSRELEASE", {CTL_KERN, KERN_OSRELEASE}, buf.release},
|
/third_party/node/deps/uv/src/unix/ |
D | process.c | 411 int which[] = {CTL_KERN, KERN_OSRELEASE}; in uv__spawn_init_can_use_setsid()
|
/third_party/libuv/src/unix/ |
D | process.c | 411 int which[] = {CTL_KERN, KERN_OSRELEASE}; in uv__spawn_init_can_use_setsid()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 372 KERN_OSRELEASE
|
D | netbsd.txt | 535 KERN_OSRELEASE
|
D | dragonfly.txt | 529 KERN_OSRELEASE
|
D | freebsd.txt | 605 KERN_OSRELEASE
|
D | apple.txt | 735 KERN_OSRELEASE
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-posix.cc | 1127 int ctl_name[] = { CTL_KERN , KERN_OSRELEASE }; in InitializeTlsBaseOffset()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 942 pub const KERN_OSRELEASE: ::c_int = 2; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1366 pub const KERN_OSRELEASE: ::c_int = 2; constant
|
/third_party/curl/lib/vtls/ |
D | sectransp.c | 939 mib[1] = KERN_OSRELEASE; in GetDarwinVersionNumber()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 2034 pub const KERN_OSRELEASE: ::c_int = 2; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 2248 pub const KERN_OSRELEASE: ::c_int = 2; constant
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.cc | 104 int ctl_name[] = {CTL_KERN, KERN_OSRELEASE}; in OSHasAVXSupport()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 2119 pub const KERN_OSRELEASE: ::c_int = 2; constant
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.cc | 57 int ctl_name[] = {CTL_KERN, KERN_OSRELEASE}; in OSHasAVXSupport()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 4095 pub const KERN_OSRELEASE: ::c_int = 2; constant
|