tag | line | file | source code |
---|---|---|---|
vt_pid | 193 | drivers/char/console.c | #define vtpid (vt_cons[currcons].vt_pid) |
vt_pid | 379 | drivers/char/tty_io.c | if (kill_proc(vt_cons[new_console].vt_pid, |
vt_pid | 399 | drivers/char/tty_io.c | vt_cons[new_console].vt_pid = -1; |
vt_pid | 455 | drivers/char/tty_io.c | if (kill_proc(vt_cons[fg_console].vt_pid, |
vt_pid | 484 | drivers/char/tty_io.c | vt_cons[fg_console].vt_pid = -1; |
vt_pid | 425 | drivers/char/vt.c | vt_cons[console].vt_pid = current->pid; |
vt_pid | 17 | drivers/char/vt_kern.h | int vt_pid; |