Home
last modified time | relevance | path

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

/freebsd-12.1/sys/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.c141 if (boothowto & RB_MULTIPLE) { in cninit()
151 if ((boothowto & RB_MULTIPLE) == 0) { in cninit()
/freebsd-12.1/sys/sys/
H A Dreboot.h67 #define RB_MULTIPLE 0x20000000 /* use multiple consoles */ macro
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx51_machdep.c59 boothowto |= RB_VERBOSE|RB_MULTIPLE; in imx51_attach()
/freebsd-12.1/stand/i386/libi386/
H A Dbootinfo.c65 howto |= RB_MULTIPLE; in bi_getboothowto()
/freebsd-12.1/stand/userboot/userboot/
H A Dbootinfo.c65 howto |= RB_MULTIPLE; in bi_getboothowto()
/freebsd-12.1/stand/efi/loader/
H A Dmain.c734 how |= RB_MULTIPLE; in parse_uefi_con_out()
799 howto |= RB_SERIAL | RB_MULTIPLE; in main()
809 #define VID_SER_BOTH RB_MULTIPLE in main()
810 #define SER_VID_BOTH (RB_SERIAL | RB_MULTIPLE) in main()
811 #define CON_MASK (RB_SERIAL | RB_MULTIPLE) in main()
/freebsd-12.1/stand/mips/beri/loader/
H A Dmain.c123 if (bootinfop->bi_boot2opts & RB_MULTIPLE) { in main()
/freebsd-12.1/sys/mips/mediatek/
H A Dmtk_machdep.c242 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start()
/freebsd-12.1/sys/mips/atheros/ar531x/
H A Dar5315_machdep.c236 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start()
/freebsd-12.1/stand/i386/loader/
H A Dmain.c133 if (initial_howto & RB_MULTIPLE) { in main()
/freebsd-12.1/sys/mips/nlm/
H A Dxlp_machdep.c513 boothowto |= (RB_SERIAL | RB_MULTIPLE); /* Use multiple consoles */ in platform_start()
/freebsd-12.1/sys/conf/
H A DNOTES146 options BOOTHOWTO=RB_MULTIPLE