tag | line | file | source code |
vt_cons | 336 | drivers/char/console.c | vt_cons[i] = (struct vt_struct *) p; |
vt_cons | 1842 | drivers/char/console.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vt_cons | 1940 | drivers/char/console.c | vt_cons[currcons]->paste_wait = 0; |
vt_cons | 2045 | drivers/char/console.c | vt_cons[currcons] = (struct vt_struct *) kmem_start; |
vt_cons | 2258 | drivers/char/console.c | vt_cons[idx]->vc_num = idx; |
vt_cons | 2259 | drivers/char/console.c | tty->driver_data = vt_cons[idx]; |
vt_cons | 140 | drivers/char/console_struct.h | #define vcmode (vt_cons[currcons]->vc_mode) |
vt_cons | 526 | drivers/char/tty_io.c | vt_cons[new_console]->vc_mode = KD_TEXT; |
vt_cons | 528 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.mode = VT_AUTO; |
vt_cons | 529 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.waitv = 0; |
vt_cons | 530 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.relsig = 0; |
vt_cons | 531 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.acqsig = 0; |
vt_cons | 532 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.frsig = 0; |
vt_cons | 533 | drivers/char/tty_io.c | vt_cons[new_console]->vt_pid = -1; |
vt_cons | 534 | drivers/char/tty_io.c | vt_cons[new_console]->vt_newvt = -1; |
vt_cons | 556 | drivers/char/tty_io.c | old_vc_mode = vt_cons[fg_console]->vc_mode; |
vt_cons | 564 | drivers/char/tty_io.c | if (vt_cons[new_console]->vt_mode.mode == VT_PROCESS) |
vt_cons | 571 | drivers/char/tty_io.c | if (kill_proc(vt_cons[new_console]->vt_pid, |
vt_cons | 572 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.acqsig, |
vt_cons | 592 | drivers/char/tty_io.c | if (old_vc_mode != vt_cons[new_console]->vc_mode) |
vt_cons | 594 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vt_cons | 601 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vt_cons | 636 | drivers/char/tty_io.c | if (vt_cons[fg_console]->vt_mode.mode == VT_PROCESS) |
vt_cons | 643 | drivers/char/tty_io.c | if (kill_proc(vt_cons[fg_console]->vt_pid, |
vt_cons | 644 | drivers/char/tty_io.c | vt_cons[fg_console]->vt_mode.relsig, |
vt_cons | 652 | drivers/char/tty_io.c | vt_cons[fg_console]->vt_newvt = new_console; |
vt_cons | 675 | 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 | 51 | drivers/char/vt.c | struct vt_struct *vt_cons[MAX_NR_CONSOLES]; |
vt_cons | 293 | drivers/char/vt.c | if (vt_cons[console]->vc_mode == (unsigned char) arg) |
vt_cons | 295 | drivers/char/vt.c | vt_cons[console]->vc_mode = (unsigned char) arg; |
vt_cons | 310 | drivers/char/vt.c | put_user(vt_cons[console]->vc_mode, (int *) arg); |
vt_cons | 709 | drivers/char/vt.c | vt_cons[console]->vt_mode.mode = mode; |
vt_cons | 710 | drivers/char/vt.c | vt_cons[console]->vt_mode.waitv = get_user(&vtmode->waitv); |
vt_cons | 711 | drivers/char/vt.c | vt_cons[console]->vt_mode.relsig = get_user(&vtmode->relsig); |
vt_cons | 712 | drivers/char/vt.c | vt_cons[console]->vt_mode.acqsig = get_user(&vtmode->acqsig); |
vt_cons | 714 | drivers/char/vt.c | vt_cons[console]->vt_mode.frsig = 0; |
vt_cons | 715 | drivers/char/vt.c | vt_cons[console]->vt_pid = current->pid; |
vt_cons | 716 | drivers/char/vt.c | vt_cons[console]->vt_newvt = 0; |
vt_cons | 727 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.mode, &vtmode->mode); |
vt_cons | 728 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.waitv, &vtmode->waitv); |
vt_cons | 729 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.relsig, &vtmode->relsig); |
vt_cons | 730 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.acqsig, &vtmode->acqsig); |
vt_cons | 731 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.frsig, &vtmode->frsig); |
vt_cons | 816 | drivers/char/vt.c | if (vt_cons[console]->vt_mode.mode != VT_PROCESS) |
vt_cons | 822 | drivers/char/vt.c | if (vt_cons[console]->vt_newvt >= 0) |
vt_cons | 829 | drivers/char/vt.c | vt_cons[console]->vt_newvt = -1; |
vt_cons | 837 | drivers/char/vt.c | int newvt = vt_cons[console]->vt_newvt; |
vt_cons | 838 | drivers/char/vt.c | vt_cons[console]->vt_newvt = -1; |
vt_cons | 959 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vt_cons | 965 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT || |
vt_cons | 987 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vt_cons | 1011 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vt_cons | 1036 | 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]; |