Searched defs:EISNAM (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 132 #define EISNAM 120 /* 是命名类型文件 Is a named type file */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 250 EISNAM = 120, enumerator |