Home
last modified time | relevance | path

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

/NextBSD/contrib/atf/atf-c/
HDtc.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,
HDtc.c537 atf_tc_cleanup_t m_cleanup;
546 atf_tc_body_t body, atf_tc_cleanup_t cleanup, in atf_tc_init()