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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.h62 * @pnext: the &struct list_head to use as a pointer to the next item.
65 #define list_for_each_safe(pos, pnext, head) \
66 for (pos = (head)->next, pnext = pos->next; pos != (head); \
67 pos = pnext, pnext = pos->next)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc4xx_sgdma.c210 ppc_sgl_t *pnext, *sgl_addr; local
230 pnext = psgl->phead;
231 while (pnext &&
232 ((unsigned) pnext < ((unsigned) psgl + SGL_LIST_SIZE) &&
233 (pnext != sgl_addr))
235 pnext++;
238 if (pnext == sgl_addr) { /* found the sgl descriptor */
240 *src_addr = pnext->src_addr;
241 *dst_addr = pnext->dst_addr;
248 pnext
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dau1000_eth.h48 struct db_dest *pnext; member in struct:db_dest
H A Dsgiseeq.c215 r[i].rdma.pnext);
219 r[i].rdma.pnext);
224 t[i].tdma.pnext);
228 t[i].tdma.pnext);
374 td = (struct sgiseeq_tx_desc *)(long) CKSEG1ADDR(td->tdma.pnext);
600 buf[i].tdma.pnext = CPHYSADDR(buf + i + 1);
604 buf[i].tdma.pnext = CPHYSADDR(buf);
612 buf[i].rdma.pnext = CPHYSADDR(buf + i + 1);
617 buf[i].rdma.pnext = CPHYSADDR(buf);
H A Dau1000_eth.c405 aup->pDBfree = pDB->pnext;
414 pDBfree->pnext = pDB;
743 pDB->pnext = pDBfree;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirqueue.h90 void ** pnext);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dau1000_ircc.h75 struct db_dest *pnext; member in struct:db_dest
H A Dau1k_ir.c98 aup->pDBfree = pDB->pnext;
107 pDBfree->pnext = pDB;
249 pDB->pnext = pDBfree;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsgiwd93.c173 hcp->desc.pnext = (u32) (dma + 1);
179 hcp->desc.pnext = hd->dma;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirqueue.c792 * Function hashbin_find (hashbin, hashv, name, pnext)
802 void ** pnext)
822 *pnext = hashbin_get_next( hashbin );
824 *pnext = NULL;
801 hashbin_find_next( hashbin_t* hashbin, long hashv, const char* name, void ** pnext) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sgi/
H A Dhpc3.h33 u32 pnext; /* paddr of next hpc_dma_desc if any */ member in struct:hpc_dma_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sgi/
H A Dhpc3.h33 u32 pnext; /* paddr of next hpc_dma_desc if any */ member in struct:hpc_dma_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dulpqueue.c334 struct sk_buff *pnext, *last; local
380 pnext = pos->next;
392 pos->next = pnext;
393 pos = pnext;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dhal2.c489 return codec->desc[i].desc.pnext;
549 desc->desc.pnext = (i == count - 1) ?
580 dma_addr = codec->desc[codec->desc_count - 1].desc.pnext;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c38848 int pnext, psize, x; local
[all...]

Completed in 285 milliseconds