Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ixl/
HDixl_pf_main.c4649 int sysctl_handle_status = 0; in ixl_sysctl_eee_enable() local
4656 sysctl_handle_status = sysctl_handle_int(oidp, &new_state, 0, req); in ixl_sysctl_eee_enable()
4657 if ((sysctl_handle_status) || (req->newptr == NULL)) in ixl_sysctl_eee_enable()
4658 return (sysctl_handle_status); in ixl_sysctl_eee_enable()