tag | line | file | source code |
rows | 127 | drivers/char/console.c | static void con_setsize(unsigned long rows, unsigned long cols); |
rows | 128 | drivers/char/console.c | static void vc_init(unsigned int console, unsigned long rows, |
rows | 1918 | drivers/char/console.c | static void vc_init(unsigned int currcons, unsigned long rows, unsigned long cols, int do_clear) |
rows | 1924 | drivers/char/console.c | video_num_lines = rows; |
rows | 1944 | drivers/char/console.c | static void con_setsize(unsigned long rows, unsigned long cols) |
rows | 1946 | drivers/char/console.c | video_num_lines = rows; |
rows | 461 | drivers/char/vga.c | int rows, maxscan; |
rows | 473 | drivers/char/vga.c | rows = video_scan_lines/fontheight; /* Number of video rows we end up with */ |
rows | 474 | drivers/char/vga.c | maxscan = rows*fontheight - 1; /* Scan lines to actually display-1 */ |
rows | 518 | drivers/char/vga.c | if ( rows == video_num_lines ) { |
rows | 524 | drivers/char/vga.c | vc_resize(rows, 0); /* Adjust console size */ |
rows | 526 | drivers/char/vga.c | return rows; |
rows | 141 | init/main.c | int rows, cols; |