HomeSort by relevance Sort by last modified time
    Searched refs:efi_unit_test (Results 1 - 2 of 2) sorted by null

  /external/u-boot/lib/efi_selftest/
efi_selftest.c 77 static int setup(struct efi_unit_test *test, unsigned int *failures)
102 static int execute(struct efi_unit_test *test, unsigned int *failures)
127 static int teardown(struct efi_unit_test *test, unsigned int *failures)
151 static struct efi_unit_test *find_test(const u16 *testname)
153 struct efi_unit_test *test;
155 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test);
156 test < ll_entry_end(struct efi_unit_test, efi_unit_test); ++test) {
169 struct efi_unit_test *test
    [all...]
  /external/u-boot/include/
efi_selftest.h 107 * struct efi_unit_test - EFI unit test
109 * An efi_unit_test provides a interface to an EFI unit test.
119 struct efi_unit_test { struct
131 #define EFI_UNIT_TEST(__name) \
132 ll_entry_declare(struct efi_unit_test, __name, efi_unit_test)

Completed in 1508 milliseconds