Home
last modified time | relevance | path

Searched refs:teardown (Results 1 – 25 of 25) sorted by relevance

/lib/efi_selftest/
A Defi_selftest_watchdog.c132 static int teardown(void) in teardown() function
222 .teardown = teardown,
230 .teardown = teardown,
A Defi_selftest_gop.c44 static int teardown(void) in teardown() function
98 .teardown = teardown,
A Defi_selftest_startimage_return.c101 static int teardown(void) in teardown() function
147 .teardown = teardown,
A Defi_selftest_ipconfig.c155 static int teardown(void) in teardown() function
167 .teardown = teardown,
A Defi_selftest_startimage_exit.c103 static int teardown(void) in teardown() function
162 .teardown = teardown,
A Defi_selftest_textinputex.c98 static int teardown(void) in teardown() function
196 .teardown = teardown,
A Defi_selftest_events.c74 static int teardown(void) in teardown() function
205 .teardown = teardown,
A Defi_selftest_open_protocol.c63 static int teardown(void) in teardown() function
204 .teardown = teardown,
A Defi_selftest.c130 static int teardown(struct efi_unit_test *test, unsigned int *failures) in teardown() function
134 if (!test->teardown) in teardown()
137 ret = test->teardown(); in teardown()
231 teardown(test, failures); in efi_st_do_tests()
A Defi_selftest_tpl.c74 static int teardown(void) in teardown() function
230 .teardown = teardown,
A Defi_selftest_esrt.c191 static int teardown(void) in teardown() function
291 .teardown = teardown,
A Defi_selftest_register_notify.c103 static int teardown(void) in teardown() function
266 .teardown = teardown,
A Defi_selftest_http.c287 static int teardown(void) in teardown() function
312 .teardown = teardown,
A Defi_selftest_manageprotocols.c127 static int teardown(void) in teardown() function
383 .teardown = teardown,
A Defi_selftest_controllers.c457 static int teardown(void) in teardown() function
475 .teardown = teardown,
A Defi_selftest_devicepath.c239 static int teardown(void) in teardown() function
466 .teardown = teardown,
A Defi_selftest_snp.c426 static int teardown(void) in teardown() function
484 .teardown = teardown,
A Defi_selftest_bitblt.c211 static int teardown(void) in teardown() function
351 .teardown = teardown,
A Defi_selftest_loadimage.c453 static int teardown(void) in teardown() function
528 .teardown = teardown,
A Defi_selftest_block_device.c249 static int teardown(void) in teardown() function
588 .teardown = teardown,
A Defi_selftest_load_file.c473 .teardown = efi_st_load_file_teardown,
A Defi_selftest_tcg2.c1010 .teardown = efi_st_tcg2_teardown,
/lib/lwip/lwip/test/unit/
A Dlwip_unittests.c34 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown) in create_suite() argument
41 if ((setup != NULL) || (teardown != NULL)) { in create_suite()
42 tcase_add_checked_fixture(tc_core, setup, teardown); in create_suite()
A Dlwip_check.h41 Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown);
/lib/mbedtls/external/mbedtls/
A DChangeLog3510 * Add platform setup and teardown calls in test suites.
3812 platform-specific setup and teardown operations. The macro

Completed in 58 milliseconds