Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/
A Dtty_io.c2365 struct winsize tmp_ws; in tiocswinsz() local
2367 if (copy_from_user(&tmp_ws, arg, sizeof(*arg))) in tiocswinsz()
2371 return tty->ops->resize(tty, &tmp_ws); in tiocswinsz()
2373 return tty_do_resize(tty, &tmp_ws); in tiocswinsz()

Completed in 9 milliseconds