tag | line | file | source code |
---|---|---|---|
vc_resize | 1052 | drivers/char/console.c | (void) vc_resize(video_num_lines, deccolm ? 132 : 80); |
vc_resize | 524 | drivers/char/vga.c | vc_resize(rows, 0); /* Adjust console size */ |
vc_resize | 873 | drivers/char/vt.c | i = vc_resize(ll, cc); |
vc_resize | 922 | drivers/char/vt.c | i = vc_resize(ll, cc); |
vc_resize | 36 | drivers/char/vt_kern.h | int vc_resize(unsigned long lines, unsigned long cols); |