Lines Matching defs:illumos
1657 // https://illumos.org/man/3c/clock_gettime
1658 // https://github.com/illumos/illumos-gate/
1663 // https://github.com/illumos/illumos-gate/
1787 // These TCP socket options are common between illumos and Solaris, while higher
2810 #[cfg_attr(target_os = "illumos", link_name = "_glob_ext")]
2818 #[cfg_attr(target_os = "illumos", link_name = "_globfree_ext")]
2862 #[cfg_attr(target_os = "illumos", link_name = "__xnet_bind")]
2868 #[cfg_attr(target_os = "illumos", link_name = "__xnet_sendmsg")]
2870 #[cfg_attr(target_os = "illumos", link_name = "__xnet_recvmsg")]
2936 any(target_os = "solaris", target_os = "illumos"),
2950 // The epoll functions are actually only present on illumos. However,
2951 // there are things using epoll on illumos (built using the
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"),
3259 if #[cfg(target_os = "illumos")] {
3260 mod illumos;
3261 pub use self::illumos::*;