ioctl 985 lib/tty/key.c if (ioctl (0, TIOCLINUX, &modifiers) < 0) ioctl 327 lib/tty/tty-ncurses.c ioctl (fileno (stdout), TIOCGWINSZ, &winsz); ioctl 328 lib/tty/tty.c return ioctl (fd, TIOCSWINSZ, &tty_size); ioctl 771 lib/vfs/vfs.c return ioctl (*(int *) dest_fd, FICLONE, *(int *) src_fd); ioctl 287 src/cons.handler.c if (ioctl (FD_OUT, CONS_GETINFO, &screen_info) == -1) ioctl 369 src/cons.handler.c if (ioctl (FD_OUT, CONS_GETINFO, &screen_info) == -1) ioctl 382 src/cons.handler.c if (ioctl (FD_OUT, CONS_SCRSHOT, &screen_shot) == -1) ioctl 388 src/cons.handler.c if (ioctl (FD_OUT, GIO_SCRNMAP, &map) == -1) ioctl 235 src/consaver/cons.saver.c if (ioctl (console_fd, TIOCGWINSZ, &winsz) < 0 ioctl 280 src/subshell/common.c ioctl (subshell_pty_slave, TIOCSCTTY, 0); ioctl 966 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ptem") == 0) ioctl 967 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ptem") == -1) ioctl 975 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ldterm") == 0) ioctl 976 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ldterm") == -1) ioctl 985 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ttcompat") == 0) ioctl 986 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ttcompat") == -1)