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