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

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_main.c4522 int sysctl_handle_status = 0; local
4529 sysctl_handle_status = sysctl_handle_int(oidp, &new_state, 0, req);
4530 if ((sysctl_handle_status) || (req->newptr == NULL))
4531 return (sysctl_handle_status);

Completed in 159 milliseconds