Home
last modified time | relevance | path

Searched refs:pProp (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties.h59 char *smcGetPropertyAsString(char *pProp);
68 int smcGetPropertyAsInt(char *pProp, int *pVal);
Dsmc_properties.c297 char *smcGetPropertyAsString(char *pProp) in smcGetPropertyAsString() argument
299 return SMCPropGetSystemProperty(&gConfFile, pProp); in smcGetPropertyAsString()
309 int smcGetPropertyAsInt(char *pProp, int *pVal) in smcGetPropertyAsInt() argument
311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp); in smcGetPropertyAsInt()
/hardware/ti/omap4-aah/security/tf_daemon/
Dsmc_properties.h59 char *smcGetPropertyAsString(char *pProp);
68 int smcGetPropertyAsInt(char *pProp, int *pVal);
Dsmc_properties.c297 char *smcGetPropertyAsString(char *pProp) in smcGetPropertyAsString() argument
299 return SMCPropGetSystemProperty(&gConfFile, pProp); in smcGetPropertyAsString()
309 int smcGetPropertyAsInt(char *pProp, int *pVal) in smcGetPropertyAsInt() argument
311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp); in smcGetPropertyAsInt()