Lines Matching refs:efi_unit_test
80 static int setup(struct efi_unit_test *test, unsigned int *failures) in setup()
105 static int execute(struct efi_unit_test *test, unsigned int *failures) in execute()
130 static int teardown(struct efi_unit_test *test, unsigned int *failures) in teardown()
156 struct efi_unit_test *test; in need_reset()
158 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in need_reset()
159 test < ll_entry_end(struct efi_unit_test, efi_unit_test); ++test) { in need_reset()
175 static struct efi_unit_test *find_test(const u16 *testname) in find_test()
177 struct efi_unit_test *test; in find_test()
179 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in find_test()
180 test < ll_entry_end(struct efi_unit_test, efi_unit_test); ++test) { in find_test()
193 struct efi_unit_test *test; in list_all_tests()
197 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in list_all_tests()
198 test < ll_entry_end(struct efi_unit_test, efi_unit_test); ++test) { in list_all_tests()
216 struct efi_unit_test *test; in efi_st_do_tests()
218 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in efi_st_do_tests()
219 test < ll_entry_end(struct efi_unit_test, efi_unit_test); in efi_st_do_tests()
299 ll_entry_count(struct efi_unit_test, in efi_selftest()
300 efi_unit_test)); in efi_selftest()
304 ll_entry_count(struct efi_unit_test, in efi_selftest()
305 efi_unit_test), in efi_selftest()