Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dtc.h39 typedef void (*atf_tc_cleanup_t)(const struct atf_tc *); typedef
53 atf_tc_cleanup_t m_cleanup;
69 atf_tc_body_t, atf_tc_cleanup_t,
H A Dtc.c576 atf_tc_cleanup_t m_cleanup;
585 atf_tc_body_t body, atf_tc_cleanup_t cleanup, in atf_tc_init()