Searched refs:EADV (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 79 #define EADV 68 /* 外设错误 Advertise error. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 144 EADV = 68, enumerator |