Home
last modified time | relevance | path

Searched refs:tmp_ws (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/
Dtty_io.c2372 struct winsize tmp_ws; in tiocswinsz() local
2373 if (copy_from_user(&tmp_ws, arg, sizeof(*arg))) in tiocswinsz()
2377 return tty->ops->resize(tty, &tmp_ws); in tiocswinsz()
2379 return tty_do_resize(tty, &tmp_ws); in tiocswinsz()