Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Derror.rs105 pub fn from_errno(errno: crate::ffi::c_int) -> Error { in from_errno() method
381 Err(Error::from_errno(err)) in to_result()
H A Ddevres.rs126 return Err(Error::from_errno(ret)); in new()
H A Dfirmware.rs70 return Err(Error::from_errno(ret)); in request_internal()
/linux-6.15/rust/kernel/fs/
H A Dfile.rs400 return Err(Error::from_errno(fd)); in get_unused_fd_flags()
/linux-6.15/rust/kernel/net/
H A Dphy.rs200 Err(Error::from_errno(ret)) in read_paged()