Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dtty_job_control.rs78 return Err(SystemError::ENOTTY); in job_ctrl_ioctl()
101 return Err(SystemError::ENOTTY); in job_ctrl_ioctl()
114 return Err(SystemError::ENOTTY); in job_ctrl_ioctl()
/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