/freebsd/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 | 415 error = sysctl_handle_long(oidp, &value, 0, req); in sysctl_runningspace() 463 error = sysctl_handle_long(oidp, &value, 0, req); in sysctl_bufdomain_long() 487 return (sysctl_handle_long(oidp, &lvalue, 0, req)); in sysctl_bufspace() 490 return (sysctl_handle_long(oidp, &lvalue, 0, req)); in sysctl_bufspace() 504 return (sysctl_handle_long(oidp, &lvalue, 0, req)); in sysctl_bufspace()
|
H A D | kern_sysctl.c | 1807 sysctl_handle_long(SYSCTL_HANDLER_ARGS) in sysctl_handle_long() function 2674 sysctl_handle_long,
|
H A D | sys_pipe.c | 274 error = sysctl_handle_long(oidp, &tmp_pipe_mindirect, arg2, req); in sysctl_handle_pipe_mindirect()
|
H A D | uipc_sockbuf.c | 635 error = sysctl_handle_long(oidp, &tmp_sb_max, arg2, req); in sysctl_handle_sb_max()
|
H A D | vfs_subr.c | 355 error = sysctl_handle_long(oidp, &val, 0, req); in sysctl_maxvnodes() 389 return (sysctl_handle_long(oidp, &rfreevnodes, 0, req)); in sysctl_freevnodes() 406 error = sysctl_handle_long(oidp, &val, 0, req); in sysctl_wantfreevnodes()
|
H A D | imgact_elf.c | 155 error = sysctl_handle_long(oidp, &val, 0, req); in sysctl_pie_base()
|
/freebsd/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 | 123 error = sysctl_handle_long(oidp, &value, 0, req); in sysctl_limits()
|
/freebsd/sys/sys/ |
H A D | sysctl.h | 226 int sysctl_handle_long(SYSCTL_HANDLER_ARGS); 638 ptr, val, sysctl_handle_long, "L", descr); \ 650 __ptr, 0, sysctl_handle_long, "L", __DESCR(descr), NULL); \ 658 ptr, val, sysctl_handle_long, "LU", descr); \ 670 __ptr, 0, sysctl_handle_long, "LU", __DESCR(descr), NULL); \
|
/freebsd/sys/i386/i386/ |
H A D | pmap_base.c | 209 return (sysctl_handle_long(oidp, &ksize, 0, req)); in kvm_size() 221 return (sysctl_handle_long(oidp, &kfree, 0, req)); in kvm_free()
|
/freebsd/sys/vm/ |
H A D | memguard.c | 110 return (sysctl_handle_long(oidp, &size, sizeof(size), req)); in memguard_sysctl_mapused()
|
/freebsd/sys/x86/iommu/ |
H A D | intel_utils.c | 541 error = sysctl_handle_long(oidp, &val, 0, req); in dmar_timeout_sysctl()
|
/freebsd/sys/netlink/ |
H A D | netlink_domain.c | 931 error = sysctl_handle_long(oidp, &tmp_maxsockbuf, arg2, req); in sysctl_handle_nl_maxsockbuf()
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_subr.c | 401 error = sysctl_handle_long(oidp, &bytes, 0, req); in sysctl_mem_reserved()
|
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | 1855 return sysctl_handle_long(oidp, &ksize, 0, req); in kvm_size() 1866 return sysctl_handle_long(oidp, &kfree, 0, req); in kvm_free()
|
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 158 error = sysctl_handle_long(oidp, &limit, 0, req); in g_journal_cache_limit_sysctl()
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | if_hn.c | 4292 error = sysctl_handle_long(oidp, &stat, 0, req); in hn_rx_stat_ulong_sysctl() 4318 error = sysctl_handle_long(oidp, &stat, 0, req); in hn_tx_stat_ulong_sysctl()
|
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 3003 return sysctl_handle_long(oidp, &ksize, 0, req); in kvm_size() 3014 return sysctl_handle_long(oidp, &kfree, 0, req); in kvm_free()
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_main.c | 4130 return sysctl_handle_long(oidp, NULL, hena, req); in ixl_sysctl_hena()
|
/freebsd/sys/amd64/amd64/ |
H A D | pmap.c | 4999 return sysctl_handle_long(oidp, &ksize, 0, req); in kvm_size() 5010 return sysctl_handle_long(oidp, &kfree, 0, req); in kvm_free()
|