/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | lib_object.c | 111 LIB_OBJECT_NODE* pRoot, in libObjectSearch() argument 116 if (pRoot != NULL) in libObjectSearch() 118 LIB_OBJECT_NODE* pNode = pRoot; in libObjectSearch() 128 while (pNode != pRoot); in libObjectSearch() 138 (LIB_OBJECT_NODE*)pTable->pRoot, nHandle, NULL, LIB_OBJECT_NODE_TYPE_HANDLE16); in libObjectHandle16Search() 147 (LIB_OBJECT_NODE*)pTable->pRoot, 0, pStorageName, LIB_OBJECT_NODE_TYPE_STORAGE_NAME); in libObjectStorageNameSearch() 156 (LIB_OBJECT_NODE*)pTable->pRoot, nFilenameLength, pFilename, LIB_OBJECT_NODE_TYPE_FILENAME); in libObjectFilenameSearch() 169 LIB_OBJECT_NODE* pRoot; in libObjectAdd() local 184 pRoot = *ppRoot; in libObjectAdd() 185 pLast = pRoot->pPrevious; in libObjectAdd() [all …]
|
D | lib_object.h | 100 LIB_OBJECT_NODE_HANDLE16* pRoot; member 174 LIB_OBJECT_NODE_STORAGE_NAME* pRoot; member 245 LIB_OBJECT_NODE_FILENAME* pRoot; member 313 LIB_OBJECT_NODE_UNINDEXED* pRoot; member
|
D | pkcs11_session.c | 97 pSession->sSecondarySessionTable.pRoot = NULL_PTR; in C_OpenSession()
|
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
D | lib_object.c | 111 LIB_OBJECT_NODE* pRoot, in libObjectSearch() argument 116 if (pRoot != NULL) in libObjectSearch() 118 LIB_OBJECT_NODE* pNode = pRoot; in libObjectSearch() 128 while (pNode != pRoot); in libObjectSearch() 138 (LIB_OBJECT_NODE*)pTable->pRoot, nHandle, NULL, LIB_OBJECT_NODE_TYPE_HANDLE16); in libObjectHandle16Search() 147 (LIB_OBJECT_NODE*)pTable->pRoot, 0, pStorageName, LIB_OBJECT_NODE_TYPE_STORAGE_NAME); in libObjectStorageNameSearch() 156 (LIB_OBJECT_NODE*)pTable->pRoot, nFilenameLength, pFilename, LIB_OBJECT_NODE_TYPE_FILENAME); in libObjectFilenameSearch() 169 LIB_OBJECT_NODE* pRoot; in libObjectAdd() local 184 pRoot = *ppRoot; in libObjectAdd() 185 pLast = pRoot->pPrevious; in libObjectAdd() [all …]
|
D | lib_object.h | 100 LIB_OBJECT_NODE_HANDLE16* pRoot; member 174 LIB_OBJECT_NODE_STORAGE_NAME* pRoot; member 245 LIB_OBJECT_NODE_FILENAME* pRoot; member 313 LIB_OBJECT_NODE_UNINDEXED* pRoot; member
|
D | pkcs11_session.c | 97 pSession->sSecondarySessionTable.pRoot = NULL_PTR; in C_OpenSession()
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | smc_properties_parser.c | 214 if (pList->pRoot==NULL) in SMCPropListSortedAdd() 216 pList->pRoot=pNode; in SMCPropListSortedAdd() 222 nResult=static_listSortedAddNode(pList->pRoot,pNode); in SMCPropListSortedAdd() 235 if (pList->pRoot!=NULL) in SMCPropListFindElement() 237 return static_listFindNodeElement(pList->pRoot,pName,bIsCaseSensitive); in SMCPropListFindElement()
|
D | smc_properties_parser.h | 69 NODE* pRoot; member
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
D | smc_properties_parser.c | 215 if (pList->pRoot==NULL) in SMCPropListSortedAdd() 217 pList->pRoot=pNode; in SMCPropListSortedAdd() 223 nResult=static_listSortedAddNode(pList->pRoot,pNode); in SMCPropListSortedAdd() 236 if (pList->pRoot!=NULL) in SMCPropListFindElement() 238 return static_listFindNodeElement(pList->pRoot,pName,bIsCaseSensitive); in SMCPropListFindElement()
|
D | smc_properties_parser.h | 69 NODE* pRoot; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
D | OMX_JpegDec_Utils.c | 2320 LinkedList->pRoot = NULL; in LinkedList_Create() 2331 if(LinkedList->pRoot == NULL) { in LinkedList_AddElement() 2335 pNewNode->pNextNode = LinkedList->pRoot; in LinkedList_AddElement() 2338 LinkedList->pRoot = pNewNode; in LinkedList_AddElement() 2343 Node *pNode = LinkedList->pRoot; in LinkedList_FreeElement() 2349 LinkedList->pRoot = pTempNode; in LinkedList_FreeElement() 2367 while (LinkedList->pRoot != NULL) { in LinkedList_FreeAll() 2368 pTempNode = LinkedList->pRoot->pNextNode; in LinkedList_FreeAll() 2370 free(LinkedList->pRoot->pValue); in LinkedList_FreeAll() 2371 free(LinkedList->pRoot); in LinkedList_FreeAll() [all …]
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
D | OMX_JpegEnc_Utils.c | 3232 LinkedList->pRoot = NULL; in LinkedList_Create() 3246 if(LinkedList->pRoot == NULL) { in LinkedList_AddElement() 3250 pNewNode->pNextNode = LinkedList->pRoot; in LinkedList_AddElement() 3253 LinkedList->pRoot = pNewNode; in LinkedList_AddElement() 3263 Node *pNode = LinkedList->pRoot; in LinkedList_FreeElement() 3269 LinkedList->pRoot = pTempNode; in LinkedList_FreeElement() 3291 while (LinkedList->pRoot != NULL) { in LinkedList_FreeAll() 3292 pTempNode = LinkedList->pRoot->pNextNode; in LinkedList_FreeAll() 3294 if(LinkedList->pRoot->pValue != NULL) { in LinkedList_FreeAll() 3295 free(LinkedList->pRoot->pValue); in LinkedList_FreeAll() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_Utils.c | 3588 LinkedList->pRoot = NULL; in LinkedList_Create() 3599 if (LinkedList->pRoot == NULL) { in LinkedList_AddElement() 3603 pNewNode->pNextNode = LinkedList->pRoot; in LinkedList_AddElement() 3606 LinkedList->pRoot = pNewNode; in LinkedList_AddElement() 3611 Node *pNode = LinkedList->pRoot; in LinkedList_FreeElement() 3617 LinkedList->pRoot = pTempNode; in LinkedList_FreeElement() 3635 while (LinkedList->pRoot != NULL) { in LinkedList_FreeAll() 3636 pTempNode = LinkedList->pRoot->pNextNode; in LinkedList_FreeAll() 3638 free(LinkedList->pRoot->pValue); in LinkedList_FreeAll() 3639 free(LinkedList->pRoot); in LinkedList_FreeAll() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
D | OMX_VPP_Utils.h | 45 Node *pRoot; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
D | OMX_JpegEnc_Utils.h | 124 Node *pRoot; member
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
D | OMX_JpegDec_Utils.h | 86 Node *pRoot; member
|