tag | line | file | source code |
ws | 194 | kernel/chr_drv/tty_ioctl.c | static int set_window_size(struct tty_struct * tty, struct winsize * ws) |
ws | 199 | kernel/chr_drv/tty_ioctl.c | if (!ws) |
ws | 203 | kernel/chr_drv/tty_ioctl.c | for (i = 0; i < sizeof (*ws) ; i++,tmp++) { |
ws | 204 | kernel/chr_drv/tty_ioctl.c | c = get_fs_byte(i + (char *) ws); |
ws | 215 | kernel/chr_drv/tty_ioctl.c | static int get_window_size(struct tty_struct * tty, struct winsize * ws) |
ws | 220 | kernel/chr_drv/tty_ioctl.c | if (!ws) |
ws | 222 | kernel/chr_drv/tty_ioctl.c | verify_area(ws, sizeof (*ws)); |
ws | 223 | kernel/chr_drv/tty_ioctl.c | tmp = (char *) ws; |