Searched refs:ENOTTY (Results 1 – 3 of 3) sorted by relevance
79 return Err(SystemError::ENOTTY); in job_ctrl_ioctl()102 return Err(SystemError::ENOTTY); in job_ctrl_ioctl()115 return Err(SystemError::ENOTTY); in job_ctrl_ioctl()
37 #define ENOTTY 25 /* 不正确的I/O控制操作 Inappropriate I/O control operation. */ macro
62 ENOTTY = 25, enumerator