Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h255 enum keyswitch_state { KEY_BOOT = 0, KEY_SECURE, KEY_NOT_SECURE }; enumerator
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c3196 key = KEY_SECURE; in update_key_state()
3210 (key == KEY_SECURE) ? " " : " not "); in update_key_state()
3213 case KEY_SECURE: in update_key_state()
3218 (key == KEY_SECURE) ? "secure" : "not-secure"); in update_key_state()
3226 (list->key_shadow == KEY_SECURE) ? in update_key_state()