taglinefilesource code
MIN_NR_CONSOLES484drivers/char/console.cif (currcons >= MIN_NR_CONSOLES)
MIN_NR_CONSOLES2138drivers/char/console.cfor (currcons = 0; currcons < MIN_NR_CONSOLES; currcons++) {
MIN_NR_CONSOLES2187drivers/char/console.cMIN_NR_CONSOLES, (MIN_NR_CONSOLES == 1) ? "" : "s", MAX_NR_CONSOLES);