Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/char/
Dtubttysiz.c83 int screenl; in tty3270_size() local
224 screenl = geom_rows * geom_cols + 100; in tty3270_size()
225 screen = (char (*)[])kmalloc(screenl, GFP_KERNEL); in tty3270_size()
227 printk("ttyscreen size %d unavailable\n", screenl); in tty3270_size()
235 tubp->ttyscreenl = screenl; in tty3270_size()