Home
last modified time | relevance | path

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

/DragonOS/docs/kernel/core_api/
H A Dcasting.md23 pub fn from_posix_errno(errno: i32) -> Option<SystemError> {
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs296 pub fn from_posix_errno(errno: i32) -> Option<SystemError> { in from_posix_errno() method