Searched refs:fastboot_nosup_msg (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | fastboot_msg.h | 37 #ifndef fastboot_nosup_msg 38 #define fastboot_nosup_msg(id, str) macro 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") 57 #undef fastboot_nosup_msg
|
H A D | fastboot_impl.h | 43 #define fastboot_nosup_msg(id, str) id, macro
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 124 #define fastboot_nosup_msg(id, str) str, macro
|