Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Derror.rs102 pub(crate) fn from_errno(errno: core::ffi::c_int) -> Error { in from_errno() method
245 Err(Error::from_errno(err)) in to_result()