Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddman.c615 static int man_config_state = MAN_UNCONFIGURED; variable
898 man_config_state = MAN_UNCONFIGURED; in man_deconfigure()
1235 if (sflag == CLONEOPEN && man_config_state != MAN_CONFIGURED) { in man_open()
1244 if (man_config_state == MAN_UNCONFIGURED) { in man_open()
1245 man_config_state = MAN_CONFIGURING; in man_open()
1251 while (man_config_state == MAN_CONFIGURING) { in man_open()
1408 man_config_state = MAN_UNCONFIGURED; in man_configure()
1410 man_config_state = MAN_CONFIGURED; in man_configure()
5891 ASSERT(man_config_state == MAN_CONFIGURING); in man_open_ctl()
7532 if (man_config_state == MAN_CONFIGURED) { in man_kstat_update()