| /f-stack/freebsd/netinet/cc/ |
| H A D | cc.c | 104 error = sysctl_handle_string(oidp, default_cc, sizeof(default_cc), req); in cc_default_algo() 171 err = sysctl_handle_string(oidp, sbuf_data(s), 0, req); in cc_list_available()
|
| /f-stack/freebsd/ddb/ |
| H A D | db_script.c | 516 error = sysctl_handle_string(oidp, buffer, len, req); in sysctl_debug_ddb_scripting_script() 553 error = sysctl_handle_string(oidp, name, sizeof(name), req); in sysctl_debug_ddb_scripting_unscript()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_kdb.c | 173 error = sysctl_handle_string(oidp, buf, sizeof(buf), req); in kdb_sysctl_current() 222 error = sysctl_handle_string(oidp, buf, sizeof(buf), req); in kdb_sysctl_panic_str()
|
| H A D | kern_ffclock.c | 214 error = sysctl_handle_string(oidp, newclock, sizeof(newclock), req); in sysctl_kern_sysclock_active()
|
| H A D | kern_ktr.c | 122 error = sysctl_handle_string(oidp, lktr_cpumask_str, in sysctl_debug_ktr_cpumask()
|
| H A D | kern_cons.c | 339 error = sysctl_handle_string(oidp, sbuf_data(sb), sbuf_len(sb), req); in sysctl_kern_console()
|
| H A D | kern_cpu.c | 1024 error = sysctl_handle_string(oidp, sbuf_data(&sb), sbuf_len(&sb), req); in cpufreq_levels_sysctl() 1059 error = sysctl_handle_string(oidp, sbuf_data(&sb), sbuf_len(&sb), req); in cpufreq_settings_sysctl()
|
| H A D | kern_mib.c | 358 error = sysctl_handle_string(oidp, tmpname, len, req); in sysctl_hostname()
|
| H A D | kern_clocksource.c | 899 error = sysctl_handle_string(oidp, buf, sizeof(buf), req);
|
| H A D | kern_sysctl.c | 1734 sysctl_handle_string(SYSCTL_HANDLER_ARGS) in sysctl_handle_string() function 2524 sysctl_handle_string,
|
| /f-stack/freebsd/sys/ |
| H A D | sysctl.h | 217 int sysctl_handle_string(SYSCTL_HANDLER_ARGS); 367 arg, len, sysctl_handle_string, "A", descr); \ 378 __arg, len, sysctl_handle_string, "A", __DESCR(descr), \ 385 __DECONST(char *, arg), 0, sysctl_handle_string, "A", descr); \ 397 CTLFLAG_MPSAFE | (access), __arg, 0, sysctl_handle_string, "A",\
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_sid.c | 391 return sysctl_handle_string(oidp, out, sizeof(out), req); in aw_sid_sysctl()
|
| /f-stack/freebsd/vm/ |
| H A D | memguard.c | 91 error = sysctl_handle_string(oidp, desc, sizeof(desc), req); in memguard_sysctl_desc()
|
| /f-stack/freebsd/security/mac_portacl/ |
| H A D | mac_portacl.c | 349 error = sysctl_handle_string(oidp, string, MAC_RULE_STRING_LEN, req); in sysctl_rules()
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_pruss.c | 378 err = sysctl_handle_string(oidp, event, sizeof(event), req); in ti_pruss_event_map() 428 err = sysctl_handle_string(oidp, channel, sizeof(channel), req); in ti_pruss_channel_map()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | cpu_machdep.c | 702 error = sysctl_handle_string(oidp, avail, 0, req); in idle_sysctl_available() 748 error = sysctl_handle_string(oidp, buf, sizeof(buf), req); in cpu_idle_sysctl()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | sysctl_os.c | 504 rc = sysctl_handle_string(oidp, buf, sizeof (buf), req); in param_set_deadman_failmode()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_dev.c | 995 error = sysctl_handle_string(oidp, buf, buflen, req); in sysctl_vmm_destroy() 1070 error = sysctl_handle_string(oidp, buf, buflen, req); in sysctl_vmm_create()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_kstat.c | 134 return (sysctl_handle_string(oidp, val, len, req)); in kstat_sysctl_string()
|
| /f-stack/freebsd/arm/xilinx/ |
| H A D | zy7_devcfg.c | 280 error = sysctl_handle_string(oidp, buf, sizeof(buf), req); in zy7_devcfg_fclk_sysctl_source()
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 957 err = sysctl_handle_string(oidp, buf, sizeof (buf), req); in fletcher_4_param()
|
| /f-stack/freebsd/netinet/ |
| H A D | siftr.c | 1197 error = sysctl_handle_string(oidp, arg1, arg2, req); in siftr_sysctl_logfile_name_handler()
|
| /f-stack/freebsd/net/route/ |
| H A D | fib_algo.c | 1163 error = sysctl_handle_string(oidp, algo_name, sizeof(algo_name), req); in set_fib_algo()
|
| /f-stack/freebsd/net/ |
| H A D | netisr.c | 375 error = sysctl_handle_string(oidp, tmp, sizeof(tmp), req); in sysctl_netisr_dispatch_policy()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_gpio.c | 565 error = sysctl_handle_string(oidp, buf, sizeof(buf), req); in bcm_gpio_func_proc()
|