Searched refs:ENOPKG (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 76 #define ENOPKG 65 /* 未安装软件包 Package not installed */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 138 ENOPKG = 65, enumerator |