Lines Matching refs:enabled
156 bool enabled;
158 enabled = !!(cfg->options & option);
160 error = sysctl_handle_bool(oidp, &enabled, 0, req);
164 if (enabled)
228 u8 enabled;
238 enabled = true;
240 enabled = false;
242 error = sysctl_handle_bool(oidp, &enabled, 0, req);
249 if (enabled) {
425 /* Possibly dump the firmware message to the console, if enabled */