Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/security/tf_daemon/
Dsmc_properties.c95 static CONF_FILE gConfFile; variable
272 memset(&gConfFile, 0x00, sizeof(CONF_FILE)); in smcPropertiesParse()
273 nResult=SMCPropParseConfigFile((char *)configFile, &gConfFile); in smcPropertiesParse()
281 if (!smcPropertiesCheck(gConfFile)) in smcPropertiesParse()
299 return SMCPropGetSystemProperty(&gConfFile, pProp); in smcGetPropertyAsString()
311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp); in smcGetPropertyAsInt()
/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties.c95 static CONF_FILE gConfFile; variable
272 memset(&gConfFile, 0x00, sizeof(CONF_FILE)); in smcPropertiesParse()
273 nResult=SMCPropParseConfigFile((char *)configFile, &gConfFile); in smcPropertiesParse()
281 if (!smcPropertiesCheck(gConfFile)) in smcPropertiesParse()
299 return SMCPropGetSystemProperty(&gConfFile, pProp); in smcGetPropertyAsString()
311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp); in smcGetPropertyAsInt()