HomeSort by relevance Sort by last modified time
    Searched refs:os_memoryAlloc (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/wlan/wl1271/utils/
fsm.c 103 *pFsm = (fsm_stateMachine_t *)os_memoryAlloc(hOs, sizeof(fsm_stateMachine_t));
111 (*pFsm)->stateEventMatrix = (fsm_Matrix_t)os_memoryAlloc(hOs, MaxNoOfStates * MaxNoOfEvents * sizeof(fsm_actionCell_t));
mem.c 68 TMemMng *pMemMng = (TMemMng *)os_memoryAlloc (hOs, sizeof(TMemMng));
96 * os_memoryAlloc()
121 pMemBlock = (TMemBlock *) os_memoryAlloc (pMemMng->hOs, total);
177 os_memoryAlloc function.
182 This address was returned by the os_memoryAlloc function.
185 os_memoryAlloc.
GenSM.c 64 pGenSM = os_memoryAlloc (hOS, sizeof(TGenSM));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
fsm.c 104 *pFsm = (fsm_stateMachine_t *)os_memoryAlloc(hOs, sizeof(fsm_stateMachine_t));
112 (*pFsm)->stateEventMatrix = (fsm_Matrix_t)os_memoryAlloc(hOs, MaxNoOfStates * MaxNoOfEvents * sizeof(fsm_actionCell_t));
bufferPool.c 60 bufferPool_t *pBufferPool = os_memoryAlloc( hOS, sizeof(bufferPool_t) );
80 pBufferPool->firstBuffer = pBufferPool->firstFreeBuffer = os_memoryAlloc( hOS, numOfBuffers * bufferSize );
nrfsm.c 122 pFsm = (nrfsm_t *)os_memoryAlloc (hOs, sizeof(nrfsm_t));
129 pFsm->matrix = (nrfsm_matrix_t)os_memoryAlloc (hOs, uMaxNoOfStates * uMaxNoOfEvents * sizeof(nrfsm_action_cell_t));
  /system/wlan/ti/wilink_6_1/utils/
fsm.c 103 *pFsm = (fsm_stateMachine_t *)os_memoryAlloc(hOs, sizeof(fsm_stateMachine_t));
111 (*pFsm)->stateEventMatrix = (fsm_Matrix_t)os_memoryAlloc(hOs, MaxNoOfStates * MaxNoOfEvents * sizeof(fsm_actionCell_t));
mem.c 68 TMemMng *pMemMng = (TMemMng *)os_memoryAlloc (hOs, sizeof(TMemMng));
96 * os_memoryAlloc()
121 pMemBlock = (TMemBlock *) os_memoryAlloc (pMemMng->hOs, total);
177 os_memoryAlloc function.
182 This address was returned by the os_memoryAlloc function.
185 os_memoryAlloc.
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyDerive.c 83 pKeyDerive = (keyDerive_t*)os_memoryAlloc(hOs, sizeof(keyDerive_t));
broadcastKeySM.c 89 pBroadcastKey = (broadcastKey_t*)os_memoryAlloc(hOs, sizeof(broadcastKey_t));
unicastKeySM.c 87 pUnicastKey = (unicastKey_t*)os_memoryAlloc(hOs, sizeof(unicastKey_t));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
keyDerive.c 84 pKeyDerive = (keyDerive_t*)os_memoryAlloc(hOs, sizeof(keyDerive_t));
broadcastKeySM.c 90 pBroadcastKey = (broadcastKey_t*)os_memoryAlloc(hOs, sizeof(broadcastKey_t));
unicastKeySM.c 88 pUnicastKey = (unicastKey_t*)os_memoryAlloc(hOs, sizeof(unicastKey_t));
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
keyDerive.c 83 pKeyDerive = (keyDerive_t*)os_memoryAlloc(hOs, sizeof(keyDerive_t));
broadcastKeySM.c 89 pBroadcastKey = (broadcastKey_t*)os_memoryAlloc(hOs, sizeof(broadcastKey_t));
unicastKeySM.c 87 pUnicastKey = (unicastKey_t*)os_memoryAlloc(hOs, sizeof(unicastKey_t));
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
fwDebug.c 88 TFwDebug *pFwDebug = (TFwDebug *)os_memoryAlloc(hOs,sizeof(TFwDebug));
126 pFwDebug->pDMABuf = (TI_UINT8*)os_memoryAlloc(pFwDebug->hOs,DMA_SIZE_BUF);
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
fwDebug.c 88 TFwDebug* pFwDebug = (TFwDebug*)os_memoryAlloc(hOs,sizeof(TFwDebug));
116 pFwDebug->pDMABuf = (TI_UINT8*)os_memoryAlloc(pFwDebug->hOs,DMA_SIZE_BUF);
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtil.c 79 List = (List_t*)os_memoryAlloc(hOs, sizeof(List_t));
85 List->ElementList =(ListElement_t*)os_memoryAlloc(hOs, (sizeof(ListElement_t)*MaxNumOfElements));
95 List->ElementList[index].Container = os_memoryAlloc(hOs,ContainerSize);
305 DistributorMgr = (DistributorMgr_t*)os_memoryAlloc(hOs, sizeof(DistributorMgr_t));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
GeneralUtil.c 79 List = (List_t*)os_memoryAlloc(hOs, sizeof(List_t));
85 List->ElementList =(ListElement_t*)os_memoryAlloc(hOs, (sizeof(ListElement_t)*MaxNumOfElements));
95 List->ElementList[index].Container = os_memoryAlloc(hOs,ContainerSize);
305 DistributorMgr = (DistributorMgr_t*)os_memoryAlloc(hOs, sizeof(DistributorMgr_t));
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
whalWep.c 56 pWhalWep = (WHAL_WEP *)os_memoryAlloc (hOs, sizeof(WHAL_WEP));
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
GeneralUtil.c 79 List = (List_t*)os_memoryAlloc(hOs, sizeof(List_t));
85 List->ElementList =(ListElement_t*)os_memoryAlloc(hOs, (sizeof(ListElement_t)*MaxNumOfElements));
95 List->ElementList[index].Container = os_memoryAlloc(hOs,ContainerSize);
305 DistributorMgr = (DistributorMgr_t*)os_memoryAlloc(hOs, sizeof(DistributorMgr_t));
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvWext.c 216 my_command.in_buffer = os_memoryAlloc(drv, my_command.in_buffer_len);
226 my_command.out_buffer = os_memoryAlloc(drv, my_command.out_buffer_len);
256 my_command.in_buffer = os_memoryAlloc(drv, ie_length);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osmemapi.c 76 * os_memoryAlloc()
92 os_memoryAlloc(
101 os_printf("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size);
185 return os_memoryAlloc(OsContext, Size);
231 pAllocatedMem = os_memoryAlloc(OsContext, MemSize);
245 os_memoryAlloc function.
250 This address was returned by the os_memoryAlloc function.
253 os_memoryAlloc.
371 This address was returned by the os_memoryAlloc function.
374 os_memoryAlloc
    [all...]

Completed in 202 milliseconds

1 2 3 4 5 6 7 8 91011>>