tag | line | file | source code |
---|---|---|---|
vc_cons_allocated | 365 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
vc_cons_allocated | 392 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
vc_cons_allocated | 438 | drivers/char/console.c | if (vc_cons_allocated(currcons)) { |
vc_cons_allocated | 1152 | drivers/char/console.c | if (par[1] >= 1 && vc_cons_allocated(par[1]-1)) |
vc_cons_allocated | 1339 | drivers/char/console.c | if (!vc_cons_allocated(console_num)) |
vc_cons_allocated | 1354 | drivers/char/console.c | if (!vc_cons_allocated(console_num)) |
vc_cons_allocated | 1368 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) { |
vc_cons_allocated | 1856 | drivers/char/console.c | if (kmsg_redirect && vc_cons_allocated(kmsg_redirect - 1)) |
vc_cons_allocated | 1859 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) { |
vc_cons_allocated | 2133 | drivers/char/console.c | if (!vc_cons_allocated(fg_console)) { |
vc_cons_allocated | 2185 | drivers/char/console.c | if (!vc_cons_allocated(new_console)) { |
vc_cons_allocated | 694 | drivers/char/keyboard.c | if (vc_cons_allocated(i)) |
vc_cons_allocated | 707 | drivers/char/keyboard.c | if (vc_cons_allocated(i)) |
vc_cons_allocated | 406 | drivers/char/tga.c | if (vc_cons_allocated(i)) { |
vc_cons_allocated | 532 | drivers/char/tty_io.c | if (!vc_cons_allocated(new_console)) |
vc_cons_allocated | 603 | 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 | 556 | drivers/char/vga.c | if (vc_cons_allocated(i)) { |
vc_cons_allocated | 198 | drivers/char/vt.c | if (!vc_cons_allocated(console)) /* impossible? */ |
vc_cons_allocated | 35 | drivers/char/vt_kern.h | int vc_cons_allocated(unsigned int console); |