Home
last modified time | relevance | path

Searched refs:RB_ASKNAME (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c114 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 Dinetboot.c99 if (boothowto & RB_ASKNAME) { in post_mountroot_nfs()
166 boothowto |= RB_ASKNAME; in post_mountroot_nfs()
H A Dboot_plat.c171 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 Dreboot.c51 #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 Dswapgeneric.c263 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 Dretire_store.c119 if (boothowto & RB_ASKNAME) { in retire_store_init()
H A Dkmem.c4395 mod_read_system_file(boothowto & RB_ASKNAME); in kmem_init()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c54 boothowto |= RB_ASKNAME; in bootflags()
89 boothowto |= RB_ASKNAME; in bootflags()
/illumos-gate/usr/src/boot/sys/sys/
H A Dboot.h41 { "boot_askname", RB_ASKNAME},
H A Dreboot.h42 #define RB_ASKNAME 0x001 /* ask for file name to reboot from */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dreboot.c49 else if (howto & RB_ASKNAME) in reboot()
/illumos-gate/usr/src/uts/common/sys/
H A Dreboot.h47 #define RB_ASKNAME 0x00000001 /* prompt for boot file name */ macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h22 #define RB_ASKNAME 0x01 /* ask for file name to reboot from */ macro
H A Dboot.c910 clval |= RB_ASKNAME; in bsd_boot()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo.c59 howto |= RB_ASKNAME; in bi_getboothowto()
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dbootinfo.c47 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c63 RB_ASKNAME, RB_CDROM, RB_KDB, RB_DFLTROOT, RB_GDB, RB_MULTIPLE,
H A Dmain.c769 howto |= RB_ASKNAME; in main()
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c1402 if (boothowto & RB_ASKNAME) { in getmodpath()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c4586 if (boothowto & RB_ASKNAME) { in getfsname()