Home
last modified time | relevance | path

Searched refs:sysctl_handle_8 (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dsysctl.h210 int sysctl_handle_8(SYSCTL_HANDLER_ARGS);
425 ptr, val, sysctl_handle_8, "C", descr); \
437 __ptr, val, sysctl_handle_8, "C", __DESCR(descr), NULL); \
445 ptr, val, sysctl_handle_8, "CU", descr); \
457 __ptr, val, sysctl_handle_8, "CU", __DESCR(descr), NULL); \
/freebsd-13.1/sys/dev/ice/
H A Dice_fw_logging.c197 error = sysctl_handle_8(oidp, &resolution, 0, req); in ice_sysctl_fwlog_log_resolution()
H A Dice_lib.c4049 ret = sysctl_handle_8(oidp, &user_pfc, 0, req); in ice_sysctl_pfc_config()
/freebsd-13.1/sys/kern/
H A Dkern_sysctl.c1548 sysctl_handle_8(SYSCTL_HANDLER_ARGS) in sysctl_handle_8() function
2569 sysctl_handle_8,
/freebsd-13.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c660 err = sysctl_handle_8(oidp, &result, 0, req); in mlx5e_trust_state_handler()