Home
last modified time | relevance | path

Searched refs:EPROGUNAVAIL (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/nix/src/
H A Derrno.rs965 EPROGUNAVAIL => "RPC prog. not avail",
1488 EPROGUNAVAIL = libc::EPROGUNAVAIL,
1606 libc::EPROGUNAVAIL => EPROGUNAVAIL,
1724 EPROGUNAVAIL = libc::EPROGUNAVAIL,
1833 libc::EPROGUNAVAIL => EPROGUNAVAIL,
1941 EPROGUNAVAIL
[all...]
/third_party/python/Modules/
H A Derrnomodule.c915 #ifdef EPROGUNAVAIL in errno_exec()
916 add_errcode("EPROGUNAVAIL", EPROGUNAVAIL, "RPC prog. not avail"); in errno_exec()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs331 pub const EPROGUNAVAIL: ::c_int = 74; consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs859 /// `EPROGUNAVAIL`
868 pub const PROGUNAVAIL: Self = Self(c::EPROGUNAVAIL);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs725 pub const EPROGUNAVAIL: ::c_int = 74; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1605 pub const EPROGUNAVAIL: ::c_int = 274; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3039 pub const EPROGUNAVAIL: ::c_int = 74; consts

Completed in 32 milliseconds