tag | line | file | source code |
---|---|---|---|
vc_cons_allocated | 375 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
vc_cons_allocated | 402 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
vc_cons_allocated | 448 | drivers/char/console.c | if (vc_cons_allocated(currcons)) { |
vc_cons_allocated | 1322 | drivers/char/console.c | if (!vc_cons_allocated(console_num)) |
vc_cons_allocated | 1337 | drivers/char/console.c | if (!vc_cons_allocated(console_num)) |
vc_cons_allocated | 1351 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) { |
vc_cons_allocated | 1785 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) { |
vc_cons_allocated | 2067 | drivers/char/console.c | if (!vc_cons_allocated(fg_console)) { |
vc_cons_allocated | 2119 | drivers/char/console.c | if (!vc_cons_allocated(new_console)) { |
vc_cons_allocated | 2160 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
vc_cons_allocated | 75 | drivers/char/keyboard.c | extern int vc_cons_allocated(unsigned int); |
vc_cons_allocated | 669 | drivers/char/keyboard.c | if (vc_cons_allocated(i)) |
vc_cons_allocated | 682 | drivers/char/keyboard.c | if (vc_cons_allocated(i)) |
vc_cons_allocated | 513 | drivers/char/tty_io.c | if (!vc_cons_allocated(new_console)) |
vc_cons_allocated | 580 | drivers/char/tty_io.c | if (!vc_cons_allocated(new_console)) |
vc_cons_allocated | 140 | 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); |