tmp_ws 2273 drivers/tty/tty_io.c struct winsize tmp_ws; tmp_ws 2274 drivers/tty/tty_io.c if (copy_from_user(&tmp_ws, arg, sizeof(*arg))) tmp_ws 2278 drivers/tty/tty_io.c return tty->ops->resize(tty, &tmp_ws); tmp_ws 2280 drivers/tty/tty_io.c return tty_do_resize(tty, &tmp_ws);