Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/dtc/
H A Dchecks.c1796 static struct check *check_table[] = { variable
1890 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in disable_warning_error()
1891 struct check *cc = check_table[i]; in disable_warning_error()
1916 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in parse_checks_option()
1917 struct check *c = check_table[i]; in parse_checks_option()
1936 for (i = 0; i < ARRAY_SIZE(check_table); i++) { in process_checks()
1937 struct check *c = check_table[i]; in process_checks()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh144 function check_table { function
152 echo "check_table: BAD NUMBER OF ITEMS"
162 echo " check_table: ethtool does not contain '$pp_expected'"
172 echo " check_table: wrong entry $i"
189 while ! check_table 0 exp0 $((retries == 0)); do
193 while ! check_table 1 exp1 $((retries == 0)); do
205 echo " check_table: ethtool does not contain '$pp_expected'"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh144 function check_table { function
152 echo "check_table: BAD NUMBER OF ITEMS"
162 echo " check_table: ethtool does not contain '$pp_expected'"
172 echo " check_table: wrong entry $i"
189 while ! check_table 0 exp0 $((retries == 0)); do
193 while ! check_table 1 exp1 $((retries == 0)); do
205 echo " check_table: ethtool does not contain '$pp_expected'"

Completed in 8 milliseconds