Searched defs:EPERM (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 12 #define EPERM 1 /* 操作不被允许 Operation not permitted. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 12 EPERM = 1, enumerator |