Home | History | Annotate | Download | only in tf_daemon

Lines Matching refs:NODE

116 static NODE* static_listFindNodeElement(NODE* pList,char* pName,bool bIsCaseSensitive)
149 static S_RESULT static_listSortedAddNode(NODE* pList,NODE* pNode)
202 static S_RESULT SMCPropListSortedAdd(LIST* pList,NODE* pNode)
210 TRACE_ERROR("Trying to insert a NULL node name !\n");
223 /* update the first node of the linked list */
233 static NODE* SMCPropListFindElement(LIST* pList,char* pName,bool bIsCaseSensitive)
377 nError=SMCPropListSortedAdd(pPublicPropertyList,(NODE*)pProperty);
388 nError=SMCPropListSortedAdd(pPrivatePropertyList,(NODE*)pProperty);
392 nError=SMCPropListSortedAdd(pPublicPropertyList,(NODE*)pProperty);