Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Derrno.h37 #define ENOTTY 25 /* 不正确的I/O控制操作 Inappropriate I/O control operation. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs62 ENOTTY = 25, enumerator