Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf.h191 int configState; member
H A Dstmf.c257 if (state.configState == STMF_CONFIG_STATE_INIT_DONE || in initializeConfig()
258 state.configState == STMF_CONFIG_STATE_INIT) { in initializeConfig()
276 if (state.configState != STMF_CONFIG_STATE_INIT_DONE) { in initializeConfig()
278 state.configState); in initializeConfig()
4710 state->configState = STMF_CONFIG_STATE_NONE; in stmfGetState()
4713 state->configState = STMF_CONFIG_STATE_INIT; in stmfGetState()
4716 state->configState = in stmfGetState()
4720 state->configState = in stmfGetState()
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c2480 switch (state.configState) { in listStateFunc()