Lines Matching refs:efi_unit_test
76 static int setup(struct efi_unit_test *test, unsigned int *failures) in setup()
101 static int execute(struct efi_unit_test *test, unsigned int *failures) in execute()
126 static int teardown(struct efi_unit_test *test, unsigned int *failures) in teardown()
150 static struct efi_unit_test *find_test(const u16 *testname) in find_test()
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()
274 ll_entry_count(struct efi_unit_test, in efi_selftest()
275 efi_unit_test)); in efi_selftest()
279 ll_entry_count(struct efi_unit_test, in efi_selftest()
280 efi_unit_test), in efi_selftest()