Searched refs:pConfFile (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties_parser.h116 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);
H A Dsmc_properties_parser.c245 CONF_FILE* pConfFile, SERVICE_SECTION* pService)
318 pPublicPropertyList=&pConfFile->sSystemSectionPropertyList;
323 &pConfFile->sDriverSectionList,
329 &pConfFile->sPreinstalledSectionList,
336 &pConfFile->sSectionList,
354 pConfFile->pFirstSectionInSCF=pServSection;
545 char* SMCPropGetSystemProperty(CONF_FILE* pConfFile, char* pPropertyName) argument
550 &pConfFile->sSystemSectionPropertyList,
560 uint32_t SMCPropGetSystemPropertyAsInt(CONF_FILE* pConfFile, char* pPropertyName) argument
563 char* pValue=SMCPropGetSystemProperty(pConfFile,pPropertyNam
244 SMCPropYacc(uint8_t* pBuffer, uint32_t nBufferLength, CONF_FILE* pConfFile, SERVICE_SECTION* pService) argument
573 SMCPropParseConfigFile(char* pConfigFilename,CONF_FILE* pConfFile) argument
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties_parser.h116 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);
H A Dsmc_properties_parser.c244 CONF_FILE* pConfFile)
308 pPublicPropertyList=&pConfFile->sSystemSectionPropertyList;
313 &pConfFile->sDriverSectionList,
319 &pConfFile->sPreinstalledSectionList,
326 &pConfFile->sSectionList,
344 pConfFile->pFirstSectionInSCF=pServSection;
494 char* SMCPropGetSystemProperty(CONF_FILE* pConfFile, char* pPropertyName) argument
499 &pConfFile->sSystemSectionPropertyList,
509 uint32_t SMCPropGetSystemPropertyAsInt(CONF_FILE* pConfFile, char* pPropertyName) argument
512 char* pValue=SMCPropGetSystemProperty(pConfFile,pPropertyNam
243 SMCPropYacc(uint8_t* pBuffer, uint32_t nBufferLength, CONF_FILE* pConfFile) argument
522 SMCPropParseConfigFile(char* pConfigFilename,CONF_FILE* pConfFile) argument
[all...]

Completed in 30 milliseconds