Home
last modified time | relevance | path

Searched refs:I_PUSH (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/
Dpty.py69 from fcntl import ioctl, I_PUSH
73 ioctl(result, I_PUSH, "ptem")
74 ioctl(result, I_PUSH, "ldterm")
/external/python/cpython2/Lib/
Dpty.py80 from fcntl import ioctl, I_PUSH
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
/external/ppp/pppd/
Dsys-solaris.c648 if (ioctl(ifd, I_PUSH, IP_MOD_NAME) < 0) { in sys_init()
674 if (ioctl(i6fd, I_PUSH, IP_MOD_NAME) < 0) { in sys_init()
943 if (ioctl(fd, I_PUSH, AHDLC_MOD_NAME) < 0) {
958 if (ioctl(fd, I_PUSH, COMP_MOD_NAME) < 0)
1002 if (ioctl(fd, I_PUSH, tty_modules[i]) < 0)
2776 if (ioctl(sfd, I_PUSH, "ptem") < 0)
/external/libpcap/
Ddlpisubs.c299 if (ioctl(p->fd, I_PUSH, "bufmod") != 0) { in pcap_conf_bufmod()
Dpcap-snit.c334 if (ioctl(fd, I_PUSH, "nbuf") < 0) { in pcap_activate_snit()
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py293 I_PUSH = (STR|02) variable
/external/python/cpython2/Modules/
Dfcntlmodule.c570 INS(I_PUSH); in all_ins()
Dposixmodule.c3971 ioctl(slave_fd, I_PUSH, "ptem"); /* push ptem */ in posix_openpty()
3972 ioctl(slave_fd, I_PUSH, "ldterm"); /* push ldterm */ in posix_openpty()
3974 ioctl(slave_fd, I_PUSH, "ttcompat"); /* push ttcompat */ in posix_openpty()
/external/python/cpython3/Modules/
Dfcntlmodule.c579 if (PyModule_AddIntMacro(m, I_PUSH)) return -1; in all_ins()
Dposixmodule.c5846 ioctl(slave_fd, I_PUSH, "ptem"); /* push ptem */ in os_openpty_impl()
5847 ioctl(slave_fd, I_PUSH, "ldterm"); /* push ldterm */ in os_openpty_impl()
5849 ioctl(slave_fd, I_PUSH, "ttcompat"); /* push ttcompat */ in os_openpty_impl()
/external/valgrind/memcheck/tests/solaris/
Dscalar_ioctl.c200 SY(SYS_ioctl, x0 - 1, x0 + I_PUSH, x0 + 1); FAIL; in sys_ioctl_I_PUSH()
Dscalar_ioctl.stderr.exp340 54: SYS_ioctl (I_PUSH) 3s 1m
351 Syscall param ioctl(I_PUSH) points to unaddressable byte(s)
/external/valgrind/include/vki/
Dvki-solaris.h1237 #define VKI_I_PUSH I_PUSH