Searched refs:RB_MULTIPLE (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dboot.h46 { "boot_multicons", RB_MULTIPLE},
H A Dreboot.h63 #define RB_MULTIPLE 0x20000000 /* use multiple consoles */ macro
/freebsd-10-stable/sys/arm/freescale/imx/
H A Dimx51_machdep.c57 boothowto |= RB_VERBOSE|RB_MULTIPLE;
H A Dimx53_machdep.c56 boothowto |= RB_VERBOSE|RB_MULTIPLE;
/freebsd-10-stable/sys/boot/i386/libi386/
H A Dbootinfo.c69 howto |= RB_MULTIPLE;
120 howto |= RB_MULTIPLE;
/freebsd-10-stable/sys/boot/userboot/userboot/
H A Dbootinfo.c69 howto |= RB_MULTIPLE;
120 howto |= RB_MULTIPLE;
/freebsd-10-stable/sys/mips/beri/
H A Dberi_machdep.c153 case 'D': boothowto |= RB_MULTIPLE; break;
/freebsd-10-stable/sys/mips/rt305x/
H A Drt305x_machdep.c148 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */
/freebsd-10-stable/sys/boot/efi/loader/
H A Dmain.c236 howto |= RB_MULTIPLE;
249 howto |= RB_SERIAL | RB_MULTIPLE;
299 if (howto & RB_MULTIPLE) {
H A Dbootinfo.c55 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
/freebsd-10-stable/sys/kern/
H A Dkern_cons.c139 if (boothowto & RB_MULTIPLE) {
149 if ((boothowto & RB_MULTIPLE) == 0) {
/freebsd-10-stable/sys/boot/ia64/common/
H A Dbootinfo.c45 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
/freebsd-10-stable/sys/boot/pc98/loader/
H A Dmain.c138 if (initial_howto & RB_MULTIPLE) {
/freebsd-10-stable/sys/boot/i386/loader/
H A Dmain.c128 if (initial_howto & RB_MULTIPLE) {
/freebsd-10-stable/sys/boot/powerpc/ofw/
H A Dmetadata.c71 howto |= RB_MULTIPLE;
/freebsd-10-stable/sys/boot/powerpc/ps3/
H A Dmetadata.c70 howto |= RB_MULTIPLE;
/freebsd-10-stable/sys/boot/sparc64/loader/
H A Dmetadata.c79 howto |= RB_MULTIPLE;
/freebsd-10-stable/sys/boot/uboot/common/
H A Dmetadata.c78 howto |= RB_MULTIPLE;
/freebsd-10-stable/sys/mips/rmi/
H A Dxlr_machdep.c435 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */
/freebsd-10-stable/sys/mips/nlm/
H A Dxlp_machdep.c543 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */

Completed in 96 milliseconds