Searched refs:sysctl_handle_16 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | sysctl.h | 224 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 D | ncthwm.c | 173 return (sysctl_handle_16(oidp, &val, 0, req)); in ncthwm_query_fan_speed()
|
| /freebsd/sys/kern/ |
| H A D | kern_sysctl.c | 1711 sysctl_handle_16(SYSCTL_HANDLER_ARGS) in sysctl_handle_16() function 2694 sysctl_handle_16,
|
| /freebsd/sys/dev/ena/ |
| H A D | ena_sysctl.c | 898 error = sysctl_handle_16(oidp, &interval, 0, req); in ena_sysctl_metrics_interval()
|
| /freebsd/sys/dev/coreboot/ |
| H A D | coreboot.c | 928 [CB_SYSCTL_U16] = { CTLTYPE_U16, sysctl_handle_16, "SU" },
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | if_ix.c | 5981 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 D | ice_lib.c | 3414 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()
|