Searched refs:ENOMSG (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 53 #define ENOMSG 42 /* 没有期待类型的消息 No message of the desired type. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 94 ENOMSG = 42, enumerator |