Searched refs:RB_PAUSE (Results 1 – 3 of 3) sorted by relevance
74 { "boot_pause", RB_PAUSE},138 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE in boot_parse_arg()164 case 'p': howto |= RB_PAUSE; break; in boot_parse_arg()
183 if (boothowto & RB_PAUSE) in cninit()
63 #define RB_PAUSE 0x100000 /* pause after each output line during probe */ macro