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

/linux-master/include/linux/
H A Dconsole_struct.h133 int vt_newvt; member in struct:vc_data
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c563 if (vc->vt_newvt < 0) {
571 vc->vt_newvt = -1;
576 newvt = vc->vt_newvt;
577 vc->vt_newvt = -1;
780 vc->vt_newvt = -1;
972 vc->vt_newvt = -1;
1230 * We need to set vt_newvt *before* sending the signal or we
1233 vc->vt_newvt = new_vc->vc_num;

Completed in 159 milliseconds