Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-generic/
Derrno-base.h28 #define ENOTTY 25 /* Not a typewriter */ macro
/external/openssl/crypto/des/
Dread_pwd.c309 #ifdef ENOTTY in des_read_pw()
310 if (errno == ENOTTY) in des_read_pw()
DVERSION13 when redirection is used. So I now catch that as well as ENOTTY.
/external/openssl/crypto/ui/
Dui_openssl.c499 #ifdef ENOTTY in open_console()
500 if (errno == ENOTTY) in open_console()
/external/e2fsprogs/resize/
Donline.c74 else if (errno == ENOTTY) in online_resize_fs()
/external/ppp/pppd/
Dsys-linux.c1202 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()
Dsys-solaris.c1198 if (errno != ENOTTY)
/external/bluetooth/glib/glib/
Dgstrfuncs.c1246 #ifdef ENOTTY in g_strerror()
1247 case ENOTTY: return "inappropriate device for ioctl"; in g_strerror()
/external/libxml2/
DxmlIO.c365 #ifdef ENOTTY in __xmlIOErr()
366 else if (errno == ENOTTY) code = XML_IO_ENOTTY; in __xmlIOErr()
/external/qemu/
Dmonitor.c112 return -ENOTTY; in monitor_read_password()
2971 return -ENOTTY; in monitor_suspend()
/external/strace/
Dstrace.c1817 case ENOTTY: