ioctl 985 lib/tty/key.c if (ioctl (0, TIOCLINUX, &modifiers) < 0) ioctl 328 lib/tty/tty-ncurses.c ioctl (fileno (stdout), TIOCGWINSZ, &winsz); ioctl 332 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 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 283 src/subshell/common.c ioctl (subshell_pty_slave, TIOCSCTTY, 0); ioctl 1020 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ptem") == 0) ioctl 1021 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ptem") == -1) ioctl 1029 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ldterm") == 0) ioctl 1030 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ldterm") == -1) ioctl 1038 src/subshell/common.c if (ioctl (pty_slave, I_FIND, "ttcompat") == 0) ioctl 1039 src/subshell/common.c if (ioctl (pty_slave, I_PUSH, "ttcompat") == -1)