Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/driver/tty/
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-0.1.9/kernel/src/common/
Derrno.h37 #define ENOTTY 25 /* 不正确的I/O控制操作 Inappropriate I/O control operation. */ macro
/DragonOS-0.1.9/kernel/crates/system_error/src/
Dlib.rs62 ENOTTY = 25, enumerator