Lines Matching defs:enabled
35 int enabled; /* enabled, despite results from CMD_QUERY */
37 int force; /* force if CMD_QUERY reports not enabled */
47 * - enabled by default
54 .enabled = 1,
59 * - enabled by default
67 .enabled = 1,
72 * - should ALWAYS be enabled by CMD_QUERY
283 /* not enabled and not enforced: test is skipped */
285 if (!tc[i].enabled && !tc[i].force) {
295 if (tc[i].needregister && tc[i].enabled) {
305 /* enabled and not enforced: regular expected results only */
307 if (tc[i].enabled && !tc[i].force) {
320 /* not enabled and enforced: failure and expected errors */
322 if (!tc[i].enabled && tc[i].force) {
335 /* enabled and enforced: tricky */
337 if (tc[i].enabled && tc[i].force) {
356 /* unknown on force failure if enabled and forced */
393 tc[i].enabled = 1;
397 if (tc[i].change_exp_errno && tc[i].enabled == 0) {