Searched refs:table (Results 151 - 175 of 788) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-ioctl.c221 struct dm_table *table; local
228 table = dm_get_table(hc->md);
229 if (table) {
230 dm_table_event(table);
231 dm_table_put(table);
282 struct dm_table *table; local
329 table = dm_get_table(hc->md);
330 if (table) {
331 dm_table_event(table);
332 dm_table_put(table);
531 struct dm_table *table; local
883 retrieve_status(struct dm_table *table, struct dm_ioctl *param, size_t param_size) argument
954 struct dm_table *table; local
1010 populate_table(struct dm_table *table, struct dm_ioctl *param, size_t param_size) argument
1125 retrieve_deps(struct dm_table *table, struct dm_ioctl *param, size_t param_size) argument
1166 struct dm_table *table; local
1195 struct dm_table *table; local
1224 struct dm_table *table; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dentry-table.S1 /* entry-table.S: main trap vector tables and exception jump table
23 # (1) The trap table for debug mode
24 # (2) The trap table for kernel mode
25 # (3) The trap table for user mode
27 # The CPU jumps to an appropriate slot in the appropriate table to perform
33 # (4) The exception handler vector table
37 # table, as indexed by the exception ID from the TBR.
39 # (5) The fixup table for kernel-trap single-step
40 # (6) The fixup table fo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_rules.c56 .table = RT_TABLE_DEFAULT,
65 .table = RT_TABLE_MAIN,
73 .table = RT_TABLE_LOCAL,
125 if ((tbl = fib_get_table(rule->table)) == NULL)
141 if ((tb = fib_get_table(res->r->table)) != NULL)
187 if (rule->table == RT_TABLE_UNSPEC) {
189 struct fib_table *table; local
191 table = fib_empty_table();
192 if (table == NULL) {
197 rule->table
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-restore.c72 "table '%s'\n", ip6tables_globals.program_name,
204 /* New table */
205 char *table; local
207 table = strtok(buffer+1, " \t\n");
208 DEBUGP("line %u, table '%s'\n", line, table);
209 if (!table) {
211 "%s: line %u table name invalid\n",
216 strncpy(curtable, table, IP6T_TABLE_MAXNAMELEN);
222 handle = create_handle(table);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dhash.c41 #define table hash_table macro
55 #define table hash_table macro
106 * Compute a shift amount from a given table size
118 * Initialize the table of pointers to null.
126 hash->table[i] = NULL;
130 * Double the size of a dynamic table. This works as follows. Each chain splits
136 * the hash table will continue to function exactly as before without having to
143 * 4. Allocate a new table of chain pointers that is twice as large as the
149 * 7. Now loop over each chain in the table and sort its nodes into two
152 * into the corresponding sister chain in the upper half of the table
399 hash_init(hash_t *hash, hashcount_t maxcount, hash_comp_t compfun, hash_fun_t hashfun, hnode_t **table, hashcount_t nchains) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/irq/
H A Dintc2.c57 * in the intc2_data table.
59 void make_intc2_irq(struct intc2_data *table, unsigned int nr_irqs) argument
65 struct intc2_data *p = table + i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dtables.c233 * acpi_table_parse - find table with @id, run @handler on it
235 * @id: table id to find
238 * Scan the ACPI System Descriptor Table (STD) for a table matching @id,
239 * run @handler on it. Return 0 if table found, return on if not.
243 struct acpi_table_header *table = NULL; local
249 acpi_get_table(id, acpi_apic_instance, &table);
251 acpi_get_table(id, 0, &table);
253 if (table) {
254 handler(table);
267 struct acpi_table_header *table local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddrop_caches.c57 int drop_caches_sysctl_handler(ctl_table *table, int write, argument
60 proc_dointvec_minmax(table, write, file, buffer, length, ppos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dmemalloc.h76 int tblsize; /* allocated table size */
77 struct snd_sg_page *table; /* address table */ member in struct:snd_sg_buf
78 struct page **page_table; /* page table (for vmap/vunmap) */
95 return sgbuf->table[offset >> PAGE_SHIFT].addr + offset % PAGE_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dunwind.h50 const struct unwind_table_entry *table; member in struct:unwind_table
68 unwind_table_remove(struct unwind_table *table);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c41 #define table hash_table macro
55 #define table hash_table macro
106 * Compute a shift amount from a given table size
118 * Initialize the table of pointers to null.
126 hash->table[i] = NULL;
130 * Double the size of a dynamic table. This works as follows. Each chain splits
136 * the hash table will continue to function exactly as before without having to
143 * 4. Allocate a new table of chain pointers that is twice as large as the
149 * 7. Now loop over each chain in the table and sort its nodes into two
152 * into the corresponding sister chain in the upper half of the table
399 hash_init(hash_t *hash, hashcount_t maxcount, hash_comp_t compfun, hash_fun_t hashfun, hnode_t **table, hashcount_t nchains) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_rules.c55 .table = RT_TABLE_MAIN,
100 tbl = dn_fib_get_table(rule->table, 0);
138 if (rule->table == RT_TABLE_UNSPEC) {
140 struct dn_fib_table *table; local
142 table = dn_fib_empty_table();
143 if (table == NULL) {
148 rule->table = table->n;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_CLASSIFY.c48 .table = "mangle",
59 .table = "mangle",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables-restore.c71 "table '%s'\n", program_name, tablename);
189 /* New table */
190 char *table; local
192 table = strtok(buffer+1, " \t\n");
193 DEBUGP("line %u, table '%s'\n", line, table);
194 if (!table) {
196 "%s: line %u table name invalid\n",
200 strncpy(curtable, table, IP6T_TABLE_MAXNAMELEN);
206 handle = create_handle(table, modprob
[all...]
H A Diptables-restore.c68 "table '%s'\n", program_name, tablename);
192 /* New table */
193 char *table; local
195 table = strtok(buffer+1, " \t\n");
196 DEBUGP("line %u, table '%s'\n", line, table);
197 if (!table) {
199 "%s: line %u table name invalid\n",
203 strncpy(curtable, table, IPT_TABLE_MAXNAMELEN);
209 handle = create_handle(table, modprob
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Davs.c52 const uint8_t *table, *vect; local
115 table = buf + (256 * vect_w * vect_h);
118 init_get_bits(&change_map, table, map_size);
119 table += map_size;
125 vect = &buf[*table++ * (vect_w * vect_h)];
H A Dmpc7.c127 t = get_vlc2(gb, quant_vlc[0][i1].table, 9, 2);
136 t = get_vlc2(gb, quant_vlc[1][i1].table, 9, 2);
144 *dst++ = get_vlc2(gb, quant_vlc[idx-1][i1].table, 9, 2) - mpc7_quant_vlc_off[idx-1];
183 if(i) t = get_vlc2(&gb, hdr_vlc.table, MPC7_HDR_BITS, 1) - 5;
196 if(bands[i].res[ch]) bands[i].scfi[ch] = get_vlc2(&gb, scfi_vlc.table, MPC7_SCFI_BITS, 1);
202 t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7;
206 t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7;
208 t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7;
212 t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BITS, 1) - 7;
218 t = get_vlc2(&gb, dscf_vlc.table, MPC7_DSCF_BIT
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tests/
H A DMakefile31 check : all table-from table-to ../src/iconv_no_i18n
159 check-extra-yes: all table-from table-to ../src/iconv_no_i18n
198 table-from : table-from.o ../lib/libiconv.la
199 $(LIBTOOL_LINK) $(CC) $(LDFLAGS) table-from.o ../lib/libiconv.la -o $@
201 table-from.o : $(srcdir)/table-from.c
202 $(CC) -c $(INCLUDES) $(CFLAGS) $(CPPFLAGS) $(srcdir)/table
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto.c36 * ipvs protocol table.
119 ip_vs_create_timeout_table(int *table, int size) argument
121 return kmemdup(table, size, GFP_ATOMIC);
129 ip_vs_set_state_timeout(int *table, int num, char **names, char *name, int to) argument
133 if (!table || !name || !to)
139 table[i] = to * HZ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dfdct_mmx.c57 //concatenated table, for forward DCT transformation
81 static const int16_t tab_frw_01234567[] ATTR_ALIGN(8) = { // forward_dct coeff table
160 //static const int16_t tab_frw_01234567_sse2[] ATTR_ALIGN(16) = { // forward_dct coeff table
439 static av_always_inline void fdct_row_mmx2(const int16_t *in, int16_t *out, const int16_t *table) argument
482 : "r" (in), "r" (table), "r" (fdct_r_row), "r" (out));
485 static av_always_inline void fdct_row_mmx(const int16_t *in, int16_t *out, const int16_t *table) argument
533 : "r" (in), "r" (table), "r" (fdct_r_row), "r" (out));
540 const int16_t *table= tab_frw_01234567; local
547 fdct_row_mmx(block1, block, table);
549 table
558 const int16_t *table= tab_frw_01234567; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpiphp_ibm.c70 * aPCI table
137 char *table; local
139 size = ibm_get_table_from_acpi(&table);
140 des = (union apci_descriptor *)table;
144 des = (union apci_descriptor *)&table[ind += des->header.len];
147 des = (union apci_descriptor *)&table[ind += des->generic.len];
158 kfree(table);
211 * from an ACPI call, we read the aPCI table and parse out our
268 * @bufp: address to pointer to allocate for the table
271 * stores the "stripped" table int
355 char *table = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Diommu.c90 /* Segment table entries */
101 /* Page table entries */
126 struct iommu_table table; member in struct:iommu_window
180 container_of(tbl, struct iommu_window, table);
220 container_of(tbl, struct iommu_window, table);
329 /* set up the segment table */
353 /* number of pages needed for a page table */
398 /* set the IOC segment table origin register (and turn on the iommu) */
431 window->table.it_blocksize = 16;
432 window->table
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dfileinfo.c285 GtkWidget *vbox, *hbox, *left_vbox, *table; local
316 table = gtk_table_new(5, 5, FALSE);
317 gtk_container_set_border_width(GTK_CONTAINER(table), 5);
318 gtk_container_add(GTK_CONTAINER(tag_frame), table); local
322 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 0, 1, GTK_FILL, GTK_FILL, 5, 5);
325 gtk_table_attach(GTK_TABLE(table), title_entry, 1, 4, 0, 1, GTK_FILL | GTK_EXPAND | GTK_SHRINK, GTK_FILL | GTK_EXPAND | GTK_SHRINK, 0, 5);
329 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2, GTK_FILL, GTK_FILL, 5, 5);
332 gtk_table_attach(GTK_TABLE(table), artist_entry, 1, 4, 1, 2, GTK_FILL | GTK_EXPAND | GTK_SHRINK, GTK_FILL | GTK_EXPAND | GTK_SHRINK, 0, 5);
336 gtk_table_attach(GTK_TABLE(table), label, 0, 1, 2, 3, GTK_FILL, GTK_FILL, 5, 5);
339 gtk_table_attach(GTK_TABLE(table), album_entr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dsgi-agp.c33 * Values for this table will be extracted and filled in at
136 u64 *table; local
142 table = (u64 *)bridge->gatt_table;
181 if (table[j])
192 table[j] =
206 u64 *table; local
216 table = (u64 *)bridge->gatt_table;
219 table[i] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dballoc.c425 struct inode * table,
462 epos.block = oepos.block = UDF_I_LOCATION(table);
466 udf_next_aext(table, &epos, &eloc, &elen, 1)) != -1)
484 udf_write_aext(table, &oepos, eloc, elen, 1);
504 udf_write_aext(table, &oepos, eloc, elen, 1);
543 if (UDF_I_ALLOCTYPE(table) == ICBTAG_FLAG_AD_SHORT)
545 else if (UDF_I_ALLOCTYPE(table) == ICBTAG_FLAG_AD_LONG)
601 UDF_I_LENALLOC(table) += adsize;
602 mark_inode_dirty(table);
611 switch (UDF_I_ALLOCTYPE(table))
423 udf_table_free_blocks(struct super_block * sb, struct inode * inode, struct inode * table, kernel_lb_addr bloc, uint32_t offset, uint32_t count) argument
670 udf_table_prealloc_blocks(struct super_block * sb, struct inode * inode, struct inode *table, uint16_t partition, uint32_t first_block, uint32_t block_count) argument
739 udf_table_new_block(struct super_block * sb, struct inode * inode, struct inode *table, uint16_t partition, uint32_t goal, int *err) argument
[all...]

Completed in 486 milliseconds

1234567891011>>