Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfastboot.c123 static const char * const fastreboot_nosup_desc[FBNS_END] = { variable
1507 if (msgid < sizeof (fastreboot_nosup_desc) / in fastreboot_capable_disable()
1508 sizeof (fastreboot_nosup_desc[0])) in fastreboot_capable_disable()
1540 if (msgid >= sizeof (fastreboot_nosup_desc) / in fastreboot_nosup_message()
1541 sizeof (fastreboot_nosup_desc[0])) in fastreboot_nosup_message()
1544 return (fastreboot_nosup_desc[msgid]); in fastreboot_nosup_message()