/linux-4.4.14/arch/mips/lasat/ |
D | sysctl.c | 47 r = proc_dostring(table, write, buffer, lenp, ppos); in proc_dolasatstring() 238 .proc_handler = proc_dostring, 245 .proc_handler = proc_dostring,
|
/linux-4.4.14/kernel/ |
D | utsname_sysctl.c | 54 r = proc_dostring(&uts_table, write, buffer, lenp, ppos); in proc_do_uts_string()
|
D | sysctl.c | 533 .proc_handler = proc_dostring, 643 .proc_handler = proc_dostring, 662 .proc_handler = proc_dostring, 1088 .proc_handler = proc_dostring, 1892 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() function 2312 int error = proc_dostring(table, write, buffer, lenp, ppos); in proc_dostring_coredump() 2783 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() function 2844 EXPORT_SYMBOL(proc_dostring);
|
/linux-4.4.14/net/ipv4/ |
D | sysctl_net_ipv4.c | 167 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_congestion_control() 185 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_available_congestion_control() 203 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_allowed_congestion_control() 233 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_fastopen_key()
|
/linux-4.4.14/net/core/ |
D | sysctl_net_core.c | 215 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in set_default_qdisc() 231 return proc_dostring(&fake_table, write, buffer, lenp, ppos); in proc_do_rss_key()
|
/linux-4.4.14/include/linux/ |
D | sysctl.h | 40 extern int proc_dostring(struct ctl_table *, int,
|
/linux-4.4.14/net/irda/ |
D | irsysctl.c | 81 ret = proc_dostring(table, write, buffer, lenp, ppos); in do_devname()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 546 .proc_handler = &proc_dostring, 553 .proc_handler = &proc_dostring,
|
/linux-4.4.14/net/decnet/ |
D | sysctl_net_decnet.c | 261 .proc_handler = proc_dostring,
|
/linux-4.4.14/arch/metag/kernel/ |
D | setup.c | 598 .proc_handler = proc_dostring,
|
/linux-4.4.14/net/sctp/ |
D | sysctl.c | 336 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_sctp_do_hmac_alg()
|
/linux-4.4.14/fs/ocfs2/ |
D | stackglue.c | 674 .proc_handler = proc_dostring,
|
/linux-4.4.14/net/netfilter/ |
D | nf_log.c | 431 r = proc_dostring(table, write, buffer, lenp, ppos); in nf_log_proc_dostring()
|
/linux-4.4.14/drivers/char/ |
D | random.c | 1692 return proc_dostring(&fake_table, write, buffer, lenp, ppos); in proc_do_uuid()
|
/linux-4.4.14/fs/proc/ |
D | proc_sysctl.c | 1034 if ((table->proc_handler == proc_dostring) || in sysctl_check_table()
|
/linux-4.4.14/drivers/cdrom/ |
D | cdrom.c | 3551 return proc_dostring(ctl, write, buffer, lenp, ppos); in cdrom_sysctl_info()
|
/linux-4.4.14/mm/ |
D | page_alloc.c | 3981 ret = proc_dostring(table, write, buffer, length, ppos); in numa_zonelist_order_handler()
|
/linux-4.4.14/net/ipv6/ |
D | addrconf.c | 5381 err = proc_dostring(&lctl, write, buffer, lenp, ppos); in addrconf_sysctl_stable_secret()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 5411 CORENAME_MAX_SIZE, 0444, proc_dostring, false); in sd_alloc_ctl_domain_table()
|