Home
last modified time | relevance | path

Searched refs:EBADFD (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h88 #define EBADFD 77 /* 处于不良状态的文件描述符 File descriptor in bad state */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs162 EBADFD = 77, enumerator
/DragonOS/kernel/src/ipc/
H A Dpipe.rs72 return Err(SystemError::EBADFD); in poll()