HomeSort by relevance Sort by last modified time
    Searched full:list_create (Results 1 - 6 of 6) sorted by null

  /external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.h 51 void list_create(llist *l);
proc-llist.c 29 void list_create(llist *l) function
netcap.c 426 list_create(&l);
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtil.c 55 * List_create *
67 TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int ContainerSize)
74 WLAN_OS_REPORT(("FATAL ERROR:List_create(): OS handle Error - Aborting\n"));
309 DistributorMgr->DistributionList = (List_t*)List_create(hOs,MaxNotifReqElment,sizeof(NotifReqElment_t));
GeneralUtilApi.h 63 TI_HANDLE List_create(TI_HANDLE hOs,int MaxNumOfElements,int ContainerSize);
TrafficMonitor.c 105 TrafficMonitor->NotificationRegList = List_create(hOs,MAX_MONITORED_REQ,sizeof(TrafficAlertElement_t));
    [all...]

Completed in 154 milliseconds