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