HomeSort by: relevance | last modified time | path
    Searched refs:atf_tc_init_pack (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
tc.h 75 atf_error_t atf_tc_init_pack(atf_tc_t *, atf_tc_pack_t *,
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));
macros.h 123 atfu_err = atf_tc_init_pack(&atfu_ ## tc ## _tc, \
check_test.c 230 RE(atf_tc_init_pack(tc, tcpack, config));
tc.c 610 atf_tc_init_pack(atf_tc_t *tc, const atf_tc_pack_t *pack, function

Completed in 18 milliseconds