Home
last modified time | relevance | path

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

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