Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stmfsvc/
H A Dstmfsvc.c129 if (state.operationalState == STMF_SERVICE_STATE_OFFLINE) { in svcStop()
238 if (state.operationalState == STMF_SERVICE_STATE_ONLINE) { in online()
/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf.h190 int operationalState; member
H A Dstmf.c4688 state->operationalState = in stmfGetState()
4692 state->operationalState = in stmfGetState()
4696 state->operationalState = in stmfGetState()
4700 state->operationalState = in stmfGetState()
4704 state->operationalState = in stmfGetState()
5389 if (state.operationalState != STMF_SERVICE_STATE_OFFLINE) { in stmfLoadConfig()
5763 if (state.operationalState == STMF_SERVICE_STATE_ONLINE) { in stmfOnline()
5798 if (state.operationalState == STMF_SERVICE_STATE_OFFLINE) { in stmfOffline()
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c2461 switch (state.operationalState) { in listStateFunc()
2949 if (state.operationalState == STMF_SERVICE_STATE_OFFLINE || in onlineLuFunc()
2950 state.operationalState == STMF_SERVICE_STATE_OFFLINING) { in onlineLuFunc()
3087 if (state.operationalState == STMF_SERVICE_STATE_OFFLINE || in onlineTargetFunc()
3088 state.operationalState == STMF_SERVICE_STATE_OFFLINING) { in onlineTargetFunc()