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

/hardware/ti/wlan/wl1271/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 80 milliseconds