/linux-4.1.27/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.1.27/net/ipv4/ |
D | sysctl_net_ipv4.c | 160 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_congestion_control() 178 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_available_congestion_control() 196 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_allowed_congestion_control() 226 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_fastopen_key()
|
/linux-4.1.27/kernel/ |
D | utsname_sysctl.c | 54 r = proc_dostring(&uts_table, write, buffer, lenp, ppos); in proc_do_uts_string()
|
D | sysctl.c | 541 .proc_handler = proc_dostring, 651 .proc_handler = proc_dostring, 670 .proc_handler = proc_dostring, 1069 .proc_handler = proc_dostring, 1838 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() function 2258 int error = proc_dostring(table, write, buffer, lenp, ppos); in proc_dostring_coredump() 2729 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() function 2790 EXPORT_SYMBOL(proc_dostring);
|
/linux-4.1.27/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.1.27/net/irda/ |
D | irsysctl.c | 81 ret = proc_dostring(table, write, buffer, lenp, ppos); in do_devname()
|
/linux-4.1.27/include/linux/ |
D | sysctl.h | 40 extern int proc_dostring(struct ctl_table *, int,
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | module.c | 850 .proc_handler = &proc_dostring, 865 .proc_handler = &proc_dostring, 872 .proc_handler = &proc_dostring,
|
/linux-4.1.27/net/decnet/ |
D | sysctl_net_decnet.c | 261 .proc_handler = proc_dostring,
|
/linux-4.1.27/arch/metag/kernel/ |
D | setup.c | 598 .proc_handler = proc_dostring,
|
/linux-4.1.27/net/sctp/ |
D | sysctl.c | 336 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_sctp_do_hmac_alg()
|
/linux-4.1.27/fs/ocfs2/ |
D | stackglue.c | 674 .proc_handler = proc_dostring,
|
/linux-4.1.27/net/netfilter/ |
D | nf_log.c | 431 r = proc_dostring(table, write, buffer, lenp, ppos); in nf_log_proc_dostring()
|
/linux-4.1.27/drivers/char/ |
D | random.c | 1614 return proc_dostring(&fake_table, write, buffer, lenp, ppos); in proc_do_uuid()
|
/linux-4.1.27/fs/proc/ |
D | proc_sysctl.c | 1034 if ((table->proc_handler == proc_dostring) || in sysctl_check_table()
|
/linux-4.1.27/drivers/cdrom/ |
D | cdrom.c | 3550 return proc_dostring(ctl, write, buffer, lenp, ppos); in cdrom_sysctl_info()
|
/linux-4.1.27/mm/ |
D | page_alloc.c | 3557 ret = proc_dostring(table, write, buffer, length, ppos); in numa_zonelist_order_handler()
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 5282 err = proc_dostring(&lctl, write, buffer, lenp, ppos); in addrconf_sysctl_stable_secret()
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 5157 CORENAME_MAX_SIZE, 0444, proc_dostring, false); in sd_alloc_ctl_domain_table()
|