| /linux/lib/ |
| H A D | sys_info.c | 60 ret = proc_dostring(table, 1, buffer, lenp, ppos); in sys_info_write_handler() 92 return proc_dostring(table, 0, buffer, lenp, ppos); in sys_info_read_handler()
|
| H A D | kobject_uevent.c | 837 .proc_handler = proc_dostring,
|
| /linux/net/ipv4/ |
| H A D | sysctl_net_ipv4.c | 232 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_congestion_control() 249 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_available_congestion_control() 266 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_allowed_congestion_control() 335 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_fastopen_key() 388 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_available_ulp()
|
| /linux/net/netfilter/ |
| H A D | nf_log.c | 454 r = proc_dostring(&tmp, write, buffer, lenp, ppos); in nf_log_proc_dostring() 481 r = proc_dostring(&tmp, write, buffer, lenp, ppos); in nf_log_proc_dostring()
|
| /linux/kernel/ |
| H A D | sysctl.c | 189 int proc_dostring(const struct ctl_table *table, int dir, in proc_dostring() function 1245 int proc_dostring(const struct ctl_table *table, int dir, in proc_dostring() function 1436 EXPORT_SYMBOL(proc_dostring);
|
| H A D | seccomp.c | 2407 return proc_dostring(&table, 0, buffer, lenp, ppos); in read_actions_logged() 2425 ret = proc_dostring(&table, 1, buffer, lenp, ppos); in write_actions_logged() 2496 .proc_handler = proc_dostring,
|
| H A D | reboot.c | 1375 .proc_handler = proc_dostring,
|
| /linux/net/core/ |
| H A D | sysctl_net_core.c | 301 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in set_default_qdisc() 341 return proc_dostring(&fake_table, write, buffer, lenp, ppos); in proc_do_rss_key()
|
| /linux/include/linux/ |
| H A D | sysctl.h | 80 int proc_dostring(const struct ctl_table *, int, void *, size_t *, loff_t *);
|
| /linux/fs/ |
| H A D | coredump.c | 1473 return proc_dostring(table, write, buffer, lenp, ppos); in proc_dostring_coredump() 1477 error = proc_dostring(table, write, buffer, lenp, ppos); in proc_dostring_coredump() 1546 .proc_handler = proc_dostring,
|
| /linux/fs/ocfs2/ |
| H A D | stackglue.c | 659 .proc_handler = proc_dostring,
|
| /linux/drivers/char/ |
| H A D | random.c | 1654 return proc_dostring(&fake_table, 0, buf, lenp, ppos); in proc_do_uuid()
|
| /linux/fs/proc/ |
| H A D | proc_sysctl.c | 1151 if ((entry->proc_handler == proc_dostring) || in sysctl_check_table()
|
| /linux/net/vmw_vsock/ |
| H A D | af_vsock.c | 2807 ret = proc_dostring(&tmp, write, buffer, lenp, ppos); in __vsock_net_mode_string()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 217 err = proc_dostring(table, write, buffer, lenp, ppos); in devkmsg_sysctl_set_loglvl()
|
| /linux/kernel/module/ |
| H A D | main.c | 138 .proc_handler = proc_dostring,
|
| /linux/drivers/cdrom/ |
| H A D | cdrom.c | 3549 return proc_dostring(ctl, write, buffer, lenp, ppos); in cdrom_sysctl_info()
|
| /linux/mm/ |
| H A D | page_alloc.c | 5596 return proc_dostring(table, write, buffer, length, ppos); in numa_zonelist_order_handler()
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 6592 err = proc_dostring(&lctl, write, buffer, lenp, ppos); in addrconf_sysctl_stable_secret()
|
| /linux/kernel/trace/ |
| H A D | trace.c | 153 .proc_handler = proc_dostring,
|