Searched refs:tbl (Results 1 - 25 of 108) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtce.c48 void tce_build(struct iommu_table *tbl, unsigned long index, argument
59 tp = ((u64*)tbl->it_base) + index;
74 void tce_free(struct iommu_table *tbl, long index, unsigned int npages) argument
78 tp = ((u64*)tbl->it_base) + index;
97 static int tce_table_setparms(struct pci_dev *dev, struct iommu_table *tbl) argument
103 tbl->it_busno = dev->bus->number;
106 tbl->it_size = table_size_to_number_of_entries(specified_table_size);
112 bitmapsz = tbl->it_size / BITS_PER_BYTE;
120 tbl->it_map = (unsigned long*)bmppages;
122 memset(tbl
136 struct iommu_table *tbl; local
182 free_tce_table(void *tbl) argument
[all...]
H A Dpci-calgary.c160 static void tce_cache_blast(struct iommu_table *tbl);
208 static void iommu_range_reserve(struct iommu_table *tbl, argument
218 if (index >= tbl->it_size)
222 if (end > tbl->it_size) /* don't go off the table */
223 end = tbl->it_size;
225 badbit = verify_bit_range(tbl->it_map, 0, index, end);
229 "0x%lx tbl %p dma 0x%lx npages %u\n",
230 badbit, tbl, start_addr, npages);
233 set_bit_string(tbl->it_map, index, npages);
236 static unsigned long iommu_range_alloc(struct iommu_table *tbl, argument
265 iommu_alloc(struct iommu_table *tbl, void *vaddr, unsigned int npages, int direction) argument
296 __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, unsigned int npages) argument
329 iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, unsigned int npages) argument
341 __calgary_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, int nelems, int direction) argument
362 struct iommu_table *tbl = to_pci_dev(dev)->bus->self->sysdata; local
391 struct iommu_table *tbl = to_pci_dev(dev)->bus->self->sysdata; local
445 struct iommu_table *tbl = to_pci_dev(dev)->bus->self->sysdata; local
461 struct iommu_table *tbl = to_pci_dev(dev)->bus->self->sysdata; local
477 struct iommu_table *tbl; local
555 tce_cache_blast(struct iommu_table *tbl) argument
609 struct iommu_table *tbl = dev->sysdata; local
633 struct iommu_table *tbl = dev->sysdata; local
669 struct iommu_table *tbl = dev->sysdata; local
690 struct iommu_table *tbl; local
727 struct iommu_table *tbl = dev->sysdata; local
751 struct iommu_table *tbl = dev->sysdata; local
816 struct iommu_table *tbl; local
853 struct iommu_table *tbl; local
1064 void *tbl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dpkcs1v2-oaep.h26 } tbl[] = { variable in typeref:struct:__anon2625
H A Dpkcs1v2-pss.h26 } tbl[] = variable in typeref:struct:__anon2627
H A Dpkcs1v2-v15c.h25 } tbl[] = variable in typeref:struct:__anon2629
H A Dpkcs1v2-v15s.h24 } tbl[] = variable in typeref:struct:__anon2631
H A Dpkcs1v2.c167 for (tno = 0; tno < DIM (tbl); tno++)
174 info ("(%s)\n", tbl[tno].desc);
176 rsa_n = data_from_hex (tbl[tno].n, &rsa_n_len);
177 rsa_e = data_from_hex (tbl[tno].e, &rsa_e_len);
178 rsa_d = data_from_hex (tbl[tno].d, &rsa_d_len);
196 for (mno = 0; mno < DIM (tbl[0].m); mno++)
203 info ("running test: %s\n", tbl[tno].m[mno].desc);
205 mesg = data_from_hex (tbl[tno].m[mno].mesg, &mesg_len);
206 seed = data_from_hex (tbl[tno].m[mno].seed, &seed_len);
226 if (extract_cmp_data (ciph, "a", tbl[tn
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Diommu.c85 static unsigned long iommu_range_alloc(struct iommu_table *tbl, argument
111 start = largealloc ? tbl->it_largehint : tbl->it_hint;
114 limit = largealloc ? tbl->it_size : tbl->it_halfpoint;
116 if (largealloc && start < tbl->it_halfpoint)
117 start = tbl->it_halfpoint;
124 start = largealloc ? tbl->it_largehint : tbl->it_hint;
128 if (limit + tbl
188 iommu_alloc(struct iommu_table *tbl, void *page, unsigned int npages, enum dma_data_direction direction, unsigned long mask, unsigned int align_order) argument
224 __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, unsigned int npages) argument
255 iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, unsigned int npages) argument
274 iommu_map_sg(struct iommu_table *tbl, struct scatterlist *sglist, int nelems, unsigned long mask, enum dma_data_direction direction) argument
405 iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, int nelems, enum dma_data_direction direction) argument
442 iommu_init_table(struct iommu_table *tbl, int nid) argument
528 struct iommu_table *tbl = pdn->iommu_table; local
565 iommu_map_single(struct iommu_table *tbl, void *vaddr, size_t size, unsigned long mask, enum dma_data_direction direction) argument
594 iommu_unmap_single(struct iommu_table *tbl, dma_addr_t dma_handle, size_t size, enum dma_data_direction direction) argument
611 iommu_alloc_coherent(struct iommu_table *tbl, size_t size, dma_addr_t *dma_handle, unsigned long mask, gfp_t flag, int node) argument
656 iommu_free_coherent(struct iommu_table *tbl, size_t size, void *vaddr, dma_addr_t dma_handle) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dgen-8bit-gap.awk3 tbl[sprintf("%02x",i)] = "0x0000";
8 tbl[substr($2,3,2)]=sprintf("0x%s",substr($1,3,4));
14 printf(" %s,", tbl[sprintf("%02x",i*8+j)]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dt_bitst.c65 BIT_STRING_BITNAME *tbl, int indent)
70 for(bnam = tbl; bnam->lname; bnam++) {
82 BIT_STRING_BITNAME *tbl)
85 bitnum = ASN1_BIT_STRING_num_asc(name, tbl);
94 int ASN1_BIT_STRING_num_asc(char *name, BIT_STRING_BITNAME *tbl) argument
97 for(bnam = tbl; bnam->lname; bnam++) {
64 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) argument
81 ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value, BIT_STRING_BITNAME *tbl) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_bitst.c65 BIT_STRING_BITNAME *tbl, int indent)
70 for(bnam = tbl; bnam->lname; bnam++) {
82 BIT_STRING_BITNAME *tbl)
85 bitnum = ASN1_BIT_STRING_num_asc(name, tbl);
94 int ASN1_BIT_STRING_num_asc(char *name, BIT_STRING_BITNAME *tbl) argument
97 for(bnam = tbl; bnam->lname; bnam++) {
64 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) argument
81 ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value, BIT_STRING_BITNAME *tbl) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dtce.h41 extern void tce_build(struct iommu_table *tbl, unsigned long index,
43 extern void tce_free(struct iommu_table *tbl, long index, unsigned int npages);
45 extern void free_tce_table(void *tbl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_lblc.c15 * *lock(tbl->lock) ==> *lock(&tbl->lock)
16 * Wensong Zhang : fixed the uninitilized tbl->lock bug
210 ip_vs_lblc_hash(struct ip_vs_lblc_table *tbl, struct ip_vs_lblc_entry *en) argument
225 write_lock(&tbl->lock);
226 list_add(&en->list, &tbl->bucket[hash]);
227 atomic_inc(&tbl->entries);
228 write_unlock(&tbl->lock);
238 ip_vs_lblc_get(struct ip_vs_lblc_table *tbl, __be32 addr) argument
245 read_lock(&tbl
264 ip_vs_lblc_flush(struct ip_vs_lblc_table *tbl) argument
280 ip_vs_lblc_full_check(struct ip_vs_lblc_table *tbl) argument
306 struct ip_vs_lblc_table *tbl; local
356 struct ip_vs_lblc_table *tbl; local
397 struct ip_vs_lblc_table *tbl = svc->sched_data; local
511 struct ip_vs_lblc_table *tbl; local
[all...]
H A Dip_vs_dh.c79 ip_vs_dh_get(struct ip_vs_dh_bucket *tbl, __be32 addr) argument
81 return (tbl[ip_vs_dh_hashkey(addr)]).dest;
89 ip_vs_dh_assign(struct ip_vs_dh_bucket *tbl, struct ip_vs_service *svc) argument
96 b = tbl;
120 static void ip_vs_dh_flush(struct ip_vs_dh_bucket *tbl) argument
125 b = tbl;
138 struct ip_vs_dh_bucket *tbl; local
141 tbl = kmalloc(sizeof(struct ip_vs_dh_bucket)*IP_VS_DH_TAB_SIZE,
143 if (tbl == NULL) {
147 svc->sched_data = tbl;
161 struct ip_vs_dh_bucket *tbl = svc->sched_data; local
177 struct ip_vs_dh_bucket *tbl = svc->sched_data; local
206 struct ip_vs_dh_bucket *tbl; local
[all...]
H A Dip_vs_sh.c76 ip_vs_sh_get(struct ip_vs_sh_bucket *tbl, __be32 addr) argument
78 return (tbl[ip_vs_sh_hashkey(addr)]).dest;
86 ip_vs_sh_assign(struct ip_vs_sh_bucket *tbl, struct ip_vs_service *svc) argument
93 b = tbl;
117 static void ip_vs_sh_flush(struct ip_vs_sh_bucket *tbl) argument
122 b = tbl;
135 struct ip_vs_sh_bucket *tbl; local
138 tbl = kmalloc(sizeof(struct ip_vs_sh_bucket)*IP_VS_SH_TAB_SIZE,
140 if (tbl == NULL) {
144 svc->sched_data = tbl;
158 struct ip_vs_sh_bucket *tbl = svc->sched_data; local
174 struct ip_vs_sh_bucket *tbl = svc->sched_data; local
203 struct ip_vs_sh_bucket *tbl; local
[all...]
H A Dip_vs_lblcr.c396 ip_vs_lblcr_hash(struct ip_vs_lblcr_table *tbl, struct ip_vs_lblcr_entry *en) argument
411 write_lock(&tbl->lock);
412 list_add(&en->list, &tbl->bucket[hash]);
413 atomic_inc(&tbl->entries);
414 write_unlock(&tbl->lock);
424 ip_vs_lblcr_get(struct ip_vs_lblcr_table *tbl, __be32 addr) argument
431 read_lock(&tbl->lock);
433 list_for_each_entry(en, &tbl->bucket[hash], list) {
436 read_unlock(&tbl->lock);
441 read_unlock(&tbl
450 ip_vs_lblcr_flush(struct ip_vs_lblcr_table *tbl) argument
466 ip_vs_lblcr_full_check(struct ip_vs_lblcr_table *tbl) argument
492 struct ip_vs_lblcr_table *tbl; local
551 struct ip_vs_lblcr_table *tbl; local
606 struct ip_vs_lblcr_table *tbl; local
650 struct ip_vs_lblcr_table *tbl = svc->sched_data; local
765 struct ip_vs_lblcr_table *tbl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Diommu.c41 static void tce_build_iSeries(struct iommu_table *tbl, long index, long npages, argument
51 if (tbl->it_type == TCE_VB) {
63 rc = HvCallXm_setTce((u64)tbl->it_index, (u64)index, tce);
72 static void tce_free_iSeries(struct iommu_table *tbl, long index, long npages) argument
77 rc = HvCallXm_setTce((u64)tbl->it_index, (u64)index, 0);
114 struct iommu_table* tbl)
132 tbl->it_size = (parms->itc_size * TCE_PAGE_SIZE) / TCE_ENTRY_SIZE;
133 tbl->it_busno = parms->itc_busno;
134 tbl->it_offset = parms->itc_offset;
135 tbl
111 iommu_table_getparms_iSeries(unsigned long busno, unsigned char slotno, unsigned char virtbus, struct iommu_table* tbl) argument
148 iommu_table_find(struct iommu_table * tbl) argument
172 struct iommu_table *tbl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c60 static int pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev);
61 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev);
69 Neighbour hash table buckets are protected with rwlock tbl->lock.
119 static int neigh_forced_gc(struct neigh_table *tbl) argument
124 NEIGH_CACHE_STAT_INC(tbl, forced_gc_runs);
126 write_lock_bh(&tbl->lock);
127 for (i = 0; i <= tbl->hash_mask; i++) {
130 np = &tbl->hash_buckets[i];
153 tbl->last_flush = jiffies;
155 write_unlock_bh(&tbl
180 neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev) argument
223 neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) argument
230 neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) argument
242 neigh_alloc(struct neigh_table *tbl) argument
307 neigh_hash_grow(struct neigh_table *tbl, unsigned long new_entries) argument
343 neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev) argument
364 neigh_lookup_nodev(struct neigh_table *tbl, const void *pkey) argument
384 neigh_create(struct neigh_table *tbl, const void *pkey, struct net_device *dev) argument
452 pneigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) argument
504 pneigh_delete(struct neigh_table *tbl, const void *pkey, struct net_device *dev) argument
534 pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev) argument
636 struct neigh_table *tbl = (struct neigh_table *)arg; local
1073 neigh_event_ns(struct neigh_table *tbl, u8 *lladdr, void *saddr, struct net_device *dev) argument
1210 struct neigh_table *tbl = (struct neigh_table *)arg; local
1242 pneigh_enqueue(struct neigh_table *tbl, struct neigh_parms *p, struct sk_buff *skb) argument
1270 neigh_parms_alloc(struct net_device *dev, struct neigh_table *tbl) argument
1307 neigh_parms_release(struct neigh_table *tbl, struct neigh_parms *parms) argument
1336 neigh_table_init_no_netlink(struct neigh_table *tbl) argument
1391 neigh_table_init(struct neigh_table *tbl) argument
1412 neigh_table_clear(struct neigh_table *tbl) argument
1448 struct neigh_table *tbl; local
1513 struct neigh_table *tbl; local
1638 neightbl_fill_info(struct sk_buff *skb, struct neigh_table *tbl, u32 pid, u32 seq, int type, int flags) argument
1719 neightbl_fill_param_info(struct sk_buff *skb, struct neigh_table *tbl, struct neigh_parms *parms, u32 pid, u32 seq, int type, unsigned int flags) argument
1751 lookup_neigh_params(struct neigh_table *tbl, int ifindex) argument
1791 struct neigh_table *tbl; local
1918 struct neigh_table *tbl; local
2003 neigh_dump_table(struct neigh_table *tbl, struct sk_buff *skb, struct netlink_callback *cb) argument
2039 struct neigh_table *tbl; local
2061 neigh_for_each(struct neigh_table *tbl, void (*cb)(struct neighbour *, void *), void *cookie) argument
2077 __neigh_for_each_release(struct neigh_table *tbl, int (*cb)(struct neighbour *)) argument
2112 struct neigh_table *tbl = state->tbl; local
2150 struct neigh_table *tbl = state->tbl; local
2207 struct neigh_table *tbl = state->tbl; local
2227 struct neigh_table *tbl = state->tbl; local
2270 neigh_seq_start(struct seq_file *seq, loff_t *pos, struct neigh_table *tbl, unsigned int neigh_seq_flags) argument
2316 struct neigh_table *tbl = state->tbl; local
2327 struct neigh_table *tbl = pde->data; local
2345 struct neigh_table *tbl = pde->data; local
2365 struct neigh_table *tbl = pde->data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Duuencode.c23 const char *tbl; local
28 tbl = bb_uuenc_tbl_std;
32 tbl = bb_uuenc_tbl_base64;
42 printf("begin%s %o %s", tbl == bb_uuenc_tbl_std ? "" : "-base64", mode, *argv);
50 bb_uuencode(dst_buf, src_buf, size, tbl);
52 if (tbl == bb_uuenc_tbl_std) {
53 putchar(tbl[size]);
58 printf(tbl == bb_uuenc_tbl_std ? "\n`\nend\n" : "\n====\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dtime.h68 unsigned long tbl; local
70 asm volatile("mfspr %0, 0x3dd" : "=r" (tbl));
72 asm volatile("mftb %0" : "=r" (tbl));
74 return tbl;
78 unsigned long tbl; local
80 asm volatile("mfspr %0, 0x3dc" : "=r" (tbl));
82 asm volatile("mftbu %0" : "=r" (tbl));
84 return tbl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djcomapi.c88 JQUANT_TBL *tbl; local
90 tbl = (JQUANT_TBL *)
92 tbl->sent_table = FALSE; /* make sure this is false in any new table */
93 return tbl;
100 JHUFF_TBL *tbl; local
102 tbl = (JHUFF_TBL *)
104 tbl->sent_table = FALSE; /* make sure this is false in any new table */
105 return tbl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/iseries/
H A Diommu.h35 struct iommu_table *tbl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Diommu.c52 static void tce_build_pSeries(struct iommu_table *tbl, long index, argument
65 tcep = ((u64 *)tbl->it_base) + index;
78 static void tce_free_pSeries(struct iommu_table *tbl, long index, long npages) argument
82 tcep = ((u64 *)tbl->it_base) + index;
88 static unsigned long tce_get_pseries(struct iommu_table *tbl, long index) argument
92 tcep = ((u64 *)tbl->it_base) + index;
97 static void tce_build_pSeriesLP(struct iommu_table *tbl, long tcenum, argument
112 rc = plpar_tce_put((u64)tbl->it_index, (u64)tcenum << 12, tce);
116 printk("\tindex = 0x%lx\n", (u64)tbl->it_index);
129 static void tce_buildmulti_pSeriesLP(struct iommu_table *tbl, lon argument
193 tce_free_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages) argument
212 tce_freemulti_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages) argument
227 tce_get_pSeriesLP(struct iommu_table *tbl, long tcenum) argument
246 iommu_table_setparms(struct pci_controller *phb, struct device_node *dn, struct iommu_table *tbl) argument
296 iommu_table_setparms_lpar(struct pci_controller *phb, struct device_node *dn, struct iommu_table *tbl, const void *dma_window) argument
316 struct iommu_table *tbl; local
396 struct iommu_table *tbl; local
446 struct iommu_table *tbl; local
485 struct iommu_table *tbl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dneighbour.h41 struct neigh_table *tbl; member in struct:neigh_parms
83 #define NEIGH_CACHE_STAT_INC(tbl, field) \
86 (per_cpu_ptr((tbl)->stats, smp_processor_id())->field)++; \
93 struct neigh_table *tbl; member in struct:neighbour
183 extern void neigh_table_init(struct neigh_table *tbl);
184 extern void neigh_table_init_no_netlink(struct neigh_table *tbl);
185 extern int neigh_table_clear(struct neigh_table *tbl);
186 extern struct neighbour * neigh_lookup(struct neigh_table *tbl,
189 extern struct neighbour * neigh_lookup_nodev(struct neigh_table *tbl,
191 extern struct neighbour * neigh_create(struct neigh_table *tbl,
223 struct neigh_table *tbl; member in struct:neigh_seq_state
323 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) argument
335 __neigh_lookup_errno(struct neigh_table *tbl, const void *pkey, struct net_device *dev) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Diommu.h80 extern struct iommu_table *iommu_init_table(struct iommu_table * tbl,
83 extern int iommu_map_sg(struct iommu_table *tbl, struct scatterlist *sglist,
86 extern void iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist,
89 extern void *iommu_alloc_coherent(struct iommu_table *tbl, size_t size,
92 extern void iommu_free_coherent(struct iommu_table *tbl, size_t size,
94 extern dma_addr_t iommu_map_single(struct iommu_table *tbl, void *vaddr,
97 extern void iommu_unmap_single(struct iommu_table *tbl, dma_addr_t dma_handle,

Completed in 234 milliseconds

12345