Home
last modified time | relevance | path

Searched defs:E2BIG (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h18 #define E2BIG 7 /* 参数列表过长,或者在输出buffer中缺少空间 或者参数比系统内建的最大值要大 Argument list too long. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs24 E2BIG = 7, enumerator