Home
last modified time | relevance | path

Searched refs:try_from_errno (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Derror.rs26 match super::Error::try_from_errno(-(crate::bindings::$err as i32)) {
107 if let Some(error) = Self::try_from_errno(errno) { in from_errno()
122 const fn try_from_errno(errno: crate::ffi::c_int) -> Option<Error> { in try_from_errno() method