tag | line | file | source code |
rows | 129 | drivers/char/console.c | static void con_setsize(unsigned long rows, unsigned long cols); |
rows | 130 | drivers/char/console.c | static void vc_init(unsigned int console, unsigned long rows, |
rows | 1915 | drivers/char/console.c | static void vc_init(unsigned int currcons, unsigned long rows, unsigned long cols, int do_clear) |
rows | 1921 | drivers/char/console.c | video_num_lines = rows; |
rows | 1941 | drivers/char/console.c | static void con_setsize(unsigned long rows, unsigned long cols) |
rows | 1943 | drivers/char/console.c | video_num_lines = rows; |
rows | 464 | drivers/char/vga.c | int rows, maxscan; |
rows | 476 | drivers/char/vga.c | rows = video_scan_lines/fontheight; /* Number of video rows we end up with */ |
rows | 477 | drivers/char/vga.c | maxscan = rows*fontheight - 1; /* Scan lines to actually display-1 */ |
rows | 521 | drivers/char/vga.c | if ( rows == video_num_lines ) { |
rows | 527 | drivers/char/vga.c | vc_resize(rows, 0); /* Adjust console size */ |
rows | 529 | drivers/char/vga.c | return rows; |
rows | 153 | init/main.c | int rows, cols; |