Searched refs:ENOTTY (Results 1 – 3 of 3) sorted by relevance
78 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()
37 #define ENOTTY 25 /* 不正确的I/O控制操作 Inappropriate I/O control operation. */ macro
62 ENOTTY = 25, enumerator