Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c59 ctftest_lookup_type(ctf_file_t *fp, const char *name) in ctftest_lookup_type() function
151 id = ctftest_lookup_type(fp, tests[i].cn_tname); in ctftest_check_numbers()
221 id = ctftest_lookup_type(fp, tests[i].cs_type); in ctftest_check_symbol_cb()
286 tid = ctftest_lookup_type(fp, tests->cd_tname); in ctftest_check_descent()
340 tid = ctftest_lookup_type(fp, tests->cd_contents); in ctftest_check_descent()
417 if ((base = ctftest_lookup_type(fp, type)) == CTF_ERR) { in ctftest_check_enum()
519 if ((base = ctftest_lookup_type(fp, type)) == CTF_ERR) { in ctftest_check_members()
753 if ((base = ctftest_lookup_type(fp, type)) == CTF_ERR) { in ctftest_check_size()