tag | line | file | source code |
vt_cons | 198 | drivers/char/console.c | #define vcmode (vt_cons[currcons].vc_mode) |
vt_cons | 199 | drivers/char/console.c | #define vtmode (vt_cons[currcons].vt_mode) |
vt_cons | 200 | drivers/char/console.c | #define vtpid (vt_cons[currcons].vt_pid) |
vt_cons | 201 | drivers/char/console.c | #define vtnewvt (vt_cons[currcons].vt_newvt) |
vt_cons | 1322 | drivers/char/console.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vt_cons | 1368 | drivers/char/console.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vt_cons | 368 | drivers/char/tty_io.c | old_vc_mode = vt_cons[fg_console].vc_mode; |
vt_cons | 376 | drivers/char/tty_io.c | if (vt_cons[new_console].vt_mode.mode == VT_PROCESS) |
vt_cons | 383 | drivers/char/tty_io.c | if (kill_proc(vt_cons[new_console].vt_pid, |
vt_cons | 384 | drivers/char/tty_io.c | vt_cons[new_console].vt_mode.acqsig, |
vt_cons | 396 | drivers/char/tty_io.c | vt_cons[new_console].vc_mode = KD_TEXT; |
vt_cons | 399 | drivers/char/tty_io.c | vt_cons[new_console].vt_mode.mode = VT_AUTO; |
vt_cons | 400 | drivers/char/tty_io.c | vt_cons[new_console].vt_mode.waitv = 0; |
vt_cons | 401 | drivers/char/tty_io.c | vt_cons[new_console].vt_mode.relsig = 0; |
vt_cons | 402 | drivers/char/tty_io.c | vt_cons[new_console].vt_mode.acqsig = 0; |
vt_cons | 403 | drivers/char/tty_io.c | vt_cons[new_console].vt_mode.frsig = 0; |
vt_cons | 404 | drivers/char/tty_io.c | vt_cons[new_console].vt_pid = -1; |
vt_cons | 405 | drivers/char/tty_io.c | vt_cons[new_console].vt_newvt = -1; |
vt_cons | 413 | drivers/char/tty_io.c | if (old_vc_mode != vt_cons[new_console].vc_mode) |
vt_cons | 415 | drivers/char/tty_io.c | if (vt_cons[new_console].vc_mode == KD_TEXT) |
vt_cons | 453 | drivers/char/tty_io.c | if (vt_cons[fg_console].vt_mode.mode == VT_PROCESS) |
vt_cons | 460 | drivers/char/tty_io.c | if (kill_proc(vt_cons[fg_console].vt_pid, |
vt_cons | 461 | drivers/char/tty_io.c | vt_cons[fg_console].vt_mode.relsig, |
vt_cons | 469 | drivers/char/tty_io.c | vt_cons[fg_console].vt_newvt = new_console; |
vt_cons | 482 | drivers/char/tty_io.c | vt_cons[fg_console].vc_mode = KD_TEXT; |
vt_cons | 485 | drivers/char/tty_io.c | vt_cons[fg_console].vt_mode.mode = VT_AUTO; |
vt_cons | 486 | drivers/char/tty_io.c | vt_cons[fg_console].vt_mode.waitv = 0; |
vt_cons | 487 | drivers/char/tty_io.c | vt_cons[fg_console].vt_mode.relsig = 0; |
vt_cons | 488 | drivers/char/tty_io.c | vt_cons[fg_console].vt_mode.acqsig = 0; |
vt_cons | 489 | drivers/char/tty_io.c | vt_cons[fg_console].vt_mode.frsig = 0; |
vt_cons | 490 | drivers/char/tty_io.c | vt_cons[fg_console].vt_pid = -1; |
vt_cons | 491 | drivers/char/tty_io.c | vt_cons[fg_console].vt_newvt = -1; |
vt_cons | 500 | drivers/char/tty_io.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vt_cons | 38 | drivers/char/vt.c | struct vt_struct vt_cons[NR_CONSOLES]; |
vt_cons | 189 | drivers/char/vt.c | if (vt_cons[console].vc_mode == (unsigned char) arg) |
vt_cons | 191 | drivers/char/vt.c | vt_cons[console].vc_mode = (unsigned char) arg; |
vt_cons | 208 | drivers/char/vt.c | put_fs_long(vt_cons[console].vc_mode, (unsigned long *) arg); |
vt_cons | 436 | drivers/char/vt.c | vt_cons[console].vt_mode.mode = mode; |
vt_cons | 437 | drivers/char/vt.c | vt_cons[console].vt_mode.waitv = get_fs_byte(&vtmode->waitv); |
vt_cons | 438 | drivers/char/vt.c | vt_cons[console].vt_mode.relsig = get_fs_word(&vtmode->relsig); |
vt_cons | 439 | drivers/char/vt.c | vt_cons[console].vt_mode.acqsig = get_fs_word(&vtmode->acqsig); |
vt_cons | 441 | drivers/char/vt.c | vt_cons[console].vt_mode.frsig = 0; |
vt_cons | 442 | drivers/char/vt.c | vt_cons[console].vt_pid = current->pid; |
vt_cons | 443 | drivers/char/vt.c | vt_cons[console].vt_newvt = 0; |
vt_cons | 454 | drivers/char/vt.c | put_fs_byte(vt_cons[console].vt_mode.mode, &vtmode->mode); |
vt_cons | 455 | drivers/char/vt.c | put_fs_byte(vt_cons[console].vt_mode.waitv, &vtmode->waitv); |
vt_cons | 456 | drivers/char/vt.c | put_fs_word(vt_cons[console].vt_mode.relsig, &vtmode->relsig); |
vt_cons | 457 | drivers/char/vt.c | put_fs_word(vt_cons[console].vt_mode.acqsig, &vtmode->acqsig); |
vt_cons | 458 | drivers/char/vt.c | put_fs_word(vt_cons[console].vt_mode.frsig, &vtmode->frsig); |
vt_cons | 531 | drivers/char/vt.c | if (vt_cons[console].vt_mode.mode != VT_PROCESS) |
vt_cons | 537 | drivers/char/vt.c | if (vt_cons[console].vt_newvt >= 0) |
vt_cons | 544 | drivers/char/vt.c | vt_cons[console].vt_newvt = -1; |
vt_cons | 552 | drivers/char/vt.c | int newvt = vt_cons[console].vt_newvt; |
vt_cons | 553 | drivers/char/vt.c | vt_cons[console].vt_newvt = -1; |
vt_cons | 19 | drivers/char/vt_kern.h | } vt_cons[NR_CONSOLES]; |