Searched refs:EUSERS (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 98 #define EUSERS 87 /* 用户太多 Too many users */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 182 EUSERS = 87, enumerator |