Searched refs:atf_tc (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtp.h37 struct atf_tc;
56 const struct atf_tc *atf_tp_get_tc(const atf_tp_t *, const char *);
57 const struct atf_tc *const *atf_tp_get_tcs(const atf_tp_t *);
60 atf_error_t atf_tp_add_tc(atf_tp_t *, struct atf_tc *);
H A Dtc.h39 struct atf_tc;
41 typedef void (*atf_tc_head_t)(struct atf_tc *);
42 typedef void (*atf_tc_body_t)(const struct atf_tc *);
43 typedef void (*atf_tc_cleanup_t)(const struct atf_tc *);
62 * The "atf_tc" type.
66 struct atf_tc { struct
69 typedef struct atf_tc atf_tc_t;

Completed in 9 milliseconds