Searched refs:atf_tc_init_pack (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc.h | 75 atf_error_t atf_tc_init_pack(atf_tc_t *, atf_tc_pack_t *,
|
H A D | tc_test.c | 83 atf_tc_set_md_var(tc, "descr", "Tests the atf_tc_init_pack function"); 101 RE(atf_tc_init_pack(&tc, &tcp1, NULL)); 106 RE(atf_tc_init_pack(&tc, &tcp2, NULL));
|
H A D | macros.h | 123 atfu_err = atf_tc_init_pack(&atfu_ ## tc ## _tc, \
|
H A D | check_test.c | 230 RE(atf_tc_init_pack(tc, tcpack, config));
|
H A D | tc.c | 606 atf_tc_init_pack(atf_tc_t *tc, const atf_tc_pack_t *pack, function
|
Completed in 676 milliseconds