Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c2356 struct winsize tmp_ws; in tiocswinsz() local
2357 if (copy_from_user(&tmp_ws, arg, sizeof(*arg))) in tiocswinsz()
2361 return tty->ops->resize(tty, &tmp_ws); in tiocswinsz()
2363 return tty_do_resize(tty, &tmp_ws); in tiocswinsz()
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_io.c2364 struct winsize tmp_ws; in tiocswinsz() local
2366 if (copy_from_user(&tmp_ws, arg, sizeof(*arg))) in tiocswinsz()
2370 return tty->ops->resize(tty, &tmp_ws); in tiocswinsz()
2372 return tty_do_resize(tty, &tmp_ws); in tiocswinsz()

Completed in 9 milliseconds