/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/ |
D | MsduList.c | 79 msduList->first = NULL; in msduList_CreateNewMsduList() 238 pTempMsdu = this->first; in msduList_EmptyMsduList() 247 if ((wlan_memMngrFreeListOfMSDU(this->hMemMgr, memMgr_MsduHandle( this->first))) != OK) in msduList_EmptyMsduList() 254 this->first = NULL; in msduList_EmptyMsduList() 299 this->first = *pMsdu; in msduList_Insert() 339 (*pMsdu) = this->first; in msduList_Insert() 340 this->first = this->first->nextMSDUinList; in msduList_Insert() 341 this->first->prevMSDUinList = NULL; in msduList_Insert() 402 *pMsdu = this->first; in msduList_GetFirst() 403 this->first = this->first->nextMSDUinList; in msduList_GetFirst() [all …]
|
D | MsduList.h | 61 mem_MSDU_T *first; /* Points to the first Msdu's in the list. */ member
|
/system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
D | CmdQueue.c | 572 TI_UINT32 first = pCmdQueue->head; in cmdQueue_Restart() local 597 pHead = &pCmdQueue->aCmdQueue[first]; in cmdQueue_Restart() 608 first++; in cmdQueue_Restart() 609 if (first == CMDQUEUE_QUEUE_DEPTH) in cmdQueue_Restart() 610 first = 0; in cmdQueue_Restart() 896 TI_UINT32 first = pCmdQueue->head; in cmdQueue_PrintQueue() local 902 pHead = &pCmdQueue->aCmdQueue[first]; in cmdQueue_PrintQueue() 909 first)); in cmdQueue_PrintQueue() 911 first++; in cmdQueue_PrintQueue() 912 if (first == CMDQUEUE_QUEUE_DEPTH) in cmdQueue_PrintQueue() [all …]
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/ |
D | CmdQueue.c | 166 int first = pCmdQueue->Head; in CmdQueue_StartReconfig() local 188 pHead = &pCmdQueue->CmdQueue[first]; in CmdQueue_StartReconfig() 198 first++; in CmdQueue_StartReconfig() 199 if(first == CMDQUEUE_QUEUE_DEPTH) in CmdQueue_StartReconfig() 200 first = 0; in CmdQueue_StartReconfig() 919 int first = pCmdQueue->Head; in CmdQueue_PrintQueue() local 927 pHead = &pCmdQueue->CmdQueue[first]; in CmdQueue_PrintQueue() 934 first)); in CmdQueue_PrintQueue() 942 first)); in CmdQueue_PrintQueue() 945 first++; in CmdQueue_PrintQueue() [all …]
|
/system/core/sh/ |
D | cd.c | 156 int first; in docd() local 174 first = 1; in docd() 178 if (! first) in docd() 180 first = 0; in docd() 343 static int first = 1; in getpwd() local 348 if (first) { in getpwd() 349 first = 0; in getpwd()
|
D | show.c | 127 int first; in shcmd() local 131 first = 1; in shcmd() 133 if (! first) in shcmd() 136 first = 0; in shcmd() 139 if (! first) in shcmd() 159 first = 0; in shcmd()
|
D | histedit.c | 227 int first, last, direction; in histcmd() local 356 first = str_to_event(firststr, 0); in histcmd() 361 last = first; in histcmd() 362 first = i; in histcmd() 369 direction = first < last ? H_PREV : H_NEXT; in histcmd() 395 retval = history(hist, &he, H_NEXT_EVENT, first); in histcmd()
|
D | nodetypes | 53 ch1 nodeptr # the first child
|
D | TOUR | 251 EXPAND.C: Arguments are processed in three passes. The first 313 mand runs /bin/pwd the first time it is invoked (unless the user
|
/system/extras/tests/bionic/libc/bionic/ |
D | lib_relocs.c | 6 struct foo { int first, second; }; member 9 int* FooPtr[] = { &Foo.first, &Foo.second };
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 51 int first = 1; in decode() local 55 if (first) { in decode() 60 first = 0; in decode()
|
/system/core/ |
D | Android.mk | 19 include $(call first-makefiles-under,$(LOCAL_PATH))
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
D | console.c | 146 p_e = &(p_root->u.dir.first); in consoleAddDirExt() 262 p_e = &(p_dir->u.dir.first); in consoleAddToken() 518 p_token = p_dir->u.dir.first; in console_displayDir() 808 p_token = p_dir->u.dir.first; in console_searchToken() 819 p_token = p_dir->u.dir.first; in console_searchToken() 837 p_token = p_cur_dir->u.dir.first; in console_dirHelp() 913 p_token = p_dir->u.dir.first; in console_chooseAlias() 935 p_token = p_dir->u.dir.first; in console_chooseAlias()
|
D | console.h | 187 struct ConEntry_t *first; /* First entry */ member
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ |
D | console.c | 90 struct ConEntry_t *first; /* First entry */ member 197 pEntryTemp = pEntry->u.dir.first; in Console_FreeEntry() 234 p_token = p_dir->u.dir.first; in Console_displayDir() 498 p_token = p_dir->u.dir.first; in Console_searchToken() 509 p_token = p_dir->u.dir.first; in Console_searchToken() 527 p_token = pConsole->p_cur_dir->u.dir.first; in Console_dirHelp() 603 p_token = p_dir->u.dir.first; in Console_chooseAlias() 624 p_token = p_dir->u.dir.first; in Console_chooseAlias() 891 p_e = &(p_root->u.dir.first); in Console_AddDirExt() 1038 p_e = &(p_dir->u.dir.first); in Console_AddToken()
|
/system/core/vold/ |
D | uevent.c | 86 int first = 1; in process_uevent_message() local 103 if (first) { in process_uevent_message() 108 first = 0; in process_uevent_message()
|
/system/core/init/ |
D | readme.txt | 18 or options before the first section are ignored. 87 groupnames beyond the (required) first one are used to set the 109 This is the first trigger that will occur when init starts
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ |
D | fourX.c | 384 pMsdu=pMsduList->first; in fourX_CopyOsData() 767 if(pHwTxInformation->hwTotalAvailMem > pMsduList->first->dataLen) in fourX_MakeConcatDecision()
|
/system/core/adb/ |
D | protocol.txt | 33 unsigned arg0; /* first argument */ 112 The local-id is ignored on all but the first READY message (where it
|
D | OVERVIEW.TXT | 49 or a script. It first tries to locate the ADB server on the host machine,
|
/system/core/rootdir/ |
D | init.rc | 61 # Mount /system rw first to give the filesystem a chance to save a checkpoint
|