Searched refs:EUNATCH (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 60 #define EUNATCH 49 /* 未连接协议驱动程序 Protocol driver not attached */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 108 EUNATCH = 49, enumerator |