Searched defs:EMEDIUMTYPE (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 136 #define EMEDIUMTYPE 124 /* 介质类型错误 Wrong medium type */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 258 EMEDIUMTYPE = 124, enumerator |