| /src/sys/kern/ |
| H A D | kern_mib.c | 156 return (sysctl_handle_long(oidp, &lvalue, 0, req)); in sysctl_maxphys() 158 return (sysctl_handle_long(oidp, &lvalue, 0, req)); in sysctl_maxphys() 208 return (sysctl_handle_long(oidp, &val, 0, req)); in sysctl_hw_physmem() 224 return (sysctl_handle_long(oidp, &val, 0, req)); in sysctl_hw_realmem() 241 return (sysctl_handle_long(oidp, &val, 0, req)); in sysctl_hw_usermem() 489 error = sysctl_handle_long(oidp, &tmpid, 0, req); in sysctl_hostid()
|
| H A D | kern_malloc.c | 269 return (sysctl_handle_long(oidp, &size, 0, req)); in sysctl_kmem_map_size() 284 return (sysctl_handle_long(oidp, &size, 0, req)); in sysctl_kmem_map_free()
|
| H A D | vfs_bio.c | 417 error = sysctl_handle_long(oidp, &value, 0, req); in sysctl_runningspace() 465 error = sysctl_handle_long(oidp, &value, 0, req); in sysctl_bufdomain_long() 489 return (sysctl_handle_long(oidp, &lvalue, 0, req)); in sysctl_bufspace() 492 return (sysctl_handle_long(oidp, &lvalue, 0, req)); in sysctl_bufspace() 506 return (sysctl_handle_long(oidp, &lvalue, 0, req)); in sysctl_bufspace()
|
| H A D | kern_sysctl.c | 1831 sysctl_handle_long(SYSCTL_HANDLER_ARGS) in sysctl_handle_long() function 2698 sysctl_handle_long,
|
| H A D | uipc_sockbuf.c | 629 error = sysctl_handle_long(oidp, &tmp_sb_max, arg2, req); in sysctl_handle_sb_max()
|
| H A D | sys_pipe.c | 283 error = sysctl_handle_long(oidp, &tmp_pipe_mindirect, arg2, req); in sysctl_handle_pipe_mindirect()
|
| H A D | vfs_subr.c | 351 error = sysctl_handle_long(oidp, &val, 0, req); in sysctl_maxvnodes() 385 return (sysctl_handle_long(oidp, &rfreevnodes, 0, req)); in sysctl_freevnodes() 402 error = sysctl_handle_long(oidp, &val, 0, req); in sysctl_wantfreevnodes()
|
| H A D | imgact_elf.c | 164 error = sysctl_handle_long(oidp, &val, 0, req); in sysctl_pie_base()
|
| /src/sys/netpfil/ipfw/ |
| H A D | dn_aqm_codel.c | 86 error = sysctl_handle_long(oidp, &value, 0, req); in codel_sysctl_interval_handler() 103 error = sysctl_handle_long(oidp, &value, 0, req); in codel_sysctl_target_handler()
|
| H A D | dn_aqm_pie.c | 97 error = sysctl_handle_long(oidp, &value, 0, req); in pie_sysctl_alpha_beta_handler() 124 error = sysctl_handle_long(oidp, &value, 0, req); in pie_sysctl_target_tupdate_maxb_handler() 148 error = sysctl_handle_long(oidp, &value, 0, req); in pie_sysctl_max_ecnth_handler()
|
| H A D | dn_sched_fq_codel.c | 96 error = sysctl_handle_long(oidp, &value, 0, req); in fqcodel_sysctl_interval_handler() 114 error = sysctl_handle_long(oidp, &value, 0, req); in fqcodel_sysctl_target_handler()
|
| H A D | dn_sched_fq_pie.c | 169 error = sysctl_handle_long(oidp, &value, 0, req); in fqpie_sysctl_alpha_beta_handler() 196 error = sysctl_handle_long(oidp, &value, 0, req); in fqpie_sysctl_target_tupdate_maxb_handler() 220 error = sysctl_handle_long(oidp, &value, 0, req); in fqpie_sysctl_max_ecnth_handler()
|
| H A D | ip_dn_io.c | 127 error = sysctl_handle_long(oidp, &value, 0, req); in sysctl_limits()
|
| /src/sys/sys/ |
| H A D | sysctl.h | 229 int sysctl_handle_long(SYSCTL_HANDLER_ARGS); 641 ptr, val, sysctl_handle_long, "L", descr); \ 653 __ptr, 0, sysctl_handle_long, "L", __DESCR(descr), NULL); \ 661 ptr, val, sysctl_handle_long, "LU", descr); \ 673 __ptr, 0, sysctl_handle_long, "LU", __DESCR(descr), NULL); \
|
| /src/sys/i386/i386/ |
| H A D | pmap_base.c | 210 return (sysctl_handle_long(oidp, &ksize, 0, req)); in kvm_size() 222 return (sysctl_handle_long(oidp, &kfree, 0, req)); in kvm_free()
|
| /src/sys/vm/ |
| H A D | memguard.c | 110 return (sysctl_handle_long(oidp, &size, sizeof(size), req)); in memguard_sysctl_mapused()
|
| /src/sys/x86/iommu/ |
| H A D | intel_utils.c | 541 error = sysctl_handle_long(oidp, &val, 0, req); in dmar_timeout_sysctl()
|
| /src/sys/netlink/ |
| H A D | netlink_domain.c | 940 error = sysctl_handle_long(oidp, &tmp_maxsockbuf, arg2, req); in sysctl_handle_nl_maxsockbuf()
|
| /src/sys/fs/tmpfs/ |
| H A D | tmpfs_subr.c | 401 error = sysctl_handle_long(oidp, &bytes, 0, req); in sysctl_mem_reserved()
|
| /src/sys/riscv/riscv/ |
| H A D | pmap.c | 1939 return sysctl_handle_long(oidp, &ksize, 0, req); in kvm_size() 1950 return sysctl_handle_long(oidp, &kfree, 0, req); in kvm_free()
|
| /src/sys/arm/arm/ |
| H A D | pmap-v6.c | 2137 return (sysctl_handle_long(oidp, &ksize, 0, req)); in kvm_size() 2148 return (sysctl_handle_long(oidp, &kfree, 0, req)); in kvm_free()
|
| /src/sys/geom/journal/ |
| H A D | g_journal.c | 158 error = sysctl_handle_long(oidp, &limit, 0, req); in g_journal_cache_limit_sysctl()
|
| /src/sys/dev/hyperv/netvsc/ |
| H A D | if_hn.c | 4281 error = sysctl_handle_long(oidp, &stat, 0, req); in hn_rx_stat_ulong_sysctl() 4307 error = sysctl_handle_long(oidp, &stat, 0, req); in hn_tx_stat_ulong_sysctl()
|
| /src/sys/arm64/arm64/ |
| H A D | pmap.c | 3158 return sysctl_handle_long(oidp, &ksize, 0, req); in kvm_size() 3169 return sysctl_handle_long(oidp, &kfree, 0, req); in kvm_free()
|
| /src/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 4197 return sysctl_handle_long(oidp, NULL, hena, req); in ixl_sysctl_hena()
|