Searched refs:envmon_pos (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c2715 envmon_keysw_pos_t envmon_pos; local
2728 envmon_pos = ENVMON_KEYSW_POS_NORMAL;
2731 envmon_pos = ENVMON_KEYSW_POS_DIAG;
2734 envmon_pos = ENVMON_KEYSW_POS_LOCKED;
2737 envmon_pos = ENVMON_KEYSW_POS_OFF;
2740 envmon_pos = ENVMON_KEYSW_POS_UNKNOWN;
2744 if (ddi_copyout((caddr_t)&envmon_pos, (caddr_t)arg,
2745 sizeof (envmon_pos), mode) != 0)

Completed in 49 milliseconds