Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/linux-2.4.37.9/kernel/
Dsysctl.c99 int proc_dol2crvec(ctl_table *table, int write, struct file *filp,
101 int proc_dol3crvec(ctl_table *table, int write, struct file *filp,
113 static int proc_doutsstring(ctl_table *table, int write, struct file *filp,
488 static inline int ctl_perm(ctl_table *table, int op) in ctl_perm() argument
490 return test_perm(table->mode, op); in ctl_perm()
496 ctl_table *table, void **context) in parse_table() argument
504 for ( ; table->ctl_name; table++) { in parse_table()
505 if (n == table->ctl_name || table->ctl_name == CTL_ANY) { in parse_table()
507 if (table->child) { in parse_table()
508 if (ctl_perm(table, 001)) in parse_table()
[all …]
/linux-2.4.37.9/net/sched/
Dsch_gred.c326 struct gred_sched *table = (struct gred_sched *)sch->data; in gred_change() local
346 table->DPs=sopt->DPs; in gred_change()
347 table->def=sopt->def_DP; in gred_change()
348 table->grio=sopt->grio; in gred_change()
349 table->initd=0; in gred_change()
356 if (!table->DPs || tb[TCA_GRED_PARMS-1] == 0 || tb[TCA_GRED_STAB-1] == 0 || in gred_change()
365 "set to default at %d\n",ctl->DP,table->def); in gred_change()
366 ctl->DP=table->def; in gred_change()
369 if (table->tab[ctl->DP] == NULL) { in gred_change()
370 table->tab[ctl->DP]=kmalloc(sizeof(struct gred_sched_data), in gred_change()
[all …]
/linux-2.4.37.9/net/802/transit/
Dpdutr.pre8 ;Transition table for the ADM state:
42 ;Transition table for the CONN state:
62 ;Transition table for the RESET_WAIT
83 ;Transition table for the RESET_CHECK state
104 ;Transition table for the SETUP state
138 ;Transition table for the RESET state:
172 ;Transition table for the D_CONN state:
205 ;Transition table for the ERROR state:
225 ;Transition table for the NORMAL state:
343 ;112 entries in table, 8 modified by tredit4 SABME_CMD x x x SH3 RESET_CHECK
[all …]
/linux-2.4.37.9/drivers/char/
Dscan_keyb.c28 const unsigned char *table; member
37 static void check_kbd(const unsigned char *table, in check_kbd() argument
45 table+=8; in check_kbd()
50 handle_scancode(*table, !(*new&bit)); in check_kbd()
53 printk("0x%x %s\n", *table, (*new&bit)?"released":"pressed"); in check_kbd()
56 table++; in check_kbd()
76 check_kbd(kbd->table, in scan_kbd()
83 check_kbd(kbd->table, in scan_kbd()
100 const unsigned char *table, in register_scan_keyboard() argument
110 kbd->table=table; in register_scan_keyboard()
Dtipar.c89 static struct tipar_struct table[PP_NO]; variable
100 #define r_dtr(x) (parport_read_data(table[(x)].dev->port))
101 #define r_str(x) (parport_read_status(table[(x)].dev->port))
102 #define w_ctr(x,y) (parport_write_control(table[(x)].dev->port, (y)))
103 #define w_dtr(x,y) (parport_write_data(table[(x)].dev->port, (y)))
261 parport_claim_or_block(table[minor].dev); in tipar_open()
263 parport_release(table[minor].dev); in tipar_open()
288 parport_claim_or_block(table[minor].dev); in tipar_write()
305 parport_release(table[minor].dev); in tipar_write()
324 parport_claim_or_block(table[minor].dev); in tipar_read()
[all …]
/linux-2.4.37.9/arch/mips/lasat/
Dsysctl.c46 int sysctl_lasatstring(ctl_table *table, int *name, int nlen, in sysctl_lasatstring() argument
52 r = sysctl_string(table, name, in sysctl_lasatstring()
67 int proc_dolasatstring(ctl_table *table, int write, struct file *filp, in proc_dolasatstring() argument
72 r = proc_dostring(table, write, filp, buffer, lenp); in proc_dolasatstring()
83 int proc_dolasatint(ctl_table *table, int write, struct file *filp, in proc_dolasatint() argument
88 r = proc_dointvec(table, write, filp, buffer, lenp); in proc_dolasatint()
99 int sysctl_lasat_intvec(ctl_table *table, int *name, int nlen, in sysctl_lasat_intvec() argument
105 r = sysctl_intvec(table, name, nlen, oldval, oldlenp, newval, newlen, context); in sysctl_lasat_intvec()
136 int proc_lasat_ip(ctl_table *table, int write, struct file *filp, in proc_lasat_ip() argument
143 if (!table->data || !table->maxlen || !*lenp || in proc_lasat_ip()
[all …]
/linux-2.4.37.9/fs/nls/
Dnls_big5.c13 static struct nls_table table = { variable
27 table.uni2char = p_nls->uni2char; in init_nls_big5()
28 table.char2uni = p_nls->char2uni; in init_nls_big5()
29 table.charset2upper = p_nls->charset2upper; in init_nls_big5()
30 table.charset2lower = p_nls->charset2lower; in init_nls_big5()
31 return register_nls(&table); in init_nls_big5()
39 unregister_nls(&table); in exit_nls_big5()
Dnls_euc-kr.c13 static struct nls_table table = { variable
27 table.uni2char = p_nls->uni2char; in init_nls_euc_kr()
28 table.char2uni = p_nls->char2uni; in init_nls_euc_kr()
29 table.charset2upper = p_nls->charset2upper; in init_nls_euc_kr()
30 table.charset2lower = p_nls->charset2lower; in init_nls_euc_kr()
31 return register_nls(&table); in init_nls_euc_kr()
39 unregister_nls(&table); in exit_nls_euc_kr()
Dnls_gb2312.c13 static struct nls_table table = { variable
27 table.uni2char = p_nls->uni2char; in init_nls_gb2312()
28 table.char2uni = p_nls->char2uni; in init_nls_gb2312()
29 table.charset2upper = p_nls->charset2upper; in init_nls_gb2312()
30 table.charset2lower = p_nls->charset2lower; in init_nls_gb2312()
31 return register_nls(&table); in init_nls_gb2312()
39 unregister_nls(&table); in exit_nls_gb2312()
Dnls_iso8859-8.c13 static struct nls_table table = { variable
27 table.uni2char = p_nls->uni2char; in init_nls_iso8859_8()
28 table.char2uni = p_nls->char2uni; in init_nls_iso8859_8()
29 table.charset2upper = p_nls->charset2upper; in init_nls_iso8859_8()
30 table.charset2lower = p_nls->charset2lower; in init_nls_iso8859_8()
31 return register_nls(&table); in init_nls_iso8859_8()
39 unregister_nls(&table); in exit_nls_iso8859_8()
Dnls_sjis.c13 static struct nls_table table = { variable
27 table.uni2char = p_nls->uni2char; in init_nls_sjis()
28 table.char2uni = p_nls->char2uni; in init_nls_sjis()
29 table.charset2upper = p_nls->charset2upper; in init_nls_sjis()
30 table.charset2lower = p_nls->charset2lower; in init_nls_sjis()
31 return register_nls(&table); in init_nls_sjis()
39 unregister_nls(&table); in exit_nls_sjis()
Dnls_tis-620.c13 static struct nls_table table = { variable
27 table.uni2char = p_nls->uni2char; in init_nls_tis_620()
28 table.char2uni = p_nls->char2uni; in init_nls_tis_620()
29 table.charset2upper = p_nls->charset2upper; in init_nls_tis_620()
30 table.charset2lower = p_nls->charset2lower; in init_nls_tis_620()
31 return register_nls(&table); in init_nls_tis_620()
39 unregister_nls(&table); in exit_nls_tis_620()
Dnls_koi8-ru.c54 static struct nls_table table = { variable
68 table.charset2upper = p_nls->charset2upper; in init_nls_koi8_ru()
69 table.charset2lower = p_nls->charset2lower; in init_nls_koi8_ru()
70 return register_nls(&table); in init_nls_koi8_ru()
78 unregister_nls(&table); in exit_nls_koi8_ru()
/linux-2.4.37.9/net/khttpd/
Dsysctl.c71 static int sysctl_SecureString(ctl_table *table, int *name, int nlen,
74 static int proc_dosecurestring(ctl_table *table, int write, struct file *filp,
76 static int khttpd_stop_wrap_proc_dointvec(ctl_table *table, int write, struct file *filp,
262 static int proc_dosecurestring(ctl_table *table, int write, struct file *filp, in proc_dosecurestring() argument
269 if ((table->data==0) || (table->maxlen==0) || (*lenp==0) || in proc_dosecurestring()
285 if (len >= table->maxlen) in proc_dosecurestring()
286 len = table->maxlen-1; in proc_dosecurestring()
295 if (len > table->maxlen) in proc_dosecurestring()
296 len = table->maxlen; in proc_dosecurestring()
318 static int khttpd_stop_wrap_proc_dointvec(ctl_table *table, int write, struct file *filp, in khttpd_stop_wrap_proc_dointvec() argument
[all …]
/linux-2.4.37.9/net/ipv4/netfilter/
Darp_tables.c247 struct arpt_table *table, in arpt_do_table() argument
261 read_lock_bh(&table->lock); in arpt_do_table()
262 table_base = (void *)table->private->entries in arpt_do_table()
263 + TABLE_OFFSET(table->private, in arpt_do_table()
265 e = get_entry(table_base, table->private->hook_entry[hook]); in arpt_do_table()
266 back = get_entry(table_base, table->private->underflow[hook]); in arpt_do_table()
331 read_unlock_bh(&table->lock); in arpt_do_table()
719 static struct arpt_table_info *replace_table(struct arpt_table *table, in replace_table() argument
727 write_lock_bh(&table->lock); in replace_table()
729 if (num_counters != table->private->number) { in replace_table()
[all …]
Dip_tables.c258 struct ipt_table *table, in ipt_do_table() argument
287 read_lock_bh(&table->lock); in ipt_do_table()
288 IP_NF_ASSERT(table->valid_hooks & (1 << hook)); in ipt_do_table()
289 table_base = (void *)table->private->entries in ipt_do_table()
290 + TABLE_OFFSET(table->private, in ipt_do_table()
292 e = get_entry(table_base, table->private->hook_entry[hook]); in ipt_do_table()
300 table->name, in ipt_do_table()
308 back = get_entry(table_base, table->private->underflow[hook]); in ipt_do_table()
400 read_unlock_bh(&table->lock); in ipt_do_table()
877 replace_table(struct ipt_table *table, in replace_table() argument
[all …]
Dipt_recent.c74 struct recent_ip_list *table; member
144 if(!curr_table->table[count].addr) continue; in ip_recent_get_info()
146 len += sprintf(buffer+len,"src=%u.%u.%u.%u ",NIPQUAD(curr_table->table[count].addr)); in ip_recent_get_info()
147 len += sprintf(buffer+len,"ttl: %u ",curr_table->table[count].ttl); in ip_recent_get_info()
148 len += sprintf(buffer+len,"last_seen: %u ",curr_table->table[count].last_seen); in ip_recent_get_info()
149 len += sprintf(buffer+len,"oldest_pkt: %u ",curr_table->table[count].oldest_pkt); in ip_recent_get_info()
150 len += sprintf(buffer+len,"last_pkts: %u",curr_table->table[count].last_pkts[0]); in ip_recent_get_info()
152 if(!curr_table->table[count].last_pkts[pkt_count]) break; in ip_recent_get_info()
153 len += sprintf(buffer+len,", %u",curr_table->table[count].last_pkts[pkt_count]); in ip_recent_get_info()
224 curr_table->table[count].last_seen = 0; in ip_recent_ctrl()
[all …]
/linux-2.4.37.9/fs/
Dselect.c40 #define POLL_TABLE_FULL(table) \ argument
41 ((unsigned long)((table)->entry+1) > PAGE_SIZE + (unsigned long)(table))
58 struct poll_table_page * p = pt->table; in poll_freewait()
77 struct poll_table_page *table = p->table; in __pollwait() local
79 if (!table || POLL_TABLE_FULL(table)) { in __pollwait()
89 new_table->next = table; in __pollwait()
90 p->table = new_table; in __pollwait()
91 table = new_table; in __pollwait()
96 struct poll_table_entry * entry = table->entry; in __pollwait()
97 table->entry = entry+1; in __pollwait()
[all …]
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6_tables.c349 struct ip6t_table *table, in ip6t_do_table() argument
373 read_lock_bh(&table->lock); in ip6t_do_table()
374 IP_NF_ASSERT(table->valid_hooks & (1 << hook)); in ip6t_do_table()
375 table_base = (void *)table->private->entries in ip6t_do_table()
376 + TABLE_OFFSET(table->private, in ip6t_do_table()
378 e = get_entry(table_base, table->private->hook_entry[hook]); in ip6t_do_table()
386 table->name, in ip6t_do_table()
394 back = get_entry(table_base, table->private->underflow[hook]); in ip6t_do_table()
485 read_unlock_bh(&table->lock); in ip6t_do_table()
962 replace_table(struct ip6t_table *table, in replace_table() argument
[all …]
/linux-2.4.37.9/Documentation/powerpc/
Dppc_htab.txt14 about the PTE hash table.
19 hash table that serves as an extended tlb for page translation on the
31 Size - hash table size in Kb.
32 Buckets - number of buckets in the table.
33 Address - the virtual kernel address of the hash table base.
34 Entries - the number of ptes that can be stored in the hash table.
38 Reloads - Count of how many hash table misses have occurred
41 Non-error Misses - Count of how many hash table misses have occurred
58 the powerpc PTE hash table and setup performance monitoring.
60 Resizing the PTE hash table is not enabled right now due to many
[all …]
/linux-2.4.37.9/fs/udf/
Dballoc.c427 struct inode * table, lb_addr bloc, uint32_t offset, uint32_t count) in udf_table_free_blocks() argument
462 obloc = nbloc = UDF_I_LOCATION(table); in udf_table_free_blocks()
468 udf_next_aext(table, &nbloc, &nextoffset, &eloc, &elen, &nbh, 1)) != -1) in udf_table_free_blocks()
486 udf_write_aext(table, obloc, &oextoffset, eloc, elen, obh, 1); in udf_table_free_blocks()
506 udf_write_aext(table, obloc, &oextoffset, eloc, elen, obh, 1); in udf_table_free_blocks()
545 if (UDF_I_ALLOCTYPE(table) == ICBTAG_FLAG_AD_SHORT) in udf_table_free_blocks()
547 else if (UDF_I_ALLOCTYPE(table) == ICBTAG_FLAG_AD_LONG) in udf_table_free_blocks()
595 if (memcmp(&UDF_I_LOCATION(table), &obloc, sizeof(lb_addr))) in udf_table_free_blocks()
603 UDF_I_LENALLOC(table) += adsize; in udf_table_free_blocks()
604 mark_inode_dirty(table); in udf_table_free_blocks()
[all …]
/linux-2.4.37.9/drivers/md/
Dlinear.c33 struct linear_hash *table; in linear_run() local
80 table = conf->hash_table; in linear_run()
87 table[-1].dev1 = disk; in linear_run()
92 table->dev0 = disk; in linear_run()
93 table->dev1 = NULL; in linear_run()
95 table++; in linear_run()
98 if (table-conf->hash_table != nb_zone) in linear_run()
/linux-2.4.37.9/drivers/parport/
Dprocfs.c33 static int do_active_device(ctl_table *table, int write, struct file *filp, in do_active_device() argument
36 struct parport *port = (struct parport *)table->extra1; in do_active_device()
70 static int do_autoprobe(ctl_table *table, int write, struct file *filp, in do_autoprobe() argument
73 struct parport_device_info *info = table->extra2; in do_autoprobe()
112 static int do_hardware_base_addr (ctl_table *table, int write, in do_hardware_base_addr() argument
116 struct parport *port = (struct parport *)table->extra1; in do_hardware_base_addr()
140 static int do_hardware_irq (ctl_table *table, int write, in do_hardware_irq() argument
144 struct parport *port = (struct parport *)table->extra1; in do_hardware_irq()
168 static int do_hardware_dma (ctl_table *table, int write, in do_hardware_dma() argument
172 struct parport *port = (struct parport *)table->extra1; in do_hardware_dma()
[all …]
/linux-2.4.37.9/drivers/usb/gadget/
Dusbstring.c105 usb_gadget_get_string (struct usb_gadget_strings *table, int id, u8 *buf) in usb_gadget_get_string() argument
114 buf [2] = (u8) table->language; in usb_gadget_get_string()
115 buf [3] = (u8) (table->language >> 8); in usb_gadget_get_string()
118 for (s = table->strings; s && s->s; s++) in usb_gadget_get_string()
/linux-2.4.37.9/include/linux/
Dcoda_proc.h119 int do_reset_coda_vfs_stats( ctl_table * table, int write, struct file * filp,
121 int do_reset_coda_upcall_stats( ctl_table * table, int write,
124 int do_reset_coda_permission_stats( ctl_table * table, int write,
127 int do_reset_coda_cache_inv_stats( ctl_table * table, int write,

12345678910>>...18