Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/libs/
Dsemaphore.rs30 return Err(SystemError::EOVERFLOW); in new()
Dvec_cursor.rs151 return Err(SystemError::EOVERFLOW); in seek()
Drwlock.rs112 return Err(SystemError::EOVERFLOW); in current_reader()
/DragonOS-0.1.9/kernel/src/common/
Derrno.h86 #define EOVERFLOW 75 /* 数值过大,产生溢出 Value too large to be stored in data type. */ macro
/DragonOS-0.1.9/kernel/crates/system_error/src/
Dlib.rs158 EOVERFLOW = 75, enumerator
/DragonOS-0.1.9/kernel/src/driver/base/platform/
Dplatform_device.rs96 let id = PLATFORM_DEVID_IDA.alloc().ok_or(SystemError::EOVERFLOW)?; in device_add()
/DragonOS-0.1.9/kernel/src/mm/
Dmod.rs742 return Err(SystemError::EOVERFLOW); in verify_area()
/DragonOS-0.1.9/kernel/src/filesystem/vfs/
Dfile.rs311 return Err(SystemError::EOVERFLOW); in lseek()