ioctl 987 lib/tty/key.c if (ioctl (0, TIOCLINUX, &modifiers) < 0) ioctl 329 lib/tty/tty-ncurses.c ioctl (fileno (stdout), TIOCGWINSZ, &winsz); ioctl 334 lib/tty/tty.c return ioctl (fd, TIOCSWINSZ, &tty_size); ioctl 763 lib/vfs/vfs.c return ioctl (*(int *) dest_fd, FICLONE, *(int *) src_fd); ioctl 290 src/cons.handler.c if (ioctl (FD_OUT, CONS_GETINFO, &screen_info) == -1) ioctl 372 src/cons.handler.c if (ioctl (FD_OUT, CONS_GETINFO, &screen_info) == -1) ioctl 385 src/cons.handler.c if (ioctl (FD_OUT, CONS_SCRSHOT, &screen_shot) == -1) ioctl 391 src/cons.handler.c if (ioctl (FD_OUT, GIO_SCRNMAP, &map) == -1) ioctl 238 src/consaver/cons.saver.c if (ioctl (console_fd, TIOCGWINSZ, &winsz) < 0 ioctl 285 src/subshell/common.c ioctl (subshell_pty_slave, TIOCSCTTY, 0); ioctl 979 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ptem") == 0) ioctl 980 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ptem") == -1) ioctl 988 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ldterm") == 0) ioctl 989 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ldterm") == -1) ioctl 998 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ttcompat") == 0) ioctl 999 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ttcompat") == -1)