Home
last modified time | relevance | path

Searched defs:NOSYS (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs424 pub const NOSYS: Self = Self::from_errno(errno::ENOSYS); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs744 pub const NOSYS: Self = Self(c::ENOSYS); constant