Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dtc.h37 typedef void (*atf_tc_head_t)(struct atf_tc *); typedef
51 atf_tc_head_t m_head;
68 atf_error_t atf_tc_init(atf_tc_t *, const char *, atf_tc_head_t,
H A Dtc.c574 atf_tc_head_t m_head;
584 atf_tc_init(atf_tc_t *tc, const char *ident, atf_tc_head_t head, in atf_tc_init()