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

/linux-4.1.27/scripts/dtc/
H A Dchecks.c654 static struct check *check_table[] = { variable in typeref:struct:check
695 for (i = 0; i < ARRAY_SIZE(check_table); i++) { disable_warning_error()
696 struct check *cc = check_table[i]; disable_warning_error()
721 for (i = 0; i < ARRAY_SIZE(check_table); i++) { parse_checks_option()
722 struct check *c = check_table[i]; parse_checks_option()
742 for (i = 0; i < ARRAY_SIZE(check_table); i++) { process_checks()
743 struct check *c = check_table[i]; process_checks()

Completed in 68 milliseconds