Home
last modified time | relevance | path

Searched refs:E2BIG (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/src/libs/
H A Dvec_cursor.rs48 return Err(SystemError::E2BIG); in read_u8()
57 return Err(SystemError::E2BIG); in read_u16()
71 return Err(SystemError::E2BIG); in read_u32()
85 return Err(SystemError::E2BIG); in read_u64()
104 return Err(SystemError::E2BIG); in read_exact()
116 return Err(SystemError::E2BIG); in read_u16_into()
153 return Err(SystemError::E2BIG); in write_u8()
165 return Err(SystemError::E2BIG); in write_u16()
179 return Err(SystemError::E2BIG); in write_u32()
193 return Err(SystemError::E2BIG); in write_u64()
[all …]
/DragonOS/kernel/src/common/
H A Derrno.h18 #define E2BIG 7 /* 参数列表过长,或者在输出buffer中缺少空间 或者参数比系统内建的最大值要大 Argument list too long. */ macro
/DragonOS/kernel/src/driver/base/block/
H A Dblock_device.rs418 return Err(SystemError::E2BIG); in write_at_bytes()
435 return Err(SystemError::E2BIG); in write_at_bytes()
456 return Err(SystemError::E2BIG); in read_at_bytes()
477 return Err(SystemError::E2BIG); in read_at_bytes()
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs24 E2BIG = 7, enumerator
/DragonOS/kernel/src/driver/disk/ahci/
H A Dahcidisk.rs82 return Err(SystemError::E2BIG); in read_at()
237 return Err(SystemError::E2BIG); in write_at()
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs294 return Err(SystemError::E2BIG); in fb_set_color_register()