Searched defs:EMFILE (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 36 #define EMFILE 24 /* 文件描述符的值过大 File descriptor value too large. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 60 EMFILE = 24, enumerator |