tag | line | file | source code |
vt_cons | 319 | drivers/char/console.c | vt_cons[i] = (struct vt_struct *) p; |
vt_cons | 1798 | drivers/char/console.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vt_cons | 1888 | drivers/char/console.c | vt_cons[currcons]->paste_wait = 0; |
vt_cons | 1968 | drivers/char/console.c | vt_cons[currcons] = (struct vt_struct *) kmem_start; |
vt_cons | 2154 | drivers/char/console.c | vt_cons[idx]->vc_num = idx; |
vt_cons | 2155 | drivers/char/console.c | tty->driver_data = vt_cons[idx]; |
vt_cons | 136 | drivers/char/console_struct.h | #define vcmode (vt_cons[currcons]->vc_mode) |
vt_cons | 502 | drivers/char/tty_io.c | vt_cons[new_console]->vc_mode = KD_TEXT; |
vt_cons | 504 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.mode = VT_AUTO; |
vt_cons | 505 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.waitv = 0; |
vt_cons | 506 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.relsig = 0; |
vt_cons | 507 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.acqsig = 0; |
vt_cons | 508 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.frsig = 0; |
vt_cons | 509 | drivers/char/tty_io.c | vt_cons[new_console]->vt_pid = -1; |
vt_cons | 510 | drivers/char/tty_io.c | vt_cons[new_console]->vt_newvt = -1; |
vt_cons | 532 | drivers/char/tty_io.c | old_vc_mode = vt_cons[fg_console]->vc_mode; |
vt_cons | 540 | drivers/char/tty_io.c | if (vt_cons[new_console]->vt_mode.mode == VT_PROCESS) |
vt_cons | 547 | drivers/char/tty_io.c | if (kill_proc(vt_cons[new_console]->vt_pid, |
vt_cons | 548 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.acqsig, |
vt_cons | 568 | drivers/char/tty_io.c | if (old_vc_mode != vt_cons[new_console]->vc_mode) |
vt_cons | 570 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vt_cons | 577 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vt_cons | 612 | drivers/char/tty_io.c | if (vt_cons[fg_console]->vt_mode.mode == VT_PROCESS) |
vt_cons | 619 | drivers/char/tty_io.c | if (kill_proc(vt_cons[fg_console]->vt_pid, |
vt_cons | 620 | drivers/char/tty_io.c | vt_cons[fg_console]->vt_mode.relsig, |
vt_cons | 628 | drivers/char/tty_io.c | vt_cons[fg_console]->vt_newvt = new_console; |
vt_cons | 651 | drivers/char/tty_io.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vt_cons | 73 | drivers/char/vga.c | vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vt_cons | 49 | drivers/char/vt.c | struct vt_struct *vt_cons[MAX_NR_CONSOLES]; |
vt_cons | 274 | drivers/char/vt.c | if (vt_cons[console]->vc_mode == (unsigned char) arg) |
vt_cons | 276 | drivers/char/vt.c | vt_cons[console]->vc_mode = (unsigned char) arg; |
vt_cons | 291 | drivers/char/vt.c | put_user(vt_cons[console]->vc_mode, (int *) arg); |
vt_cons | 690 | drivers/char/vt.c | vt_cons[console]->vt_mode.mode = mode; |
vt_cons | 691 | drivers/char/vt.c | vt_cons[console]->vt_mode.waitv = get_user(&vtmode->waitv); |
vt_cons | 692 | drivers/char/vt.c | vt_cons[console]->vt_mode.relsig = get_user(&vtmode->relsig); |
vt_cons | 693 | drivers/char/vt.c | vt_cons[console]->vt_mode.acqsig = get_user(&vtmode->acqsig); |
vt_cons | 695 | drivers/char/vt.c | vt_cons[console]->vt_mode.frsig = 0; |
vt_cons | 696 | drivers/char/vt.c | vt_cons[console]->vt_pid = current->pid; |
vt_cons | 697 | drivers/char/vt.c | vt_cons[console]->vt_newvt = 0; |
vt_cons | 708 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.mode, &vtmode->mode); |
vt_cons | 709 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.waitv, &vtmode->waitv); |
vt_cons | 710 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.relsig, &vtmode->relsig); |
vt_cons | 711 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.acqsig, &vtmode->acqsig); |
vt_cons | 712 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.frsig, &vtmode->frsig); |
vt_cons | 797 | drivers/char/vt.c | if (vt_cons[console]->vt_mode.mode != VT_PROCESS) |
vt_cons | 803 | drivers/char/vt.c | if (vt_cons[console]->vt_newvt >= 0) |
vt_cons | 810 | drivers/char/vt.c | vt_cons[console]->vt_newvt = -1; |
vt_cons | 818 | drivers/char/vt.c | int newvt = vt_cons[console]->vt_newvt; |
vt_cons | 819 | drivers/char/vt.c | vt_cons[console]->vt_newvt = -1; |
vt_cons | 933 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vt_cons | 939 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT || |
vt_cons | 961 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vt_cons | 985 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vt_cons | 1010 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vt_cons | 31 | drivers/char/vt_kern.h | } *vt_cons[MAX_NR_CONSOLES]; |