Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/security/tf_daemon/
Dsmc_properties_parser.c257 uint32_t nValueLength; in SMCPropYacc() local
286 &nValueLength); in SMCPropYacc()
365 pValueZ = malloc(nValueLength+1); in SMCPropYacc()
371 memcpy(pValueZ, pValue, nValueLength); in SMCPropYacc()
372 pValueZ[nValueLength] = 0; in SMCPropYacc()
399 pService->sNode.pName=malloc(nValueLength+1); in SMCPropYacc()
418 memcpy(pService->sNode.pName,pProperty->pValue,nValueLength+1); in SMCPropYacc()
436 if ((nValueLength > strlen(CONFIG_PROPERTY_NAME)) && in SMCPropYacc()
Dlib_manifest2.c649 uint32_t nValueLength; in libManifest2CheckFormat() local
663 &nValueLength); in libManifest2CheckFormat()
/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties_parser.c256 uint32_t nValueLength; in SMCPropYacc() local
276 &nValueLength); in SMCPropYacc()
355 pValueZ = malloc(nValueLength+1); in SMCPropYacc()
361 memcpy(pValueZ, pValue, nValueLength); in SMCPropYacc()
362 pValueZ[nValueLength] = 0; in SMCPropYacc()
385 if ((nValueLength > strlen(CONFIG_PROPERTY_NAME)) && in SMCPropYacc()
Dlib_manifest2.c649 uint32_t nValueLength; in libManifest2CheckFormat() local
663 &nValueLength); in libManifest2CheckFormat()