Searched defs:ENOTUNIQ (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 87 #define ENOTUNIQ 76 /* 名称在网络上不是唯一的 Name not unique on network */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 160 ENOTUNIQ = 76, enumerator |