Lines Matching refs:ccNodeInfo

425     t_CcNodeInformation ccNodeInfo;  in SetRequiredAction1()  local
448 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in SetRequiredAction1()
449 ccNodeInfo.h_CcNode = h_Tree; in SetRequiredAction1()
451 &ccNodeInfo, NULL); in SetRequiredAction1()
601 t_CcNodeInformation ccNodeInfo, *p_CcNodeInformation; in ReleaseModifiedDataStructure() local
631 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in ReleaseModifiedDataStructure()
632 ccNodeInfo.h_CcNode = (t_Handle)p_AdditionalParams->h_CurrentNode; in ReleaseModifiedDataStructure()
633 ccNodeInfo.index = 1; in ReleaseModifiedDataStructure()
634 EnqueueNodeInfoToRelevantLst(p_UpdateLst, &ccNodeInfo, in ReleaseModifiedDataStructure()
649 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in ReleaseModifiedDataStructure()
650 ccNodeInfo.h_CcNode = in ReleaseModifiedDataStructure()
652 ccNodeInfo.index = 1; in ReleaseModifiedDataStructure()
656 &ccNodeInfo, in ReleaseModifiedDataStructure()
3102 t_CcNodeInformation *p_CcNodeInformation, ccNodeInfo; in BuildNewNodeModifyNextEngine() local
3193 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in BuildNewNodeModifyNextEngine()
3194 ccNodeInfo.h_CcNode = PTR_MOVE(p_Ad, keyIndex * FM_PCD_CC_AD_ENTRY_SIZE); in BuildNewNodeModifyNextEngine()
3202 ccNodeInfo.h_CcNode = in BuildNewNodeModifyNextEngine()
3205 EnqueueNodeInfoToRelevantLst(h_OldLst, &ccNodeInfo, NULL); in BuildNewNodeModifyNextEngine()
3207 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in BuildNewNodeModifyNextEngine()
3241 ccNodeInfo.h_CcNode = p_Ad; in BuildNewNodeModifyNextEngine()
3242 EnqueueNodeInfoToRelevantLst(h_NewLst, &ccNodeInfo, NULL); in BuildNewNodeModifyNextEngine()
3340 t_CcNodeInformation ccNodeInfo; in UpdateAdPtrOfNodesWhichPointsOnCrntMdfNode() local
3369 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in UpdateAdPtrOfNodesWhichPointsOnCrntMdfNode()
3370 ccNodeInfo.h_CcNode = p_AdTablePtOnCrntCurrentMdfNode; in UpdateAdPtrOfNodesWhichPointsOnCrntMdfNode()
3371 EnqueueNodeInfoToRelevantLst(h_OldLst, &ccNodeInfo, NULL); in UpdateAdPtrOfNodesWhichPointsOnCrntMdfNode()
3393 t_CcNodeInformation ccNodeInfo; in UpdateAdPtrOfTreesWhichPointsOnCrntMdfNode() local
3414 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in UpdateAdPtrOfTreesWhichPointsOnCrntMdfNode()
3415 ccNodeInfo.h_CcNode = p_AdTableTmp; in UpdateAdPtrOfTreesWhichPointsOnCrntMdfNode()
3416 EnqueueNodeInfoToRelevantLst(h_OldLst, &ccNodeInfo, NULL); in UpdateAdPtrOfTreesWhichPointsOnCrntMdfNode()
3557 t_CcNodeInformation ccNodeInfo = { 0 }; in UpdatePtrWhichPointOnCrntMdfNode() local
3583 ccNodeInfo.h_CcNode = h_NewAd; in UpdatePtrWhichPointOnCrntMdfNode()
3584 EnqueueNodeInfoToRelevantLst(h_NewLst, &ccNodeInfo, NULL); in UpdatePtrWhichPointOnCrntMdfNode()
4341 t_CcNodeInformation ccNodeInfo, *p_CcInformation; in MatchTableSet() local
4839 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in MatchTableSet()
4840 ccNodeInfo.h_CcNode = (t_Handle)p_CcNode; in MatchTableSet()
4841 ccNodeInfo.index = 1; in MatchTableSet()
4843 &ccNodeInfo, in MatchTableSet()
4858 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in MatchTableSet()
4859 ccNodeInfo.h_CcNode = (t_Handle)p_CcNode; in MatchTableSet()
4860 ccNodeInfo.index = 1; in MatchTableSet()
4863 &ccNodeInfo, FmPcdManipGetSpinlock(h_Manip)); in MatchTableSet()
5961 t_CcNodeInformation ccNodeInfo; in FmPcdCcGetAdTablesThatPointOnReplicGroup() local
5978 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in FmPcdCcGetAdTablesThatPointOnReplicGroup()
5979 ccNodeInfo.h_CcNode = p_AdTable; in FmPcdCcGetAdTablesThatPointOnReplicGroup()
5980 EnqueueNodeInfoToRelevantLst(p_AdTables, &ccNodeInfo, NULL); in FmPcdCcGetAdTablesThatPointOnReplicGroup()
6009 t_CcNodeInformation ccNodeInfo, *p_CcInformation; in FM_PCD_CcRootBuild() local
6217 memset(&ccNodeInfo, 0, sizeof(t_CcNodeInformation)); in FM_PCD_CcRootBuild()
6218 ccNodeInfo.h_CcNode = (t_Handle)p_FmPcdCcTree; in FM_PCD_CcRootBuild()
6219 ccNodeInfo.index = 1; in FM_PCD_CcRootBuild()
6221 &ccNodeInfo, in FM_PCD_CcRootBuild()