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