Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stmfsvc/
H A Dstmfsvc.c238 if (state.operationalState == STMF_SERVICE_STATE_ONLINE) { in online()
/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf.h48 #define STMF_SERVICE_STATE_ONLINE 9 macro
H A Dstmf.c4691 STMF_SERVICE_STATE_ONLINE; in stmfGetState()
5765 if (state.operationalState == STMF_SERVICE_STATE_ONLINE) { in stmfOnline()
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c2463 case STMF_SERVICE_STATE_ONLINE: in listStateFunc()