Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_crc32.c18 static int check_table(const void *table) in check_table() function
93 if (check_table(st) != EFI_ST_SUCCESS) { in setup()
97 if (check_table(st->boottime) != EFI_ST_SUCCESS) { in setup()
101 if (check_table(st->runtime) != EFI_ST_SUCCESS) { in setup()
118 if (check_table(st) != EFI_ST_SUCCESS) { in execute()
122 if (check_table(st->runtime) != EFI_ST_SUCCESS) { in execute()
H A Defi_selftest_config_table.c38 static int check_table(const void *table) in check_table() function
168 if (check_table(sys_table) != EFI_ST_SUCCESS) { in execute()
213 if (check_table(sys_table) != EFI_ST_SUCCESS) { in execute()
253 if (check_table(sys_table) != EFI_ST_SUCCESS) { in execute()
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c1361 static struct check *check_table[] = { variable
1443 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in disable_warning_error()
1444 struct check *cc = check_table[i]; in disable_warning_error()
1469 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in parse_checks_option()
1470 struct check *c = check_table[i]; in parse_checks_option()
1489 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in process_checks()
1490 struct check *c = check_table[i]; in process_checks()