Searched refs:ENOTTY (Results 1 – 11 of 11) sorted by relevance
28 #define ENOTTY 25 /* Not a typewriter */ macro
309 #ifdef ENOTTY in des_read_pw()310 if (errno == ENOTTY) in des_read_pw()
13 when redirection is used. So I now catch that as well as ENOTTY.
499 #ifdef ENOTTY in open_console()500 if (errno == ENOTTY) in open_console()
74 else if (errno == ENOTTY) in online_resize_fs()
1202 if (errno != EIO && errno != ENOTTY) in tty_send_config()1222 if (ioctl(ppp_fd, PPPIOCSXASYNCMAP, accm) < 0 && errno != ENOTTY) { in tty_set_xaccm()1246 if (errno != EIO && errno != ENOTTY) in tty_recv_config()1254 if (errno != EIO && errno != ENOTTY) in tty_recv_config()1306 if (errno == ENOTTY) in set_filters()
1198 if (errno != ENOTTY)
1246 #ifdef ENOTTY in g_strerror()1247 case ENOTTY: return "inappropriate device for ioctl"; in g_strerror()
365 #ifdef ENOTTY in __xmlIOErr()366 else if (errno == ENOTTY) code = XML_IO_ENOTTY; in __xmlIOErr()
112 return -ENOTTY; in monitor_read_password()2971 return -ENOTTY; in monitor_suspend()
1817 case ENOTTY: