Lines Matching refs:stmfRet
90 int stmfRet; in svcStop() local
100 if ((stmfRet = stmfOffline()) != STMF_STATUS_SUCCESS) { in svcStop()
101 switch (stmfRet) { in svcStop()
124 stmfRet = stmfGetState(&state); in svcStop()
125 if (stmfRet != STMF_STATUS_SUCCESS) { in svcStop()
150 int stmfRet; in svcStart() local
153 if ((stmfRet = stmfLoadConfig()) != STMF_STATUS_SUCCESS) { in svcStart()
154 switch (stmfRet) { in svcStart()
199 int stmfRet; in online() local
209 if ((stmfRet = stmfOnline()) != STMF_STATUS_SUCCESS) { in online()
210 switch (stmfRet) { in online()
233 stmfRet = stmfGetState(&state); in online()
234 if (stmfRet != STMF_STATUS_SUCCESS) { in online()