Home
last modified time | relevance | path

Searched refs:RB_PAUSE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_boot.c74 { "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()
H A Dkern_cons.c183 if (boothowto & RB_PAUSE) in cninit()
/f-stack/freebsd/sys/
H A Dreboot.h63 #define RB_PAUSE 0x100000 /* pause after each output line during probe */ macro