tag | line | file | source code |
---|---|---|---|
vc_cons_allocated | 408 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
vc_cons_allocated | 435 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) |
vc_cons_allocated | 481 | drivers/char/console.c | if (vc_cons_allocated(currcons)) { |
vc_cons_allocated | 1401 | drivers/char/console.c | if (!vc_cons_allocated(console_num)) |
vc_cons_allocated | 1416 | drivers/char/console.c | if (!vc_cons_allocated(console_num)) |
vc_cons_allocated | 1430 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) { |
vc_cons_allocated | 1916 | drivers/char/console.c | if (!vc_cons_allocated(currcons)) { |
vc_cons_allocated | 2281 | drivers/char/console.c | if (!vc_cons_allocated(fg_console)) { |
vc_cons_allocated | 2333 | drivers/char/console.c | if (!vc_cons_allocated(new_console)) { |
vc_cons_allocated | 2580 | drivers/char/console.c | if (vc_cons_allocated(i)) { |
vc_cons_allocated | 683 | drivers/char/keyboard.c | if (vc_cons_allocated(i)) |
vc_cons_allocated | 696 | drivers/char/keyboard.c | if (vc_cons_allocated(i)) |
vc_cons_allocated | 517 | drivers/char/tty_io.c | if (!vc_cons_allocated(new_console)) |
vc_cons_allocated | 588 | 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 | 35 | drivers/char/vt_kern.h | int vc_cons_allocated(unsigned int console); |