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