Searched defs:fastboot_nosup_msg (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dfastboot_impl.h43 #define fastboot_nosup_msg(id, str) id, macro
H A Dfastboot_msg.h29 * New fastboot_nosup_msg() have to be added to the end of the list,
37 #ifndef fastboot_nosup_msg
38 #define fastboot_nosup_msg(id, str) macro
39 #endif /* fastboot_nosup_msg */
45 fastboot_nosup_msg(FBNS_DEFAULT, "")
46 fastboot_nosup_msg(FBNS_SUSPEND, " after suspend/resume")
47 fastboot_nosup_msg(FBNS_FMAHWERR, " due to FMA recovery from hardware error")
48 fastboot_nosup_msg(FBNS_HOTPLUG, " after DR operations")
49 fastboot_nosup_msg(FBNS_BOOTMOD, " due to presence of boot-time modules")
53 * No fastboot_nosup_msg() afte
57 #undef fastboot_nosup_msg macro
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c124 #define fastboot_nosup_msg(id, str) str, macro

Completed in 56 milliseconds