Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsysctl.h224 int sysctl_handle_16(SYSCTL_HANDLER_ARGS);
478 ptr, val, sysctl_handle_16, "S", descr); \
490 __ptr, val, sysctl_handle_16, "S", __DESCR(descr), NULL); \
498 ptr, val, sysctl_handle_16, "SU", descr); \
510 __ptr, val, sysctl_handle_16, "SU", __DESCR(descr), NULL); \
/freebsd/sys/dev/ncthwm/
H A Dncthwm.c173 return (sysctl_handle_16(oidp, &val, 0, req)); in ncthwm_query_fan_speed()
/freebsd/sys/kern/
H A Dkern_sysctl.c1711 sysctl_handle_16(SYSCTL_HANDLER_ARGS) in sysctl_handle_16() function
2694 sysctl_handle_16,
/freebsd/sys/dev/ena/
H A Dena_sysctl.c898 error = sysctl_handle_16(oidp, &interval, 0, req); in ena_sysctl_metrics_interval()
/freebsd/sys/dev/coreboot/
H A Dcoreboot.c928 [CB_SYSCTL_U16] = { CTLTYPE_U16, sysctl_handle_16, "SU" },
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c5981 error = sysctl_handle_16(oidp, &newval, 0, req); in ixgbe_sysctl_dmac()
6153 return (sysctl_handle_16(oidp, NULL, reg, req)); in ixgbe_sysctl_phy_temp()
6188 return (sysctl_handle_16(oidp, 0, reg, req)); in ixgbe_sysctl_phy_overtemp_occurred()
/freebsd/sys/dev/ice/
H A Dice_lib.c3414 ret = sysctl_handle_16(oidp, &sysctl_speeds, 0, req); in ice_sysctl_advertise_speed()
5778 ret = sysctl_handle_16(oidp, &vsi->rx_itr, 0, req); in ice_sysctl_rx_itr()
5830 ret = sysctl_handle_16(oidp, &vsi->tx_itr, 0, req); in ice_sysctl_tx_itr()