Searched refs:sel_cons (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dselection.c36 struct vc_data *sel_cons; /* must not be deallocated */ variable in typeref:struct:vc_data
48 invert_screen(sel_cons, s, e-s+2, 1);
54 complement_pos(sel_cons, where);
60 return inverse_translate(sel_cons, screen_glyph(sel_cons, n));
157 if (sel_cons != vc_cons[fg_console].d) {
159 sel_cons = vc_cons[fg_console].d;
H A Dvt_ioctl.c41 #define VT_BUSY(i) (VT_IS_IN_USE(i) || i == fg_console || vc_cons[i].d == sel_cons)
H A Dvt.c564 if (vc == sel_cons)
576 if (vc == sel_cons)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dselection.h13 extern struct vc_data *sel_cons;

Completed in 59 milliseconds