tag | line | file | source code |
---|---|---|---|
vc_resize | 1139 | drivers/char/console.c | (void) vc_resize(video_num_lines, deccolm ? 132 : 80); |
vc_resize | 2686 | drivers/char/console.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 | 26 | drivers/char/vt_kern.h | int vc_resize(unsigned long lines, unsigned long cols); |