Searched refs:pConfFile (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | smc_properties_parser.c | 244 CONF_FILE* pConfFile) in SMCPropYacc() argument 308 pPublicPropertyList=&pConfFile->sSystemSectionPropertyList; in SMCPropYacc() 313 &pConfFile->sDriverSectionList, in SMCPropYacc() 319 &pConfFile->sPreinstalledSectionList, in SMCPropYacc() 326 &pConfFile->sSectionList, in SMCPropYacc() 344 pConfFile->pFirstSectionInSCF=pServSection; in SMCPropYacc() 494 char* SMCPropGetSystemProperty(CONF_FILE* pConfFile, char* pPropertyName) in SMCPropGetSystemProperty() argument 499 &pConfFile->sSystemSectionPropertyList, in SMCPropGetSystemProperty() 509 uint32_t SMCPropGetSystemPropertyAsInt(CONF_FILE* pConfFile, char* pPropertyName) in SMCPropGetSystemPropertyAsInt() argument 512 char* pValue=SMCPropGetSystemProperty(pConfFile,pPropertyName); in SMCPropGetSystemPropertyAsInt() [all …]
|
D | smc_properties_parser.h | 116 char* SMCPropGetSystemProperty (CONF_FILE* pConfFile, char* pPropertyName); 117 uint32_t SMCPropGetSystemPropertyAsInt(CONF_FILE* pConfFile, char* pPropertyName); 118 S_RESULT SMCPropParseConfigFile (char* pConfigFilename,CONF_FILE* pConfFile);
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
D | smc_properties_parser.c | 245 CONF_FILE* pConfFile, SERVICE_SECTION* pService) in SMCPropYacc() argument 318 pPublicPropertyList=&pConfFile->sSystemSectionPropertyList; in SMCPropYacc() 323 &pConfFile->sDriverSectionList, in SMCPropYacc() 329 &pConfFile->sPreinstalledSectionList, in SMCPropYacc() 336 &pConfFile->sSectionList, in SMCPropYacc() 354 pConfFile->pFirstSectionInSCF=pServSection; in SMCPropYacc() 545 char* SMCPropGetSystemProperty(CONF_FILE* pConfFile, char* pPropertyName) in SMCPropGetSystemProperty() argument 550 &pConfFile->sSystemSectionPropertyList, in SMCPropGetSystemProperty() 560 uint32_t SMCPropGetSystemPropertyAsInt(CONF_FILE* pConfFile, char* pPropertyName) in SMCPropGetSystemPropertyAsInt() argument 563 char* pValue=SMCPropGetSystemProperty(pConfFile,pPropertyName); in SMCPropGetSystemPropertyAsInt() [all …]
|
D | smc_properties_parser.h | 116 char* SMCPropGetSystemProperty (CONF_FILE* pConfFile, char* pPropertyName); 117 uint32_t SMCPropGetSystemPropertyAsInt(CONF_FILE* pConfFile, char* pPropertyName); 118 S_RESULT SMCPropParseConfigFile (char* pConfigFilename,CONF_FILE* pConfFile);
|