Searched defs:pVal (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties.c306 * @param pVal the value of the property
307 * @return 0 if found, else 1 (and pVal set to 0)
309 int smcGetPropertyAsInt(char *pProp, int *pVal) argument
314 *pVal = 0;
317 if (libString2GetStringAsInt(pStr, (uint32_t*)pVal) == S_SUCCESS)
321 *pVal = 0;

Completed in 717 milliseconds