Home
last modified time | relevance | path

Searched refs:check_table (Results 1 – 5 of 5) 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()
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh144 function check_table {
189 while ! check_table 0 exp0 $((retries == 0)); do
193 while ! check_table 1 exp1 $((retries == 0)); do
/openbmc/linux/scripts/dtc/
H A Dchecks.c1896 static struct check *check_table[] = { variable
2007 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in disable_warning_error()
2008 struct check *cc = check_table[i]; in disable_warning_error()
2033 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in parse_checks_option()
2034 struct check *c = check_table[i]; in parse_checks_option()
2053 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in process_checks()
2054 struct check *c = check_table[i]; in process_checks()