Searched refs:KERN_OSREV (Results 1 - 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/sysctl/ |
H A D | sysctl04.c | 36 {{CTL_KERN, KERN_OSREV}, 0, osname, &length, ENOTDIR}, 37 {{CTL_KERN, KERN_OSREV}, CTL_MAXNAME + 1, osname, &length, ENOTDIR},
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1367 pub const KERN_OSREV: ::c_int = 3; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 943 pub const KERN_OSREV: ::c_int = 3; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2035 pub const KERN_OSREV: ::c_int = 3; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2249 pub const KERN_OSREV: ::c_int = 3; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2120 pub const KERN_OSREV: ::c_int = 3; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4096 pub const KERN_OSREV: ::c_int = 3; consts
|
Completed in 44 milliseconds