Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ixl/
H A Dixl_pf_main.c4726 int sysctl_handle_status = 0; in ixl_sysctl_eee_enable() local
4733 sysctl_handle_status = sysctl_handle_int(oidp, &new_state, 0, req); in ixl_sysctl_eee_enable()
4734 if ((sysctl_handle_status) || (req->newptr == NULL)) in ixl_sysctl_eee_enable()
4735 return (sysctl_handle_status); in ixl_sysctl_eee_enable()