Searched defs:ENOCSI (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 61 #define ENOCSI 50 /* 没有可用的CSI结构 No CSI structure available */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 110 ENOCSI = 50, enumerator |