/openbmc/linux/crypto/ |
H A D | fips.c | 57 .proc_handler = proc_dostring 64 .proc_handler = proc_dostring
|
/openbmc/linux/kernel/ |
H A D | utsname_sysctl.c | 52 r = proc_dostring(&uts_table, write, buffer, lenp, ppos); in proc_do_uts_string()
|
H A D | sysctl.c | 259 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() function 1501 int proc_dostring(struct ctl_table *table, int write, in proc_dostring() function 1656 .proc_handler = proc_dostring, 1738 .proc_handler = proc_dostring, 1757 .proc_handler = proc_dostring, 2275 EXPORT_SYMBOL(proc_dostring);
|
H A D | seccomp.c | 2352 return proc_dostring(&table, 0, buffer, lenp, ppos); in read_actions_logged() 2370 ret = proc_dostring(&table, 1, buffer, lenp, ppos); in write_actions_logged() 2441 .proc_handler = proc_dostring,
|
H A D | reboot.c | 1267 .proc_handler = proc_dostring,
|
/openbmc/linux/lib/ |
H A D | test_sysctl.c | 124 .proc_handler = proc_dostring,
|
/openbmc/linux/net/ipv4/ |
H A D | sysctl_net_ipv4.c | 229 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_congestion_control() 246 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_available_congestion_control() 263 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_allowed_congestion_control() 332 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_fastopen_key() 385 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_tcp_available_ulp()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_log.c | 424 r = proc_dostring(&tmp, write, buffer, lenp, ppos); in nf_log_proc_dostring() 451 r = proc_dostring(&tmp, write, buffer, lenp, ppos); in nf_log_proc_dostring()
|
/openbmc/linux/include/linux/ |
H A D | sysctl.h | 67 int proc_dostring(struct ctl_table *, int, void *, size_t *, loff_t *);
|
/openbmc/linux/net/mptcp/ |
H A D | ctrl.c | 119 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_scheduler()
|
/openbmc/linux/net/core/ |
H A D | sysctl_net_core.c | 287 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in set_default_qdisc() 321 return proc_dostring(&fake_table, write, buffer, lenp, ppos); in proc_do_rss_key()
|
/openbmc/linux/fs/ocfs2/ |
H A D | stackglue.c | 659 .proc_handler = proc_dostring,
|
/openbmc/linux/net/sctp/ |
H A D | sysctl.c | 412 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in proc_sctp_do_hmac_alg()
|
/openbmc/linux/fs/ |
H A D | coredump.c | 955 int error = proc_dostring(table, write, buffer, lenp, ppos); in proc_dostring_coredump()
|
/openbmc/linux/drivers/char/ |
H A D | random.c | 1636 return proc_dostring(&fake_table, 0, buf, lenp, ppos); in proc_do_uuid()
|
/openbmc/linux/fs/proc/ |
H A D | proc_sysctl.c | 1134 if ((entry->proc_handler == proc_dostring) || in sysctl_check_table()
|
/openbmc/linux/kernel/printk/ |
H A D | printk.c | 221 err = proc_dostring(table, write, buffer, lenp, ppos); in devkmsg_sysctl_set_loglvl()
|
/openbmc/linux/drivers/cdrom/ |
H A D | cdrom.c | 3553 return proc_dostring(ctl, write, buffer, lenp, ppos); in cdrom_sysctl_info()
|
/openbmc/linux/mm/ |
H A D | page_alloc.c | 4875 return proc_dostring(table, write, buffer, length, ppos); in numa_zonelist_order_handler()
|
/openbmc/linux/net/ipv6/ |
H A D | addrconf.c | 6536 err = proc_dostring(&lctl, write, buffer, lenp, ppos); in addrconf_sysctl_stable_secret()
|