Searched defs:oplmsu_conf_st (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c176 /* oplmsu_conf_st */
183 static int oplmsu_conf_st = MSU_UNCONFIGURED; variable
484 (oplmsu_conf_st != MSU_CONFIGURED)) { /* User access & First open */
488 "oplmsu_conf_st = %x", oplmsu_conf_st));
490 if (oplmsu_conf_st == MSU_UNCONFIGURED) {
491 oplmsu_conf_st = MSU_CONFIGURING;
503 while (oplmsu_conf_st == MSU_CONFIGURING) {
1691 if (oplmsu_conf_st == MSU_CONFIGURING) {
1695 oplmsu_conf_st
[all...]

Completed in 59 milliseconds