tag | line | file | source code |
vt_cons | 327 | drivers/char/console.c | vt_cons[i] = (struct vt_struct *) p; |
vt_cons | 1834 | drivers/char/console.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vt_cons | 1928 | drivers/char/console.c | vt_cons[currcons]->paste_wait = 0; |
vt_cons | 2008 | drivers/char/console.c | vt_cons[currcons] = (struct vt_struct *) kmem_start; |
vt_cons | 2218 | drivers/char/console.c | vt_cons[idx]->vc_num = idx; |
vt_cons | 2219 | 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 | 511 | drivers/char/tty_io.c | vt_cons[new_console]->vc_mode = KD_TEXT; |
vt_cons | 513 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.mode = VT_AUTO; |
vt_cons | 514 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.waitv = 0; |
vt_cons | 515 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.relsig = 0; |
vt_cons | 516 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.acqsig = 0; |
vt_cons | 517 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.frsig = 0; |
vt_cons | 518 | drivers/char/tty_io.c | vt_cons[new_console]->vt_pid = -1; |
vt_cons | 519 | drivers/char/tty_io.c | vt_cons[new_console]->vt_newvt = -1; |
vt_cons | 541 | drivers/char/tty_io.c | old_vc_mode = vt_cons[fg_console]->vc_mode; |
vt_cons | 549 | drivers/char/tty_io.c | if (vt_cons[new_console]->vt_mode.mode == VT_PROCESS) |
vt_cons | 556 | drivers/char/tty_io.c | if (kill_proc(vt_cons[new_console]->vt_pid, |
vt_cons | 557 | drivers/char/tty_io.c | vt_cons[new_console]->vt_mode.acqsig, |
vt_cons | 577 | drivers/char/tty_io.c | if (old_vc_mode != vt_cons[new_console]->vc_mode) |
vt_cons | 579 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vt_cons | 586 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vt_cons | 621 | drivers/char/tty_io.c | if (vt_cons[fg_console]->vt_mode.mode == VT_PROCESS) |
vt_cons | 628 | drivers/char/tty_io.c | if (kill_proc(vt_cons[fg_console]->vt_pid, |
vt_cons | 629 | drivers/char/tty_io.c | vt_cons[fg_console]->vt_mode.relsig, |
vt_cons | 637 | drivers/char/tty_io.c | vt_cons[fg_console]->vt_newvt = new_console; |
vt_cons | 660 | 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 | 276 | drivers/char/vt.c | if (vt_cons[console]->vc_mode == (unsigned char) arg) |
vt_cons | 278 | drivers/char/vt.c | vt_cons[console]->vc_mode = (unsigned char) arg; |
vt_cons | 293 | drivers/char/vt.c | put_user(vt_cons[console]->vc_mode, (int *) arg); |
vt_cons | 692 | drivers/char/vt.c | vt_cons[console]->vt_mode.mode = mode; |
vt_cons | 693 | drivers/char/vt.c | vt_cons[console]->vt_mode.waitv = get_user(&vtmode->waitv); |
vt_cons | 694 | drivers/char/vt.c | vt_cons[console]->vt_mode.relsig = get_user(&vtmode->relsig); |
vt_cons | 695 | drivers/char/vt.c | vt_cons[console]->vt_mode.acqsig = get_user(&vtmode->acqsig); |
vt_cons | 697 | drivers/char/vt.c | vt_cons[console]->vt_mode.frsig = 0; |
vt_cons | 698 | drivers/char/vt.c | vt_cons[console]->vt_pid = current->pid; |
vt_cons | 699 | drivers/char/vt.c | vt_cons[console]->vt_newvt = 0; |
vt_cons | 710 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.mode, &vtmode->mode); |
vt_cons | 711 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.waitv, &vtmode->waitv); |
vt_cons | 712 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.relsig, &vtmode->relsig); |
vt_cons | 713 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.acqsig, &vtmode->acqsig); |
vt_cons | 714 | drivers/char/vt.c | put_user(vt_cons[console]->vt_mode.frsig, &vtmode->frsig); |
vt_cons | 799 | drivers/char/vt.c | if (vt_cons[console]->vt_mode.mode != VT_PROCESS) |
vt_cons | 805 | drivers/char/vt.c | if (vt_cons[console]->vt_newvt >= 0) |
vt_cons | 812 | drivers/char/vt.c | vt_cons[console]->vt_newvt = -1; |
vt_cons | 820 | drivers/char/vt.c | int newvt = vt_cons[console]->vt_newvt; |
vt_cons | 821 | drivers/char/vt.c | vt_cons[console]->vt_newvt = -1; |
vt_cons | 935 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vt_cons | 941 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT || |
vt_cons | 963 | 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 | 1012 | 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]; |