Home
last modified time | relevance | path

Searched refs:RB_MULTIPLE (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_boot.c72 { "boot_multicons", RB_MULTIPLE},
137 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()
160 case 'D': howto |= RB_MULTIPLE; break; in boot_parse_arg()
H A Dkern_cons.c169 if (boothowto & RB_MULTIPLE) { in cninit()
179 if ((boothowto & RB_MULTIPLE) == 0) { in cninit()
H A Dinit_main.c725 if (boothowto & RB_MULTIPLE) { in start_init()
/f-stack/freebsd/sys/
H A Dreboot.h67 #define RB_MULTIPLE 0x20000000 /* use multiple consoles */ macro
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_machdep.c59 boothowto |= RB_VERBOSE|RB_MULTIPLE; in imx51_attach()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_machdep.c246 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_machdep.c239 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start()
/f-stack/freebsd/mips/nlm/
H A Dxlp_machdep.c516 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start()