ioctl 985 lib/tty/key.c if (ioctl (0, TIOCLINUX, &modifiers) < 0) ioctl 324 lib/tty/tty-ncurses.c ioctl (fileno (stdout), TIOCGWINSZ, &winsz); ioctl 345 lib/tty/tty.c return ioctl (fd, TIOCSWINSZ, &tty_size); ioctl 753 lib/vfs/vfs.c return ioctl (*(int *) dest_fd, FICLONE, *(int *) src_fd); ioctl 291 src/cons.handler.c if (ioctl (FD_OUT, CONS_GETINFO, &screen_info) == -1) ioctl 373 src/cons.handler.c if (ioctl (FD_OUT, CONS_GETINFO, &screen_info) == -1) ioctl 386 src/cons.handler.c if (ioctl (FD_OUT, CONS_SCRSHOT, &screen_shot) == -1) ioctl 392 src/cons.handler.c if (ioctl (FD_OUT, GIO_SCRNMAP, &map) == -1) ioctl 239 src/consaver/cons.saver.c if (ioctl (console_fd, TIOCGWINSZ, &winsz) < 0 || winsz.ws_col <= 0 || winsz.ws_row <= 0 ioctl 278 src/subshell/common.c ioctl (subshell_pty_slave, TIOCSCTTY, 0); ioctl 1058 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ptem") == 0) ioctl 1059 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ptem") == -1) ioctl 1067 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ldterm") == 0) ioctl 1068 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ldterm") == -1) ioctl 1076 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ttcompat") == 0) ioctl 1077 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ttcompat") == -1)