| tag | line | file | source code |
|---|---|---|---|
| vc_cons_allocated | 392 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
| vc_cons_allocated | 419 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
| vc_cons_allocated | 465 | drivers/char/console.c | if (vc_cons_allocated(currcons)) { |
| vc_cons_allocated | 1328 | drivers/char/console.c | if (!vc_cons_allocated(console_num)) |
| vc_cons_allocated | 1343 | drivers/char/console.c | if (!vc_cons_allocated(console_num)) |
| vc_cons_allocated | 1357 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) { |
| vc_cons_allocated | 1810 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) { |
| vc_cons_allocated | 2117 | drivers/char/console.c | if (!vc_cons_allocated(fg_console)) { |
| vc_cons_allocated | 2169 | drivers/char/console.c | if (!vc_cons_allocated(new_console)) { |
| vc_cons_allocated | 76 | drivers/char/keyboard.c | extern int vc_cons_allocated(unsigned int); |
| vc_cons_allocated | 678 | drivers/char/keyboard.c | if (vc_cons_allocated(i)) |
| vc_cons_allocated | 691 | drivers/char/keyboard.c | if (vc_cons_allocated(i)) |
| vc_cons_allocated | 511 | drivers/char/tty_io.c | if (!vc_cons_allocated(new_console)) |
| vc_cons_allocated | 578 | drivers/char/tty_io.c | if (!vc_cons_allocated(new_console)) |
| vc_cons_allocated | 80 | drivers/char/vc_screen.c | if (!vc_cons_allocated(cons)) |
| vc_cons_allocated | 138 | drivers/char/vc_screen.c | if (!vc_cons_allocated(cons)) |
| vc_cons_allocated | 189 | drivers/char/vc_screen.c | if(cons && !vc_cons_allocated(cons-1)) |
| vc_cons_allocated | 189 | drivers/char/vt.c | if (!vc_cons_allocated(console)) /* impossible? */ |
| vc_cons_allocated | 25 | drivers/char/vt_kern.h | int vc_cons_allocated(unsigned int console); |