Searched refs:EBADSLT (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 68 #define EBADSLT 57 /* 无效插槽 Invalid slot */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 124 EBADSLT = 57, enumerator |