ioctl 596 src/dps8/dps8_socket_dev.c rc = ioctl (socket_fd, FIONBIO, (char *) & on); ioctl 247 src/dps8/fnpuv.c if ((err = ioctl (fd, TUNSETIFF, (void *) & ifr)) < 0) ioctl 348 src/simh/linehistory.c if (ioctl(1, TIOCGWINSZ, &ws) == -1 || ws.ws_col == 0) ioctl 2098 src/simh/sim_console.c if (ioctl (0, TIOCGETP, &cmdtty) < 0) ioctl 2100 src/simh/sim_console.c if (ioctl (0, TIOCGETC, &cmdtchars) < 0) ioctl 2102 src/simh/sim_console.c if (ioctl (0, TIOCGLTC, &cmdltchars) < 0) ioctl 2125 src/simh/sim_console.c if (ioctl (0, TIOCSETP, &runtty) < 0) ioctl 2127 src/simh/sim_console.c if (ioctl (0, TIOCSETC, &runtchars) < 0) ioctl 2129 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &runltchars) < 0) ioctl 2139 src/simh/sim_console.c if (ioctl (0, TIOCSETP, &cmdtty) < 0) ioctl 2141 src/simh/sim_console.c if (ioctl (0, TIOCSETC, &cmdtchars) < 0) ioctl 2143 src/simh/sim_console.c if (ioctl (0, TIOCSLTC, &cmdltchars) < 0)