Searched refs:screenl (Results 1 – 1 of 1) sorted by relevance
83 int screenl; in tty3270_size() local224 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()