Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dfastboot.c123 static const char * const fastreboot_nosup_desc[FBNS_END] = { variable
1522 if (msgid < sizeof (fastreboot_nosup_desc) / in fastreboot_capable_disable()
1523 sizeof (fastreboot_nosup_desc[0])) in fastreboot_capable_disable()
1555 if (msgid >= sizeof (fastreboot_nosup_desc) / in fastreboot_nosup_message()
1556 sizeof (fastreboot_nosup_desc[0])) in fastreboot_nosup_message()
1559 return (fastreboot_nosup_desc[msgid]); in fastreboot_nosup_message()