Searched refs:RB_PAUSE (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/sbin/launchd/ |
| HD | shim.h | 16 #define RB_UPSDELAY (RB_PAUSE << 1) 17 #define RB_SAFEBOOT (RB_PAUSE << 2) 18 #define RB_UNIPROC (RB_PAUSE << 3) 19 #define RB_ALTBOOT (RB_PAUSE << 4)
|
| /NextBSD/sys/sys/ |
| HD | boot.h | 48 { "boot_pause", RB_PAUSE},
|
| HD | reboot.h | 61 #define RB_PAUSE 0x100000 /* pause after each output line during probe */ macro
|
| /NextBSD/sys/boot/mips/beri/loader/ |
| HD | metadata.c | 57 {"boot_pause", RB_PAUSE}, 104 howto |= RB_PAUSE; in md_getboothowto()
|
| /NextBSD/sys/boot/userboot/userboot/ |
| HD | bootinfo.c | 81 howto |= RB_PAUSE; in bi_getboothowto()
|
| /NextBSD/sys/boot/i386/libi386/ |
| HD | bootinfo.c | 81 howto |= RB_PAUSE; in bi_getboothowto()
|
| /NextBSD/sys/mips/beri/ |
| HD | beri_machdep.c | 186 case 'p': boothowto |= RB_PAUSE; break; in _parse_bootargs()
|
| /NextBSD/sys/boot/efi/loader/arch/i386/ |
| HD | bootinfo.c | 48 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE
|
| /NextBSD/sys/boot/sparc64/loader/ |
| HD | metadata.c | 91 howto |= RB_PAUSE; in md_getboothowto()
|
| /NextBSD/sys/boot/powerpc/ps3/ |
| HD | metadata.c | 82 howto |= RB_PAUSE; in md_getboothowto()
|
| /NextBSD/sys/boot/uboot/common/ |
| HD | metadata.c | 90 howto |= RB_PAUSE; in md_getboothowto()
|
| /NextBSD/sys/boot/powerpc/ofw/ |
| HD | metadata.c | 83 howto |= RB_PAUSE; in md_getboothowto()
|
| /NextBSD/sys/boot/powerpc/kboot/ |
| HD | metadata.c | 83 howto |= RB_PAUSE; in md_getboothowto()
|
| /NextBSD/sys/boot/efi/loader/ |
| HD | bootinfo.c | 63 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE
|
| /NextBSD/sys/kern/ |
| HD | kern_cons.c | 153 if (boothowto & RB_PAUSE) in cninit()
|