Searched refs:efi_unit_test (Results 1 – 2 of 2) sorted by relevance
152 struct efi_unit_test *test; in find_test()154 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in find_test()155 test < ll_entry_end(struct efi_unit_test, efi_unit_test); ++test) { in find_test()168 struct efi_unit_test *test; in list_all_tests()172 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in list_all_tests()173 test < ll_entry_end(struct efi_unit_test, efi_unit_test); ++test) { in list_all_tests()191 struct efi_unit_test *test; in efi_st_do_tests()193 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in efi_st_do_tests()194 test < ll_entry_end(struct efi_unit_test, efi_unit_test); in efi_st_do_tests()275 efi_unit_test)); in efi_selftest()[all …]
134 struct efi_unit_test { struct146 ll_entry_declare(struct efi_unit_test, __name, efi_unit_test) argument