Searched refs:RB_ASKNAME (Results 1 - 23 of 23) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | boot.h | 41 { "boot_askname", RB_ASKNAME},
|
H A D | reboot.h | 42 #define RB_ASKNAME 0x001 /* ask for file name to reboot from */ macro
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | reboot.c | 53 #define RB_ASKNAME 0x001 /* ask for file name to reboot from */ macro 80 } else if (howto & RB_ASKNAME) {
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | reboot.c | 51 else if (howto & RB_ASKNAME)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | reboot.h | 47 #define RB_ASKNAME 0x00000001 /* prompt for boot file name */ macro
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootflags.c | 130 boothowto |= RB_ASKNAME; 190 (RB_ASKNAME | RB_DEBUGENTER | RB_VERBOSE | RB_HALT | RB_KMDB))) { 196 if (boothowto & RB_ASKNAME)
|
H A D | inetboot.c | 99 if (boothowto & RB_ASKNAME) { 166 boothowto |= RB_ASKNAME;
|
H A D | boot_plat.c | 170 if (boothowto & RB_ASKNAME) { 202 boothowto |= RB_ASKNAME; 214 boothowto |= RB_ASKNAME;
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | freebsd.h | 22 #define RB_ASKNAME 0x01 /* ask for file name to reboot from */ macro
|
H A D | boot.c | 910 clval |= RB_ASKNAME;
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_bootflags.c | 54 boothowto |= RB_ASKNAME; 89 boothowto |= RB_ASKNAME;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 308 if (boothowto & RB_ASKNAME) { 576 if (err != 0 && (boothowto & RB_ASKNAME)) 659 if (boothowto & RB_ASKNAME) { 724 boothowto |= RB_ASKNAME | RB_VERBOSE; 731 if (boothowto & RB_ASKNAME) { 747 boothowto |= RB_ASKNAME | RB_VERBOSE; 756 if (boothowto & RB_ASKNAME)
|
H A D | retire_store.c | 119 if (boothowto & RB_ASKNAME) {
|
H A D | kmem.c | 4420 mod_read_system_file(boothowto & RB_ASKNAME);
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | bootinfo.c | 59 howto |= RB_ASKNAME;
|
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/ |
H A D | bootinfo.c | 60 howto |= RB_ASKNAME;
|
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/ |
H A D | bootinfo.c | 47 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
|
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/ |
H A D | metadata.c | 70 howto |= RB_ASKNAME;
|
/illumos-gate/usr/src/boot/sys/boot/uboot/common/ |
H A D | metadata.c | 69 howto |= RB_ASKNAME;
|
/illumos-gate/usr/src/boot/sys/boot/efi/loader/ |
H A D | bootinfo.c | 64 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
|
H A D | main.c | 241 howto |= RB_ASKNAME;
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 1556 if (boothowto & RB_ASKNAME) {
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 4639 if (boothowto & RB_ASKNAME) {
|
Completed in 267 milliseconds