Searched refs:td (Results 26 - 50 of 89) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_dispatch.h57 void *td; /* If abort, the detail for the txn. */ member in struct:__db_txnhead
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_chkpt.c295 TXN_DETAIL *td; local
301 SH_TAILQ_FOREACH(td, &region->active_txn, links, __txn_detail)
302 if (td->begin_lsn.file != 0 &&
303 td->begin_lsn.offset != 0 &&
304 LOG_COMPARE(&td->begin_lsn, lsnp) < 0)
305 *lsnp = td->begin_lsn;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.h211 #define td_token(td) le32_to_cpu((td)->token)
239 * td->link points to either another TD (not necessarily for the same urb or
262 static inline u32 td_status(struct uhci_td *td) { argument
263 __le32 status = td->status;
269 #define LINK_TO_TD(td) (cpu_to_le32((td)->dma_handle))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c519 STATIC int inflate_codes(tl, td, bl, bd)
520 struct huft *tl, *td; /* literal/length and distance decoder tables */
521 int bl, bd; /* number of bits decoded by tl[] and td[] */
577 if ((e = (t = td + ((unsigned)b & md))->e) > 16)
691 struct huft *td; /* distance code table */ local
693 int bd; /* lookup bits for td */
716 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
726 if (inflate_codes(tl, td, bl, bd))
732 huft_free(td);
747 struct huft *td; /* distanc local
908 huft_free(td); variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c548 struct huft *td, /* distance decoder tables */
550 int bd /* number of bits decoded by td[] */
607 if ((e = (t = td + ((unsigned)b & md))->e) > 16)
729 struct huft *td; /* distance code table */ local
731 int bd; /* lookup bits for td */
759 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1)
770 if (inflate_codes(tl, td, bl, bd)) {
778 huft_free(td);
795 struct huft *td; /* distance code table */ local
797 int bd; /* lookup bits for td */
546 inflate_codes( struct huft *tl, struct huft *td, int bl, int bd ) argument
973 huft_free(td); variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dnet2280.c412 struct net2280_dma *td; local
414 td = pci_pool_alloc (ep->dev->requests, gfp_flags,
416 if (!td) {
420 td->dmacount = 0; /* not VALID */
421 td->dmaaddr = __constant_cpu_to_le32 (DMA_ADDR_INVALID);
422 td->dmadesc = td->dmaaddr;
423 req->td = td;
440 if (req->td)
719 struct net2280_dma *td = req->td; local
1715 struct net2280_dma *td; local
2896 struct net2280_dma *td; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/qam/
H A Dqam_auto.c18 __qam_incfirst_read(env, dbpp, td, recbuf, argpp)
21 void *td;
37 argp->txnp->td = td;
208 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
232 __qam_mvptr_read(env, dbpp, td, recbuf, argpp)
235 void *td;
251 argp->txnp->td = td;
480 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMOR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_bbt.c28 * @param td search pattern descriptor
36 static int check_short_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) argument
42 for (i = 0; i < td->len; i++) {
43 if (p[i] != td->pattern[i])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Disoch.c79 struct pci_dev *td = bridge->dev, *dev; local
118 pci_read_config_dword(td, bridge->capndx+AGPNISTAT, &tnistat);
119 pci_read_config_dword(td, bridge->capndx+AGPSTAT, &tstatus);
171 pci_read_config_word(td, bridge->capndx+AGPNICMD, &tnicmd);
174 pci_write_config_word(td, bridge->capndx+AGPNICMD, tnicmd);
177 pci_read_config_dword(td, bridge->capndx+AGPNISTAT, &tnistat);
318 struct pci_dev *td = bridge->dev, *dev = NULL; local
330 pci_read_config_dword(td, bridge->capndx+AGPSTAT, &tstatus);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsgiseeq.c363 static inline void kick_tx(struct sgiseeq_tx_desc *td, argument
372 while ((td->tdma.cntinfo & (HPCDMA_XIU | HPCDMA_ETXD)) ==
374 td = (struct sgiseeq_tx_desc *)(long) CKSEG1ADDR(td->tdma.pnext);
375 if (td->tdma.cntinfo & HPCDMA_XIU) {
376 hregs->tx_ndptr = CPHYSADDR(td);
385 struct sgiseeq_tx_desc *td; local
403 td = &sp->tx_desc[j];
405 if (!(td->tdma.cntinfo & (HPCDMA_XIU)))
407 if (!(td
510 struct sgiseeq_tx_desc *td; local
[all...]
H A Dmace.c434 volatile struct dbdma_regs __iomem *td = mp->tx_dma; local
483 out_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16);
484 out_le32(&td->cmdptr, virt_to_bus(mp->tx_cmds));
504 volatile struct dbdma_regs __iomem *td = mp->tx_dma; local
512 st_le32(&td->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* clear run bit */
535 volatile struct dbdma_regs __iomem *td = mp->tx_dma; local
574 out_le32(&td->control, ((RUN|WAKE) << 16) + (RUN|WAKE));
667 volatile struct dbdma_regs __iomem *td = mp->tx_dma; local
697 dstat = ld_le32(&td->status);
699 out_le32(&td
805 volatile struct dbdma_regs __iomem *td = mp->tx_dma; local
[all...]
H A D7990.c358 volatile struct lance_tx_desc *td; local
371 td = &ib->btx_ring [i];
374 if (td->tmd1_bits & LE_T1_OWN)
377 if (td->tmd1_bits & LE_T1_ERR) {
378 status = td->misc;
415 } else if ((td->tmd1_bits & LE_T1_POK) == LE_T1_POK) {
419 td->tmd1_bits &= ~(LE_T1_POK);
422 if (td->tmd1_bits & LE_T1_EONE)
426 if (td->tmd1_bits & LE_T1_EMORE)
H A Dgt64240eth.c312 gt64240_td_t *td = &gp->tx_ring[i]; local
315 dev->name, i, td, td->cmdstat, td->byte_cnt, td->buff_ptr,
316 td->next);
551 gt64240_td_t *td; local
564 td = &gp->tx_ring[nextOut];
585 td = &gp->tx_ring[nextOut];
586 cmdstat = td
1277 gt64240_td_t *td; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbtree_auto.c17 __bam_split_read(env, dbpp, td, recbuf, argpp)
20 void *td;
36 argp->txnp->td = td;
325 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
349 __bam_rsplit_read(env, dbpp, td, recbuf, argpp)
352 void *td;
368 argp->txnp->td = td;
616 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMOR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfirestream.c667 struct FS_BPENTRY *td; local
688 printk (KERN_WARNING "td not aligned: %ld\n", tmp);
690 td = bus_to_virt (tmp);
693 td->flags, td->next, td->bsa, td->aal_bufsize, td->skb );
695 skb = td->skb;
700 td
1108 struct FS_BPENTRY *td; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Duml.lds.S80 .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
H A Ddyn.lds.S46 .rel.tdata : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) }
47 .rela.tdata : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }
107 .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_auto.c17 __db_addrem_read(env, dbpp, td, recbuf, argpp)
20 void *td;
36 argp->txnp->td = td;
279 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
303 __db_big_read(env, dbpp, td, recbuf, argpp)
306 void *td;
322 argp->txnp->td = td;
584 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMOR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_ipt.c113 struct ipt_entry_target *td, *t; local
128 td = (struct ipt_entry_target *)RTA_DATA(tb[TCA_IPT_TARG-1]);
129 if (RTA_PAYLOAD(tb[TCA_IPT_TARG-1]) < td->u.target_size)
161 t = kmemdup(td, td->u.target_size, GFP_KERNEL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_auto.c18 __ham_insdel_read(env, dbpp, td, recbuf, argpp)
21 void *td;
37 argp->txnp->td = td;
272 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
296 __ham_newpage_read(env, dbpp, td, recbuf, argpp)
299 void *td;
315 argp->txnp->td = td;
558 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMOR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_offload.c480 struct t3c_data *td = container_of(work, struct t3c_data, local
483 struct t3cdev *tdev = td->dev;
486 spin_lock_bh(&td->tid_release_lock);
487 while (td->tid_release_list) {
488 struct t3c_tid_entry *p = td->tid_release_list;
490 td->tid_release_list = (struct t3c_tid_entry *)p->ctx;
491 spin_unlock_bh(&td->tid_release_lock);
495 mk_tid_release(skb, p - td->tid_maps.tid_tab);
498 spin_lock_bh(&td->tid_release_lock);
500 spin_unlock_bh(&td
506 struct t3c_data *td = T3C_DATA(tdev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c454 * tl, td: literal/length and distance decoder tables
455 * bl, bd: number of bits decoded by tl[] and td[]
466 #define td inflate_codes_td macro
474 td = my_td;
534 t = td + ((unsigned) bb & md);
597 huft_free(td);
608 #undef td macro
728 huft_t *td; /* distance code table */ local
730 unsigned bd; /* lookup bits for td */
757 i = huft_build(l, 30, 0, cpdist, cpdext, &td,
776 huft_t *td; /* distance code table */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dtimer_list.c183 print_tickdevice(struct seq_file *m, struct tick_device *td) argument
185 struct clock_event_device *dev = td->evtdev;
187 SEQ_printf(m, "\nTick Device: mode: %d\n", td->mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djcmarker.c311 int i, td, ta; local
323 td = compptr->dc_tbl_no;
334 td = 0; /* no DC table either */
336 td = 0; /* AC scan */
339 emit_byte(cinfo, (td << 4) + ta);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fget.c120 TXN_DETAIL *td; local
139 td = NULL;
165 if (mvcc && txn != NULL && txn->td != NULL) {
169 td = (TXN_DETAIL *)txn->td;
171 read_lsnp = &td->read_lsn;
178 td->mvcc_mtx == MUTEX_INVALID && (ret =
179 __mutex_alloc(env, MTX_TXN_MVCC, 0, &td->mvcc_mtx)) != 0)
880 (ret = __memp_bh_settxn(dbmp, mfp, alloc_bhp, td)) != 0)
906 (ret = __memp_bh_settxn(dbmp, mfp, bhp, td)) !
[all...]

Completed in 324 milliseconds

1234