Home | History | Annotate | Download | only in tf_daemon

Lines Matching defs:nResult

205    S_RESULT nResult;
223 nResult=static_listSortedAddNode(pList->pRoot,pNode);
225 if (nResult==S_SUCCESS && pNode->pPrevious==NULL)
230 return nResult;
478 S_RESULT nResult = S_SUCCESS;
487 nResult = S_ERROR_ITEM_NOT_FOUND;
488 return nResult;
493 nResult = S_ERROR_UNDERLYING_OS;
500 nResult = S_ERROR_UNDERLYING_OS;
510 nResult = S_ERROR_OUT_OF_MEMORY;
518 nResult = S_ERROR_UNDERLYING_OS;
534 return nResult;