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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 35 #define I_POP (__SID | 3) /* Remove STREAMS module from just below the
  /external/ppp/pppd/
sys-solaris.c 935 || ioctl(fd, I_POP, 0) < 0)
999 while (tty_npushed > 0 && ioctl(fd, I_POP, 0) >= 0)
    [all...]
  /external/strace/
stream.c 1120 case I_POP:
  /external/qemu/
net-android.c     [all...]
net.c 1240 if (ioctl (ip_fd, I_POP, NULL) < 0)
1241 syslog (LOG_ERR, "I_POP failed\n");
    [all...]

Completed in 528 milliseconds