Searched refs:pHead (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dasm1042.c33 char *pHead, *pLev; local
40 if((pHead = strstr(buf, "Lev=")) == NULL)
43 pLev = pHead + 4;
65 char *pHead, *pVer; local
89 if((pHead = strstr(buf, ASM1042_VER_HEAD)) == NULL)
95 pVer = pHead + strlen(ASM1042_VER_HEAD);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dasm1042.c33 char *pHead, *pLev; local
40 if((pHead = strstr(buf, "Lev=")) == NULL)
43 pLev = pHead + 4;
65 char *pHead, *pVer; local
89 if((pHead = strstr(buf, ASM1042_VER_HEAD)) == NULL)
95 pVer = pHead + strlen(ASM1042_VER_HEAD);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dasm1042.c33 char *pHead, *pLev; local
40 if((pHead = strstr(buf, "Lev=")) == NULL)
43 pLev = pHead + 4;
65 char *pHead, *pVer; local
89 if((pHead = strstr(buf, ASM1042_VER_HEAD)) == NULL)
95 pVer = pHead + strlen(ASM1042_VER_HEAD);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-bcmring/csp/dmac/
H A DdmacHw_extra.c255 if (pRing->pHead == NULL) {
259 pStart = pRing->pHead;
261 while ((dmacHw_DESC_t *) pStart->llp != pRing->pHead) {
262 if (pStart == pRing->pHead) {
289 if (pStart == pRing->pHead) {
361 dmacHw_DESC_t *pHead; local
365 pHead = (dmacHw_GET_DESC_RING(pDescriptor))->pHead;
366 pProg = pHead;
373 } while (pProg != pHead);
[all...]
H A DdmacHw.c158 pProg = pRing->pHead;
160 dmacHw_NEXT_DESC(pRing, pHead);
173 /* Make sure pProg pointing to the pHead */
175 pRing->pHead);
183 } while (pRing->pProg != pRing->pHead);
403 pRing->pHead =
405 pRing->pFree = pRing->pTail = pRing->pEnd = pRing->pHead;
408 pDesc = pRing->pHead;
430 pDesc->llpPhy = (uint32_t) pRing->pHead - pRing->virt2PhyOffset;
434 pDesc->llp = (uint32_t) pRing->pHead;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-bcmring/csp/dmac/
H A DdmacHw_extra.c255 if (pRing->pHead == NULL) {
259 pStart = pRing->pHead;
261 while ((dmacHw_DESC_t *) pStart->llp != pRing->pHead) {
262 if (pStart == pRing->pHead) {
289 if (pStart == pRing->pHead) {
361 dmacHw_DESC_t *pHead; local
365 pHead = (dmacHw_GET_DESC_RING(pDescriptor))->pHead;
366 pProg = pHead;
373 } while (pProg != pHead);
[all...]
H A DdmacHw.c158 pProg = pRing->pHead;
160 dmacHw_NEXT_DESC(pRing, pHead);
173 /* Make sure pProg pointing to the pHead */
175 pRing->pHead);
183 } while (pRing->pProg != pRing->pHead);
403 pRing->pHead =
405 pRing->pFree = pRing->pTail = pRing->pEnd = pRing->pHead;
408 pDesc = pRing->pHead;
430 pDesc->llpPhy = (uint32_t) pRing->pHead - pRing->virt2PhyOffset;
434 pDesc->llp = (uint32_t) pRing->pHead;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-bcmring/include/mach/csp/
H A DdmacHw_priv.h49 dmacHw_DESC_t *pHead; /* Head of descriptor ring (for writing) */ member in struct:__anon11767
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/csp/
H A DdmacHw_priv.h49 dmacHw_DESC_t *pHead; /* Head of descriptor ring (for writing) */ member in struct:__anon23460
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dwebserver.c248 WS_CONNLIST *pHead, *pTail; local
256 pHead=pwsp->connlist.next;
258 while((pHead) && (pHead->pwsc != pwsc)) {
259 pTail=pHead;
260 pHead=pHead->next;
263 if(pHead) {
268 pTail->next = pHead->next;
270 if(pHead
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dwebserver.c248 WS_CONNLIST *pHead, *pTail; local
256 pHead=pwsp->connlist.next;
258 while((pHead) && (pHead->pwsc != pwsc)) {
259 pTail=pHead;
260 pHead=pHead->next;
263 if(pHead) {
268 pTail->next = pHead->next;
270 if(pHead
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dwebserver.c248 WS_CONNLIST *pHead, *pTail; local
256 pHead=pwsp->connlist.next;
258 while((pHead) && (pHead->pwsc != pwsc)) {
259 pTail=pHead;
260 pHead=pHead->next;
263 if(pHead) {
268 pTail->next = pHead->next;
270 if(pHead
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c20719 HashElem *pHead; /* First element already in pEntry */ local
20721 pHead = pEntry->count ? pEntry->chain : 0;
20725 pHead = 0;
20727 if( pHead ){
20728 pNew->next = pHead;
20729 pNew->prev = pHead->prev;
20730 if( pHead->prev ){ pHead->prev->next = pNew; }
20732 pHead->prev = pNew;
33985 struct RowSetEntry *pHead, *pTail; local
110613 Fts3HashElem *pHead; /* First element already in pEntry */ local
114838 char *pHead; /* Position list data following iHead */ member in struct:SnippetPhrase
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c20719 HashElem *pHead; /* First element already in pEntry */ local
20721 pHead = pEntry->count ? pEntry->chain : 0;
20725 pHead = 0;
20727 if( pHead ){
20728 pNew->next = pHead;
20729 pNew->prev = pHead->prev;
20730 if( pHead->prev ){ pHead->prev->next = pNew; }
20732 pHead->prev = pNew;
33985 struct RowSetEntry *pHead, *pTail; local
110613 Fts3HashElem *pHead; /* First element already in pEntry */ local
114838 char *pHead; /* Position list data following iHead */ member in struct:SnippetPhrase
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c20719 HashElem *pHead; /* First element already in pEntry */ local
20721 pHead = pEntry->count ? pEntry->chain : 0;
20725 pHead = 0;
20727 if( pHead ){
20728 pNew->next = pHead;
20729 pNew->prev = pHead->prev;
20730 if( pHead->prev ){ pHead->prev->next = pNew; }
20732 pHead->prev = pNew;
33985 struct RowSetEntry *pHead, *pTail; local
110613 Fts3HashElem *pHead; /* First element already in pEntry */ local
114838 char *pHead; /* Position list data following iHead */ member in struct:SnippetPhrase
[all...]

Completed in 916 milliseconds