Home
last modified time | relevance | path

Searched refs:sysctl_handle_long (Results 1 – 25 of 27) sorted by relevance

12

/src/sys/kern/
H A Dkern_mib.c156 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 Dkern_malloc.c269 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 Dvfs_bio.c417 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 Dkern_sysctl.c1831 sysctl_handle_long(SYSCTL_HANDLER_ARGS) in sysctl_handle_long() function
2698 sysctl_handle_long,
H A Duipc_sockbuf.c629 error = sysctl_handle_long(oidp, &tmp_sb_max, arg2, req); in sysctl_handle_sb_max()
H A Dsys_pipe.c283 error = sysctl_handle_long(oidp, &tmp_pipe_mindirect, arg2, req); in sysctl_handle_pipe_mindirect()
H A Dvfs_subr.c351 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 Dimgact_elf.c164 error = sysctl_handle_long(oidp, &val, 0, req); in sysctl_pie_base()
/src/sys/netpfil/ipfw/
H A Ddn_aqm_codel.c86 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 Ddn_aqm_pie.c97 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 Ddn_sched_fq_codel.c96 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 Ddn_sched_fq_pie.c169 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 Dip_dn_io.c127 error = sysctl_handle_long(oidp, &value, 0, req); in sysctl_limits()
/src/sys/sys/
H A Dsysctl.h229 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 Dpmap_base.c210 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 Dmemguard.c110 return (sysctl_handle_long(oidp, &size, sizeof(size), req)); in memguard_sysctl_mapused()
/src/sys/x86/iommu/
H A Dintel_utils.c541 error = sysctl_handle_long(oidp, &val, 0, req); in dmar_timeout_sysctl()
/src/sys/netlink/
H A Dnetlink_domain.c940 error = sysctl_handle_long(oidp, &tmp_maxsockbuf, arg2, req); in sysctl_handle_nl_maxsockbuf()
/src/sys/fs/tmpfs/
H A Dtmpfs_subr.c401 error = sysctl_handle_long(oidp, &bytes, 0, req); in sysctl_mem_reserved()
/src/sys/riscv/riscv/
H A Dpmap.c1939 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 Dpmap-v6.c2137 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 Dg_journal.c158 error = sysctl_handle_long(oidp, &limit, 0, req); in g_journal_cache_limit_sysctl()
/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c4281 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 Dpmap.c3158 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 Dixl_pf_main.c4197 return sysctl_handle_long(oidp, NULL, hena, req); in ixl_sysctl_hena()

12