Home | History | Annotate | Download | only in linux

Lines Matching refs:ctl_table

909 typedef struct ctl_table ctl_table;
911 typedef int ctl_handler (ctl_table *table, int __user *name, int nlen,
916 typedef int proc_handler (ctl_table *ctl, int write, struct file * filp,
919 extern int proc_dostring(ctl_table *, int, struct file *,
921 extern int proc_dointvec(ctl_table *, int, struct file *,
923 extern int proc_dointvec_bset(ctl_table *, int, struct file *,
925 extern int proc_dointvec_minmax(ctl_table *, int, struct file *,
927 extern int proc_dointvec_jiffies(ctl_table *, int, struct file *,
929 extern int proc_dointvec_userhz_jiffies(ctl_table *, int, struct file *,
931 extern int proc_dointvec_ms_jiffies(ctl_table *, int, struct file *,
933 extern int proc_doulongvec_minmax(ctl_table *, int, struct file *,
935 extern int proc_doulongvec_ms_jiffies_minmax(ctl_table *table, int,
942 extern int do_sysctl_strategy (ctl_table *table,
955 * with an initialised array of ctl_table's. An entry with zero
970 * the sysctl table. The data and maxlen fields of the ctl_table
990 /* A sysctl table is an array of struct ctl_table: */
991 struct ctl_table
998 ctl_table *child;
1007 ctl_table trees. */
1010 ctl_table *ctl_table;
1016 struct ctl_table_header * register_sysctl_table(ctl_table * table,