HomeSort by relevance Sort by last modified time
    Searched refs:I_PUSH (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pty.py 80 from fcntl import ioctl, I_PUSH
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
  /external/python/cpython2/Lib/
pty.py 80 from fcntl import ioctl, I_PUSH
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
  /external/python/cpython3/Lib/
pty.py 69 from fcntl import ioctl, I_PUSH
73 ioctl(result, I_PUSH, "ptem")
74 ioctl(result, I_PUSH, "ldterm")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pty.py 80 from fcntl import ioctl, I_PUSH
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
  /prebuilts/gdb/linux-x86/lib/python2.7/
pty.py 80 from fcntl import ioctl, I_PUSH
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 80 from fcntl import ioctl, I_PUSH
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 80 from fcntl import ioctl, I_PUSH
84 ioctl(result, I_PUSH, "ptem")
85 ioctl(result, I_PUSH, "ldterm")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stropts.h 33 #define I_PUSH (__SID | 2) /* Push STREAMS module onto top of the current
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stropts.h 33 #define I_PUSH (__SID | 2) /* Push STREAMS module onto top of the current
  /external/libpcap/
dlpisubs.c 299 if (ioctl(p->fd, I_PUSH, "bufmod") != 0) {
300 pcap_stream_err("I_PUSH bufmod", errno, p->errbuf);
pcap-snit.c 334 if (ioctl(fd, I_PUSH, "nbuf") < 0) {
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 293 I_PUSH = (STR|02)
  /external/ppp/pppd/
sys-solaris.c 648 if (ioctl(ifd, I_PUSH, IP_MOD_NAME) < 0) {
674 if (ioctl(i6fd, I_PUSH, IP_MOD_NAME) < 0) {
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)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
fcntlmodule.c 568 INS(I_PUSH);
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
fcntlmodule.c 570 INS(I_PUSH);
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
fcntlmodule.c 579 if (PyModule_AddIntMacro(m, I_PUSH)) return -1;
posixmodule.c     [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar_ioctl.c 199 GO(SYS_ioctl, "(I_PUSH) 3s 1m");
200 SY(SYS_ioctl, x0 - 1, x0 + I_PUSH, x0 + 1); FAIL;
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/
vki-solaris.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]

Completed in 830 milliseconds