/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | bootflags.c | 114 boothowto |= RB_ASKNAME; in bootflags() 173 (RB_ASKNAME | RB_DEBUGENTER | RB_VERBOSE | RB_HALT | RB_KMDB))) { in bootflags() 179 if (boothowto & RB_ASKNAME) in bootflags()
|
H A D | inetboot.c | 99 if (boothowto & RB_ASKNAME) { in post_mountroot_nfs() 166 boothowto |= RB_ASKNAME; in post_mountroot_nfs()
|
H A D | boot_plat.c | 171 if (boothowto & RB_ASKNAME) { in post_mountroot() 203 boothowto |= RB_ASKNAME; in post_mountroot() 215 boothowto |= RB_ASKNAME; in post_mountroot()
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | reboot.c | 51 #define RB_ASKNAME 0x001 /* ask for file name to reboot from */ macro 78 } else if (howto & RB_ASKNAME) { in reboot()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 263 if (boothowto & RB_ASKNAME) { in getfsname() 515 if (err != 0 && (boothowto & RB_ASKNAME)) in loadrootmodules() 598 if (boothowto & RB_ASKNAME) { in getfstype() 663 boothowto |= RB_ASKNAME | RB_VERBOSE; in getphysdev() 670 if (boothowto & RB_ASKNAME) { in getphysdev() 686 boothowto |= RB_ASKNAME | RB_VERBOSE; in getphysdev() 695 if (boothowto & RB_ASKNAME) in getphysdev()
|
H A D | retire_store.c | 119 if (boothowto & RB_ASKNAME) { in retire_store_init()
|
H A D | kmem.c | 4395 mod_read_system_file(boothowto & RB_ASKNAME); in kmem_init()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_bootflags.c | 54 boothowto |= RB_ASKNAME; in bootflags() 89 boothowto |= RB_ASKNAME; in bootflags()
|
/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/lib/libc/port/gen/ |
H A D | reboot.c | 49 else if (howto & RB_ASKNAME) in reboot()
|
/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/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; in bsd_boot()
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | bootinfo.c | 59 howto |= RB_ASKNAME; in bi_getboothowto()
|
/illumos-gate/usr/src/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/efi/loader/ |
H A D | bootinfo.c | 63 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
|
H A D | main.c | 769 howto |= RB_ASKNAME; in main()
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 1402 if (boothowto & RB_ASKNAME) { in getmodpath()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 4608 if (boothowto & RB_ASKNAME) { in getfsname()
|