Home
last modified time | relevance | path

Searched refs:sysctl_handle_16 (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dsysctl.h223 int sysctl_handle_16(SYSCTL_HANDLER_ARGS);
477 ptr, val, sysctl_handle_16, "S", descr); \
489 __ptr, val, sysctl_handle_16, "S", __DESCR(descr), NULL); \
497 ptr, val, sysctl_handle_16, "SU", descr); \
509 __ptr, val, sysctl_handle_16, "SU", __DESCR(descr), NULL); \
/freebsd-14.2/sys/dev/ncthwm/
H A Dncthwm.c159 return (sysctl_handle_16(oidp, &val, 0, req)); in ncthwm_query_fan_speed()
/freebsd-14.2/sys/kern/
H A Dkern_sysctl.c1569 sysctl_handle_16(SYSCTL_HANDLER_ARGS) in sysctl_handle_16() function
2552 sysctl_handle_16,
/freebsd-14.2/sys/dev/ena/
H A Dena_sysctl.c896 error = sysctl_handle_16(oidp, &interval, 0, req); in ena_sysctl_metrics_interval()
/freebsd-14.2/sys/dev/ixgbe/
H A Dif_ix.c4401 error = sysctl_handle_16(oidp, &newval, 0, req); in ixgbe_sysctl_dmac()
4643 return (sysctl_handle_16(oidp, NULL, reg, req)); in ixgbe_sysctl_phy_temp()
4678 return (sysctl_handle_16(oidp, 0, reg, req)); in ixgbe_sysctl_phy_overtemp_occurred()
/freebsd-14.2/sys/dev/ice/
H A Dice_lib.c3298 ret = sysctl_handle_16(oidp, &sysctl_speeds, 0, req); in ice_sysctl_advertise_speed()
5653 ret = sysctl_handle_16(oidp, &vsi->rx_itr, 0, req); in ice_sysctl_rx_itr()
5705 ret = sysctl_handle_16(oidp, &vsi->tx_itr, 0, req); in ice_sysctl_tx_itr()