Searched refs:ENOTTY (Results 1 – 14 of 14) sorted by relevance
28 #define ENOTTY 25 /* Not a typewriter */ macro
315 # ifndef ENOTTY316 # define ENOTTY 25 macro520 inappropriate_io_control_operation = ENOTTY,
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.
505 #ifdef ENOTTY in open_console()506 if (errno == ENOTTY) in open_console()
83 errno = ENOTTY; in readpassphrase()
76 else if (errno == ENOTTY) in online_resize_fs()
1202 Action<int(void)> a = SetErrnoAndReturn(ENOTTY, -5); in TEST_F()1204 EXPECT_EQ(ENOTTY, errno); in TEST_F()1209 Action<int*(void)> a = SetErrnoAndReturn(ENOTTY, &x); in TEST_F()1211 EXPECT_EQ(ENOTTY, errno); in TEST_F()
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)
546 #define VKI_ENOTTY ENOTTY
368 #ifdef ENOTTY in __xmlIOErr()369 else if (errno == ENOTTY) code = XML_IO_ENOTTY; in __xmlIOErr()
168 return -ENOTTY; in monitor_read_password()3018 return -ENOTTY; in monitor_suspend()
2192 case ENOTTY: in trace()