Searched refs:proc_dostring (Results 1 – 5 of 5) sorted by relevance
/kernel/ |
D | utsname_sysctl.c | 51 r = proc_dostring(&uts_table, write, buffer, lenp, ppos); in proc_do_uts_string()
|
D | sysctl.c | 381 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() function 1174 int error = proc_dostring(table, write, buffer, lenp, ppos); in proc_dostring_coredump() 1641 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() function 2058 .proc_handler = proc_dostring, 2168 .proc_handler = proc_dostring, 2187 .proc_handler = proc_dostring, 2631 .proc_handler = proc_dostring, 3523 EXPORT_SYMBOL(proc_dostring);
|
D | seccomp.c | 2230 return proc_dostring(&table, 0, buffer, lenp, ppos); in read_actions_logged() 2248 ret = proc_dostring(&table, 1, buffer, lenp, ppos); in write_actions_logged() 2325 .proc_handler = proc_dostring,
|
/kernel/sched/ |
D | debug.c | 317 set_table_entry(&table[7], "name", sd->name, CORENAME_MAX_SIZE, 0444, proc_dostring); in sd_alloc_ctl_domain_table()
|
/kernel/printk/ |
D | printk.c | 195 err = proc_dostring(table, write, buffer, lenp, ppos); in devkmsg_sysctl_set_loglvl()
|