Home
last modified time | relevance | path

Searched refs:vc_resize (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dvt_kern.h43 int vc_resize(unsigned int lines, unsigned int cols,
45 #define vc_resize_all(l, c) vc_resize(l, c, 0, MAX_NR_CONSOLES-1)
46 #define vc_resize_con(l, c, x) vc_resize(l, c, x, x)
/linux-2.4.37.9/drivers/char/
Dconsole.c716 int vc_resize(unsigned int lines, unsigned int cols, in vc_resize() function
1223 (void) vc_resize(video_num_lines, deccolm ? 132 : 80); in set_mode()
3044 EXPORT_SYMBOL(vc_resize);