Home
last modified time | relevance | path

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

/u-boot/lib/efi_selftest/
A Defi_selftest.c156 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()
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()
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()
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()
300 efi_unit_test)); in efi_selftest()
[all …]
/u-boot/include/
A Defi_selftest.h149 struct efi_unit_test { struct
169 ll_entry_declare(struct efi_unit_test, __name, efi_unit_test)

Completed in 4 milliseconds