Home
last modified time | relevance | path

Searched refs:fastboot_nosup_msg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dfastboot_msg.h37 #ifndef fastboot_nosup_msg
38 #define fastboot_nosup_msg(id, str) macro
46 fastboot_nosup_msg(FBNS_DEFAULT, "")
47 fastboot_nosup_msg(FBNS_SUSPEND, " after suspend/resume")
48 fastboot_nosup_msg(FBNS_FMAHWERR, " due to FMA recovery from hardware error")
49 fastboot_nosup_msg(FBNS_HOTPLUG, " after DR operations")
50 fastboot_nosup_msg(FBNS_BOOTMOD, " due to presence of boot-time modules")
51 fastboot_nosup_msg(FBNS_MULTIBOOT2, " due to multiboot2 boot protocol")
60 #undef fastboot_nosup_msg
H A Dfastboot_impl.h43 #define fastboot_nosup_msg(id, str) id, macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c124 #define fastboot_nosup_msg(id, str) str, macro