Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties_parser.c258 char* pValueZ = NULL; in SMCPropYacc() local
355 pValueZ = malloc(nValueLength+1); in SMCPropYacc()
356 if (pValueZ == NULL) in SMCPropYacc()
361 memcpy(pValueZ, pValue, nValueLength); in SMCPropYacc()
362 pValueZ[nValueLength] = 0; in SMCPropYacc()
373 pProperty->pValue=pValueZ; in SMCPropYacc()
411 TRACE_ERROR("Configuration file: wrong service UUID: %s\n", pValueZ); in SMCPropYacc()