Searched refs:last (Results 1 – 11 of 11) sorted by relevance
80 msduList->last = NULL; in msduList_CreateNewMsduList()255 this->last = NULL; in msduList_EmptyMsduList()298 this->last = *pMsdu; in msduList_Insert()333 this->last->nextMSDUinList = *pMsdu; in msduList_Insert()334 (*pMsdu)->prevMSDUinList = this->last; in msduList_Insert()336 this->last = *pMsdu; in msduList_Insert()359 this->last->nextMSDUinList = *pMsdu; in msduList_Insert()360 (*pMsdu)->prevMSDUinList = this->last; in msduList_Insert()362 this->last = *pMsdu; in msduList_Insert()458 WLAN_OS_REPORT(("last = %X\n", this->last)); in printMsduList()
62 mem_MSDU_T *last; /* Points to the last Msdu's is the list. */ member
227 int first, last, direction; in histcmd() local357 last = str_to_event(laststr, 1); in histcmd()360 i = last; in histcmd()361 last = first; in histcmd()369 direction = first < last ? H_PREV : H_NEXT; in histcmd()425 if (he.num == last) in histcmd()480 str_to_event(const char *str, int last) in str_to_event() argument511 last ? H_FIRST : H_LAST); in str_to_event()
48 # The last two types should be followed by the text of a C declaration for
333 which is to be stored in memory. This last is used when a buil-
27 struct region *last; member65 alloc->list.last = NULL; in create_allocation()67 alloc->oob_list.last = NULL; in create_allocation()86 if (list->last == reg) in region_list_remove()87 list->last = reg->prev; in region_list_remove()97 list->last = reg; in region_list_append()102 list->last->next = reg; in region_list_append()103 reg->prev = list->last; in region_list_append()104 list->last = reg; in region_list_append()231 struct region *last_reg = alloc->list.last; in reduce_allocation()[all …]
152 last: label202 b last
619 UINT8 last;
12 when it is the last character on a line, may be used for line-folding.
3079 pChip_Version->e2Ver.last = RadioNumber; in whalCtrl_GetFWInfo()3093 ("E2 Last version is %d\n", pChip_Version->e2Ver.last)); in whalCtrl_GetFWInfo()
3405 ((PTIWLN_VERSION_EX)swVer)->NVVersion.bugfix = EepromVersion.last; in UtilGetSwVersion()