Lines Matching defs:solaris
2936 any(target_os = "solaris", target_os = "illumos"),
2952 // x86_64-pc-solaris target) which would break until the illumos target is
2974 any(target_os = "solaris", target_os = "illumos"),
3002 any(target_os = "solaris", target_os = "illumos"),
3013 any(target_os = "solaris", target_os = "illumos"),
3024 any(target_os = "solaris", target_os = "illumos"),
3029 any(target_os = "solaris", target_os = "illumos"),
3034 any(target_os = "solaris", target_os = "illumos"),
3262 } else if #[cfg(target_os = "solaris")] {
3263 mod solaris;
3264 pub use self::solaris::*;