Searched defs:EFBIG (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 39 #define EFBIG 27 /* 文件太大 File too large. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 66 EFBIG = 27, enumerator |