Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/common/
Derrno.h46 #define ERANGE 34 /* 结果过大 Result too large. */ macro
/DragonOS-0.1.9/kernel/crates/system_error/src/
Dlib.rs80 ERANGE = 34, enumerator
/DragonOS-0.1.9/kernel/src/driver/acpi/
Dsysfs.rs176 return Err(SystemError::ERANGE); in new()