Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dvt.c735 vt_cons[console]->vt_newvt = -1; in vt_ioctl()
818 if (vt_cons[console]->vt_newvt >= 0) in vt_ioctl()
825 vt_cons[console]->vt_newvt = -1; in vt_ioctl()
833 int newvt = vt_cons[console]->vt_newvt; in vt_ioctl()
834 vt_cons[console]->vt_newvt = -1; in vt_ioctl()
1168 vt_cons[new_console]->vt_newvt = -1; in reset_vc()
1293 vt_cons[fg_console]->vt_newvt = new_console; in change_console()
/linux-2.4.37.9/include/linux/
Dvt_kern.h30 int vt_newvt; member