Home
last modified time | relevance | path

Searched refs:LIST (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties_parser.h71 } LIST; typedef
95 LIST sPublicPropertyList;
96 LIST sPrivatePropertyList;
102 LIST sSystemSectionPropertyList;
104 LIST sDriverSectionList;
105 LIST sPreinstalledSectionList;
106 LIST sSectionList;
Dsmc_properties_parser.c202 static S_RESULT SMCPropListSortedAdd(LIST* pList,NODE* pNode) in SMCPropListSortedAdd()
233 static NODE* SMCPropListFindElement(LIST* pList,char* pName,bool bIsCaseSensitive) in SMCPropListFindElement()
247 LIST *pPublicPropertyList=NULL; in SMCPropYacc()
248 LIST *pPrivatePropertyList=NULL; in SMCPropYacc()