Home
last modified time | relevance | path

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

/freebsd-11-stable/tools/regression/priv/
HDmain.c529 if (test->t_cleanup_func != NULL) in run()
530 test->t_cleanup_func(asroot, injail, test); in run()
HDmain.h67 void (*t_cleanup_func)(int asroot, int injail, member