Searched refs:I_PUSH (Results 1 – 13 of 13) sorted by relevance
/external/python/cpython3/Lib/ |
D | pty.py | 69 from fcntl import ioctl, I_PUSH 73 ioctl(result, I_PUSH, "ptem") 74 ioctl(result, I_PUSH, "ldterm")
|
/external/python/cpython2/Lib/ |
D | pty.py | 80 from fcntl import ioctl, I_PUSH 84 ioctl(result, I_PUSH, "ptem") 85 ioctl(result, I_PUSH, "ldterm")
|
/external/ppp/pppd/ |
D | sys-solaris.c | 648 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/ |
D | dlpisubs.c | 299 if (ioctl(p->fd, I_PUSH, "bufmod") != 0) { in pcap_conf_bufmod()
|
D | pcap-snit.c | 334 if (ioctl(fd, I_PUSH, "nbuf") < 0) { in pcap_activate_snit()
|
/external/python/cpython2/Lib/plat-unixware7/ |
D | STROPTS.py | 293 I_PUSH = (STR|02) variable
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 570 INS(I_PUSH); in all_ins()
|
D | posixmodule.c | 3971 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/ |
D | fcntlmodule.c | 579 if (PyModule_AddIntMacro(m, I_PUSH)) return -1; in all_ins()
|
D | posixmodule.c | 5846 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/ |
D | scalar_ioctl.c | 200 SY(SYS_ioctl, x0 - 1, x0 + I_PUSH, x0 + 1); FAIL; in sys_ioctl_I_PUSH()
|
D | scalar_ioctl.stderr.exp | 340 54: SYS_ioctl (I_PUSH) 3s 1m 351 Syscall param ioctl(I_PUSH) points to unaddressable byte(s)
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 1237 #define VKI_I_PUSH I_PUSH
|