Home
last modified time | relevance | path

Searched defs:EPERM (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h12 #define EPERM 1 /* 操作不被允许 Operation not permitted. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs12 EPERM = 1, enumerator