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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c2087 struct winsize tmp_ws; local
2088 if (copy_from_user(&tmp_ws, arg, sizeof(*arg)))
2092 return tty->ops->resize(tty, &tmp_ws);
2094 return tty_do_resize(tty, &tmp_ws);

Completed in 41 milliseconds