Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_boot.c71 { "boot_multicons", RB_MULTIPLE},
139 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE, in boot_parse_arg()
162 case 'D': howto |= RB_MULTIPLE; break; in boot_parse_arg()
H A Dkern_cons.c193 if (boothowto & RB_MULTIPLE) { in cninit()
203 if ((boothowto & RB_MULTIPLE) == 0) { in cninit()
H A Dinit_main.c744 if (boothowto & RB_MULTIPLE) { in start_init()
/freebsd/sys/sys/
H A Dreboot.h65 #define RB_MULTIPLE 0x20000000 /* use multiple consoles */ macro
/freebsd/stand/i386/libi386/
H A Dbootinfo.c64 howto |= RB_MULTIPLE; in bi_getboothowto()
/freebsd/stand/userboot/userboot/
H A Dbootinfo.c62 howto |= RB_MULTIPLE; in bi_getboothowto()
/freebsd/stand/efi/loader/
H A Dmain.c761 how = RB_MULTIPLE; in parse_uefi_con_out()
763 how = RB_MULTIPLE | RB_SERIAL; in parse_uefi_con_out()
824 how |= RB_MULTIPLE; in parse_uefi_con_out()
1043 howto |= RB_SERIAL | RB_MULTIPLE; in main()
1070 #define VID_SER_BOTH RB_MULTIPLE in main()
1071 #define SER_VID_BOTH (RB_SERIAL | RB_MULTIPLE) in main()
1072 #define CON_MASK (RB_SERIAL | RB_MULTIPLE) in main()
/freebsd/stand/i386/loader/
H A Dmain.c149 if (initial_howto & RB_MULTIPLE) { in main()
/freebsd/stand/efi/libefi/
H A Defi_console.c962 if ((mode & (RB_SERIAL | RB_MULTIPLE)) == 0) { in cons_update_mode()
1224 if ((mode & (RB_SERIAL | RB_MULTIPLE)) != 0 || screen_buffer == NULL) { in efi_cons_putchar()
/freebsd/sys/conf/
H A DNOTES145 options BOOTHOWTO=RB_MULTIPLE