Searched refs:testname (Results 1 - 1 of 1) sorted by relevance

/u-boot/lib/efi_selftest/
H A Defi_selftest.c151 * @testname: name of the test
154 static bool need_reset(const u16 *testname) argument
160 if (testname && efi_st_strcmp_16_8(testname, test->name))
172 * @testname: name of the test
175 static struct efi_unit_test *find_test(const u16 *testname) argument
181 if (!efi_st_strcmp_16_8(testname, test->name))
184 efi_st_printf("\nTest '%ps' not found\n", testname);
207 * @testname name of a single selected test or NULL
212 void efi_st_do_tests(const u16 *testname, unsigne argument
256 const u16 *testname = NULL; local
[all...]

Completed in 34 milliseconds