Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dtc.h38 typedef void (*atf_tc_body_t)(const struct atf_tc *); typedef
52 atf_tc_body_t m_body;
69 atf_tc_body_t, atf_tc_cleanup_t,
H A Dtc.c575 atf_tc_body_t m_body;
585 atf_tc_body_t body, atf_tc_cleanup_t cleanup, in atf_tc_init()