tag | line | file | source code |
ctl_table | 112 | include/linux/sysctl.h | typedef struct ctl_table ctl_table; |
ctl_table | 114 | include/linux/sysctl.h | typedef int ctl_handler (ctl_table *table, int *name, int nlen, |
ctl_table | 119 | include/linux/sysctl.h | typedef int proc_handler (ctl_table *ctl, int write, struct file * filp, |
ctl_table | 122 | include/linux/sysctl.h | extern int proc_dostring(ctl_table *, int, struct file *, |
ctl_table | 124 | include/linux/sysctl.h | extern int proc_dointvec(ctl_table *, int, struct file *, |
ctl_table | 126 | include/linux/sysctl.h | extern int proc_dointvec_minmax(ctl_table *, int, struct file *, |
ctl_table | 133 | include/linux/sysctl.h | extern int do_sysctl_strategy (ctl_table *table, |
ctl_table | 197 | include/linux/sysctl.h | ctl_table *child; |
ctl_table | 209 | include/linux/sysctl.h | ctl_table *ctl_table; |
ctl_table | 213 | include/linux/sysctl.h | struct ctl_table_header * register_sysctl_table(ctl_table * table, |
ctl_table | 33 | kernel/sysctl.c | static ctl_table root_table[]; |
ctl_table | 38 | kernel/sysctl.c | ctl_table *, void **); |
ctl_table | 40 | kernel/sysctl.c | static ctl_table kern_table[]; |
ctl_table | 41 | kernel/sysctl.c | static ctl_table vm_table[]; |
ctl_table | 42 | kernel/sysctl.c | extern ctl_table net_table[]; |
ctl_table | 91 | kernel/sysctl.c | static void register_proc_table(ctl_table *, struct proc_dir_entry *); |
ctl_table | 92 | kernel/sysctl.c | static void unregister_proc_table(ctl_table *, struct proc_dir_entry *); |
ctl_table | 97 | kernel/sysctl.c | static int do_securelevel_strategy (ctl_table *, int *, int, void *, size_t *, |
ctl_table | 102 | kernel/sysctl.c | static ctl_table root_table[] = { |
ctl_table | 109 | kernel/sysctl.c | static ctl_table kern_table[] = { |
ctl_table | 145 | kernel/sysctl.c | static ctl_table vm_table[] = { |
ctl_table | 245 | kernel/sysctl.c | static inline int ctl_perm(ctl_table *table, int op) |
ctl_table | 253 | kernel/sysctl.c | ctl_table *table, void **context) |
ctl_table | 289 | kernel/sysctl.c | int do_sysctl_strategy (ctl_table *table, |
ctl_table | 337 | kernel/sysctl.c | static int do_securelevel_strategy (ctl_table *table, |
ctl_table | 354 | kernel/sysctl.c | struct ctl_table_header *register_sysctl_table(ctl_table * table, |
ctl_table | 376 | kernel/sysctl.c | unregister_proc_table(table->ctl_table, &proc_sys_root); |
ctl_table | 387 | kernel/sysctl.c | static void register_proc_table(ctl_table * table, struct proc_dir_entry *root) |
ctl_table | 431 | kernel/sysctl.c | static void unregister_proc_table(ctl_table * table, struct proc_dir_entry *root) |
ctl_table | 455 | kernel/sysctl.c | struct ctl_table *table; |
ctl_table | 465 | kernel/sysctl.c | table = (struct ctl_table *) de->data; |
ctl_table | 496 | kernel/sysctl.c | int proc_dostring(ctl_table *table, int write, struct file *filp, |
ctl_table | 539 | kernel/sysctl.c | int proc_dointvec(ctl_table *table, int write, struct file *filp, |
ctl_table | 614 | kernel/sysctl.c | int proc_dointvec_minmax(ctl_table *table, int write, struct file *filp, |
ctl_table | 698 | kernel/sysctl.c | int proc_dostring(ctl_table *table, int write, struct file *filp, |
ctl_table | 704 | kernel/sysctl.c | int proc_dointvec(ctl_table *table, int write, struct file *filp, |
ctl_table | 710 | kernel/sysctl.c | int proc_dointvec_minmax(ctl_table *table, int write, struct file *filp, |
ctl_table | 724 | kernel/sysctl.c | int sysctl_string(ctl_table *table, int *name, int nlen, |
ctl_table | 760 | kernel/sysctl.c | int sysctl_intvec(ctl_table *table, int *name, int nlen, |
ctl_table | 11 | net/802/sysctl_net_802.c | ctl_table e802_table[] = { |
ctl_table | 11 | net/appletalk/sysctl_net_atalk.c | ctl_table atalk_table[] = { |
ctl_table | 11 | net/ax25/sysctl_net_ax25.c | ctl_table ax25_table[] = { |
ctl_table | 11 | net/core/sysctl_net_core.c | ctl_table core_table[] = { |
ctl_table | 11 | net/ethernet/sysctl_net_ether.c | ctl_table ether_table[] = { |
ctl_table | 11 | net/ipv4/sysctl_net_ipv4.c | ctl_table ipv4_table[] = { |
ctl_table | 11 | net/ipx/sysctl_net_ipx.c | ctl_table ipx_table[] = { |
ctl_table | 11 | net/netrom/sysctl_net_netrom.c | ctl_table netrom_table[] = { |
ctl_table | 13 | net/sysctl_net.c | extern ctl_table ipv4_table[]; |
ctl_table | 17 | net/sysctl_net.c | extern ctl_table ipx_table[]; |
ctl_table | 21 | net/sysctl_net.c | extern ctl_table atalk_table[]; |
ctl_table | 25 | net/sysctl_net.c | extern ctl_table netrom_table[]; |
ctl_table | 29 | net/sysctl_net.c | extern ctl_table ax25_table[]; |
ctl_table | 32 | net/sysctl_net.c | extern ctl_table core_table[], unix_table[]; |
ctl_table | 35 | net/sysctl_net.c | extern ctl_table ether_table[], e802_table[]; |
ctl_table | 38 | net/sysctl_net.c | ctl_table net_table[] = { |
ctl_table | 11 | net/unix/sysctl_net_unix.c | ctl_table unix_table[] = { |