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.c4690 state->operationalState = in stmfGetState()
4694 state->operationalState = in stmfGetState()
4698 state->operationalState = in stmfGetState()
4702 state->operationalState = in stmfGetState()
4706 state->operationalState = in stmfGetState()
5391 if (state.operationalState != STMF_SERVICE_STATE_OFFLINE) { in stmfLoadConfig()
5765 if (state.operationalState == STMF_SERVICE_STATE_ONLINE) { in stmfOnline()
5800 if (state.operationalState == STMF_SERVICE_STATE_OFFLINE) { in stmfOffline()
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c2462 switch (state.operationalState) { in listStateFunc()
2950 if (state.operationalState == STMF_SERVICE_STATE_OFFLINE || in onlineLuFunc()
2951 state.operationalState == STMF_SERVICE_STATE_OFFLINING) { in onlineLuFunc()
3088 if (state.operationalState == STMF_SERVICE_STATE_OFFLINE || in onlineTargetFunc()
3089 state.operationalState == STMF_SERVICE_STATE_OFFLINING) { in onlineTargetFunc()