| tag | line | file | source code |
| vt_pid | 218 | drivers/char/console.c | #define vtpid (vt_cons[currcons].vt_pid) |
| vt_pid | 517 | drivers/char/keyboard.c | vt_cons[fg_console].vt_pid = -1; |
| vt_pid | 471 | drivers/char/tty_io.c | if (kill_proc(vt_cons[new_console].vt_pid, |
| vt_pid | 492 | drivers/char/tty_io.c | vt_cons[new_console].vt_pid = -1; |
| vt_pid | 548 | drivers/char/tty_io.c | if (kill_proc(vt_cons[fg_console].vt_pid, |
| vt_pid | 578 | drivers/char/tty_io.c | vt_cons[fg_console].vt_pid = -1; |
| vt_pid | 453 | drivers/char/vt.c | vt_cons[console].vt_pid = current->pid; |
| vt_pid | 18 | drivers/char/vt_kern.h | int vt_pid; |