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

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
H A DGeneralUtil.c57 * DESCRIPTION: This function initializes the List data module.
65 * RETURN: Handle to the allocated List data control block
70 List_t *List; local
78 /* alocate List block */
79 List = (List_t*)os_memoryAlloc(hOs, sizeof(List_t));
80 if(List == NULL)
84 /* alocate the List of Elements */
85 List->ElementList =(ListElement_t*)os_memoryAlloc(hOs, (sizeof(ListElement_t)*MaxNumOfElements));
86 if(List->ElementList == NULL)
88 os_memoryFree(List
131 List_t* List = (List_t*)hList; local
162 List_t* List = (List_t*)hList; local
193 List_t* List = (List_t*)hList; local
226 List_t* List = (List_t*)hList; local
257 List_t* List = (List_t*)hList; local
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
H A DGeneralUtil.c57 * DESCRIPTION: This function initializes the List data module.
65 * RETURN: Handle to the allocated List data control block
70 List_t *List; local
78 /* alocate List block */
79 List = (List_t*)os_memoryAlloc(hOs, sizeof(List_t));
80 if(List == NULL)
84 /* alocate the List of Elements */
85 List->ElementList =(ListElement_t*)os_memoryAlloc(hOs, (sizeof(ListElement_t)*MaxNumOfElements));
86 if(List->ElementList == NULL)
88 os_memoryFree(List
131 List_t* List = (List_t*)hList; local
162 List_t* List = (List_t*)hList; local
193 List_t* List = (List_t*)hList; local
226 List_t* List = (List_t*)hList; local
257 List_t* List = (List_t*)hList; local
[all...]

Completed in 45 milliseconds