Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_daemon/
Dsmc_properties_parser.c116 static NODE* static_listFindNodeElement(NODE* pList,char* pName,bool bIsCaseSensitive) in static_listFindNodeElement() argument
122 while (pList!=NULL) in static_listFindNodeElement()
126 nCmp=strcmp(pName,pList->pName); in static_listFindNodeElement()
130 nCmp=STRICMP(pName,pList->pName); in static_listFindNodeElement()
134 pList=pList->pRight; in static_listFindNodeElement()
138 pList=pList->pLeft; in static_listFindNodeElement()
145 return pList; in static_listFindNodeElement()
149 static S_RESULT static_listSortedAddNode(NODE* pList,NODE* pNode) in static_listSortedAddNode() argument
154 nCmp=strcmp(pNode->pName,pList->pName); in static_listSortedAddNode()
157 if (pList->pRight!=NULL) in static_listSortedAddNode()
[all …]
/hardware/ti/omap3/dspbridge/libbridge/inc/
Dlist.h120 extern VOID LST_Delete(IN struct LST_LIST* pList);
150 extern struct LST_ELEM* LST_First(IN struct LST_LIST* pList);
181 extern struct LST_ELEM* LST_GetHead(IN struct LST_LIST* pList);
230 extern VOID LST_InsertBefore(IN struct LST_LIST* pList,
250 extern struct LST_ELEM* LST_Next(IN struct LST_LIST* pList,
284 extern VOID LST_PutTail(IN struct LST_LIST* pList,
302 extern VOID LST_RemoveElem(IN struct LST_LIST* pList,
/hardware/ti/omap3/dspbridge/inc/
Dlist.h120 extern VOID LST_Delete(IN struct LST_LIST* pList);
150 extern struct LST_ELEM* LST_First(IN struct LST_LIST* pList);
181 extern struct LST_ELEM* LST_GetHead(IN struct LST_LIST* pList);
230 extern VOID LST_InsertBefore(IN struct LST_LIST* pList,
250 extern struct LST_ELEM* LST_Next(IN struct LST_LIST* pList,
284 extern VOID LST_PutTail(IN struct LST_LIST* pList,
302 extern VOID LST_RemoveElem(IN struct LST_LIST* pList,
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DapConn.c757 apConn_staCapabilities_t *pList; in apConn_getStaCapabilities() local
762 pList = ie_list; in apConn_getStaCapabilities()
771 pList->authMode = os802_11AuthModeOpen; in apConn_getStaCapabilities()
774 pList->authMode = os802_11AuthModeShared; in apConn_getStaCapabilities()
777 pList->authMode = os802_11AuthModeAutoSwitch; in apConn_getStaCapabilities()
780 pList->authMode = os802_11AuthModeWPA; in apConn_getStaCapabilities()
783 pList->authMode = os802_11AuthModeWPAPSK; in apConn_getStaCapabilities()
786 pList->authMode = os802_11AuthModeWPANone; in apConn_getStaCapabilities()
789 pList->authMode = os802_11AuthModeWPA2; in apConn_getStaCapabilities()
792 pList->authMode = os802_11AuthModeWPA2PSK; in apConn_getStaCapabilities()
[all …]
/hardware/ti/omap4xxx/domx/test/sample_proxy/
Dtest_sample_proxy.c580 BufferList *pList; in SampleTest_WriteInBuffers() local
585 pList = pContext->pInBufferList; in SampleTest_WriteInBuffers()
586 while (pList && pList->pBufHdr) in SampleTest_WriteInBuffers()
588 BUFFERLIST_CLEAR_ENTRY(pList, pBufHeader); in SampleTest_WriteInBuffers()
643 BufferList *pList; in SampleTest_ReadOutBuffers() local
646 pList = pContext->pOutBufferList; in SampleTest_ReadOutBuffers()
647 while (pList && pList->pBufHdr) in SampleTest_ReadOutBuffers()
651 BUFFERLIST_CLEAR_ENTRY(pList, pBufHeader); in SampleTest_ReadOutBuffers()