tag | line | file | source code |
---|---|---|---|
MIN_NR_CONSOLES | 441 | drivers/char/console.c | if (currcons >= MIN_NR_CONSOLES) |
MIN_NR_CONSOLES | 2007 | drivers/char/console.c | for (currcons = 0; currcons < MIN_NR_CONSOLES; currcons++) { |
MIN_NR_CONSOLES | 2059 | drivers/char/console.c | MIN_NR_CONSOLES, (MIN_NR_CONSOLES == 1) ? "" : "s", |