Home | History | Annotate | Download | only in tf_daemon

Lines Matching defs:nResult

204    S_RESULT nResult;
222 nResult=static_listSortedAddNode(pList->pRoot,pNode);
224 if (nResult==S_SUCCESS && pNode->pPrevious==NULL)
229 return nResult;
427 S_RESULT nResult = S_SUCCESS;
436 nResult = S_ERROR_ITEM_NOT_FOUND;
437 return nResult;
442 nResult = S_ERROR_UNDERLYING_OS;
449 nResult = S_ERROR_UNDERLYING_OS;
459 nResult = S_ERROR_OUT_OF_MEMORY;
467 nResult = S_ERROR_UNDERLYING_OS;
483 return nResult;