Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs441 pub const NOTSUP: Self = Self::from_errno(errno::EOPNOTSUPP); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs786 pub const NOTSUP: Self = Self(c::ENOTSUP); constant