Searched defs:ENOBUFS (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 117 #define ENOBUFS 105 /* 缓冲区空间不足 No buffer space available. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 220 ENOBUFS = 105, enumerator |