Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo.c77 howto |= RB_SERIAL; in bi_getboothowto()
113 howto |= RB_SERIAL; in bi_getboothowto()
115 howto |= RB_SERIAL; in bi_getboothowto()
117 howto |= RB_SERIAL; in bi_getboothowto()
119 howto |= RB_SERIAL; in bi_getboothowto()
124 if (vidconsole && (howto & RB_SERIAL)) in bi_getboothowto()
132 howto &= ~RB_SERIAL; in bi_getboothowto()
/illumos-gate/usr/src/boot/sys/sys/
H A Dboot.h49 { "boot_serial", RB_SERIAL},
H A Dreboot.h53 #define RB_SERIAL 0x1000 /* use serial port as console */ macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h34 #define RB_SERIAL 0x1000 /* user serial port as console */ macro
H A Dboot.c922 clval |= RB_SERIAL; in bsd_boot()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c588 how |= RB_SERIAL; in parse_uefi_con_out()
590 how |= RB_SERIAL; in parse_uefi_con_out()
778 howto |= RB_SERIAL; in main()
788 howto |= RB_SERIAL; in main()
848 if (howto & RB_SERIAL) in main()
852 } else if (howto & RB_SERIAL) { in main()
H A Dbootinfo.c64 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE
86 howto |= RB_SERIAL; in bi_getboothowto()
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dbootinfo.c48 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE