Home
last modified time | relevance | path

Searched refs:efi_unit_test (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest.c77 static int setup(struct efi_unit_test *test, unsigned int *failures) in setup()
102 static int execute(struct efi_unit_test *test, unsigned int *failures) in execute()
127 static int teardown(struct efi_unit_test *test, unsigned int *failures) in teardown()
151 static struct efi_unit_test *find_test(const u16 *testname) in find_test()
153 struct efi_unit_test *test; in find_test()
155 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in find_test()
156 test < ll_entry_end(struct efi_unit_test, efi_unit_test); ++test) { in find_test()
169 struct efi_unit_test *test; in list_all_tests()
173 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in list_all_tests()
174 test < ll_entry_end(struct efi_unit_test, efi_unit_test); ++test) { in list_all_tests()
[all …]
/external/u-boot/include/
Defi_selftest.h119 struct efi_unit_test { struct
132 ll_entry_declare(struct efi_unit_test, __name, efi_unit_test) argument