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

/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture_internals.h22 unityfunction * teardown,
H A Dunity_fixture.c73 unityfunction* teardown,
102 teardown();
71 UnityTestRunner(unityfunction* setup, unityfunction* testBody, unityfunction* teardown, const char * printableName, const char * group, const char * name, const char * file, int line) argument
/freebsd-11-stable/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c149 goto teardown;
156 goto teardown;
162 goto teardown;
166 teardown:
/freebsd-11-stable/contrib/expat/tests/
H A Dminicheck.c76 tcase_teardown_function teardown) {
79 tc->teardown = teardown;
179 /* teardown */
180 if (tc->teardown != NULL) {
185 tc->teardown();
75 tcase_add_checked_fixture(TCase *tc, tcase_setup_function setup, tcase_teardown_function teardown) argument
H A Dminicheck.h90 tcase_teardown_function teardown; member in struct:TCase
/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpswvar.h65 int teardown; member in struct:cpsw_queue
H A Dif_cpsw.c1222 CPSW_DEBUGF(sc, ("starting RX teardown"));
1223 sc->rx.teardown = 1;
1235 CPSW_DEBUGF(sc, ("finished RX teardown (%d retries)", i));
1244 CPSW_DEBUGF(sc, ("starting TX teardown"));
1245 /* Start the TX queue teardown if queue is not empty. */
1249 sc->tx.teardown = 1;
1260 ("finished TX teardown (%d retries, %d idle buffers)", i,
1563 if (sc->rx.teardown) {
1565 sc->rx.teardown = 0;
1606 * on packets with the teardown complet
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_core.c458 bool teardown = false; local
485 teardown = true;
503 if (teardown)
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c93 /** A simple test fixture comprising setup, teardown, and test */
102 teardown_t *teardown; member in struct:test_fixture
235 tests[i].teardown();
/freebsd-11-stable/sys/kern/
H A Duipc_usrreq.c668 goto teardown;
700 teardown:
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js3073 if ( !special.teardown || special.teardown.call( elem, namespaces ) === false ) {
3445 teardown: function( namespaces, eventHandle ) {
3633 teardown: function() {
3695 teardown: function() {
3719 teardown: function() {

Completed in 253 milliseconds