Searched refs:RB_SINGLE (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | boot.h | 50 { "boot_single", RB_SINGLE},
|
H A D | reboot.h | 43 #define RB_SINGLE 0x002 /* reboot to single user only */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | reboot.h | 48 #define RB_SINGLE 0x00000002 /* reboot to single user only */ macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | freebsd.h | 23 #define RB_SINGLE 0x02 /* reboot to single user only */ macro
|
H A D | boot.c | 928 clval |= RB_SINGLE;
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | reboot.c | 45 * including RB_SINGLE, RB_RB_DUMP, RB_STRING 54 #define RB_SINGLE 0x002 /* reboot to single user only */ macro
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | bootinfo.c | 86 howto |= RB_SINGLE;
|
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/ |
H A D | bootinfo.c | 87 howto |= RB_SINGLE;
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_bootflags.c | 190 boothowto |= RB_SINGLE;
|
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
H A D | bootinfo.c | 48 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fsflush.c | 463 if ((boothowto & RB_SINGLE) == 0 &&
|
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/ |
H A D | metadata.c | 97 howto |= RB_SINGLE;
|
/illumos-gate/usr/src/boot/sys/boot/uboot/common/ |
H A D | metadata.c | 96 howto |= RB_SINGLE;
|
/illumos-gate/usr/src/boot/sys/boot/efi/loader/ |
H A D | bootinfo.c | 65 RB_MUTE, RB_PAUSE, RB_SERIAL, RB_SINGLE, RB_VERBOSE
|
H A D | main.c | 266 howto |= RB_SINGLE;
|
Completed in 55 milliseconds