Home
last modified time | relevance | path

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

/freebsd/tools/regression/priv/
H A Dmain.c525 if (test->t_cleanup_func != NULL) in run()
526 test->t_cleanup_func(asroot, injail, test); in run()
H A Dmain.h65 void (*t_cleanup_func)(int asroot, int injail, member