tag | line | file | source code |
---|---|---|---|
vc_cons_allocated | 406 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
vc_cons_allocated | 433 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
vc_cons_allocated | 479 | drivers/char/console.c | if (vc_cons_allocated(currcons)) { |
vc_cons_allocated | 1390 | drivers/char/console.c | if (!vc_cons_allocated(console_num)) |
vc_cons_allocated | 1405 | drivers/char/console.c | if (!vc_cons_allocated(console_num)) |
vc_cons_allocated | 1419 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) { |
vc_cons_allocated | 1905 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) { |
vc_cons_allocated | 2269 | drivers/char/console.c | if (!vc_cons_allocated(fg_console)) { |
vc_cons_allocated | 2321 | drivers/char/console.c | if (!vc_cons_allocated(new_console)) { |
vc_cons_allocated | 2532 | drivers/char/console.c | if (vc_cons_allocated(i)) { |
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 | 515 | drivers/char/tty_io.c | if (!vc_cons_allocated(new_console)) |
vc_cons_allocated | 586 | 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 | 196 | 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); |