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

  /external/dropbear/
sshpty.c 25 /* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */
141 if (ioctl(*ttyfd, I_PUSH, "ptem") < 0) {
143 "ioctl I_PUSH ptem: %.100s", strerror(errno));
145 if (ioctl(*ttyfd, I_PUSH, "ldterm") < 0) {
147 "ioctl I_PUSH ldterm: %.100s", strerror(errno));
150 if (ioctl(*ttyfd, I_PUSH, "ttcompat") < 0) {
152 "ioctl I_PUSH ttcompat: %.100s", strerror(errno));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 33 #define I_PUSH (__SID | 2) /* Push STREAMS module onto top of the current
  /external/qemu/slirp/
misc.c 188 ioctl(slave, I_PUSH, "ptem") < 0 ||
189 ioctl(slave, I_PUSH, "ldterm") < 0 ||
190 ioctl(slave, I_PUSH, "ttcompat") < 0) {
  /external/qemu/slirp-android/
misc.c 168 ioctl(slave, I_PUSH, "ptem") < 0 ||
169 ioctl(slave, I_PUSH, "ldterm") < 0 ||
170 ioctl(slave, I_PUSH, "ttcompat") < 0) {
  /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...]
  /external/libpcap/
pcap-snit.c 317 if (ioctl(fd, I_PUSH, "nbuf") < 0) {
pcap-dlpi.c 857 if (ioctl(p->fd, I_PUSH, "bufmod") != 0) {
858 snprintf(ebuf, PCAP_ERRBUF_SIZE, "I_PUSH bufmod: %s",
    [all...]
  /external/qemu/
net-android.c     [all...]
net.c 1217 if(ioctl(if_fd, I_PUSH, "ip") < 0){
1236 if (ioctl (if_fd, I_PUSH, "arp") < 0)
1242 if (ioctl (ip_fd, I_PUSH, "arp") < 0)
    [all...]
qemu-char.c 881 if (ioctl(sfd, I_PUSH, "ptem") == -1 ||
    [all...]
  /external/strace/
stream.c 1113 case I_PUSH:

Completed in 242 milliseconds