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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c615 static int man_config_state = MAN_UNCONFIGURED; variable
898 man_config_state = MAN_UNCONFIGURED;
1235 if (sflag == CLONEOPEN && man_config_state != MAN_CONFIGURED) {
1244 if (man_config_state == MAN_UNCONFIGURED) {
1245 man_config_state = MAN_CONFIGURING;
1251 while (man_config_state == MAN_CONFIGURING) {
1408 man_config_state = MAN_UNCONFIGURED;
1410 man_config_state = MAN_CONFIGURED;
5891 ASSERT(man_config_state == MAN_CONFIGURING);
7532 if (man_config_state
[all...]

Completed in 56 milliseconds