Searched refs:cn_tname (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-common.c | 142 for (i = 0; tests[i].cn_tname != NULL; i++) { in ctftest_check_numbers() 148 "compiler issue", tests[i].cn_tname); in ctftest_check_numbers() 152 id = ctftest_lookup_type(fp, tests[i].cn_tname); in ctftest_check_numbers() 154 warnx("failed to look up %s", tests[i].cn_tname); in ctftest_check_numbers() 161 tests[i].cn_tname, ctf_type_kind(fp, id), in ctftest_check_numbers() 169 tests[i].cn_tname, ctf_errmsg(ctf_errno(fp))); in ctftest_check_numbers() 176 "expected 0x%x", tests[i].cn_tname, enc.cte_format, in ctftest_check_numbers() 184 "expected 0x%x", tests[i].cn_tname, enc.cte_offset, in ctftest_check_numbers() 192 "expected 0x%x", tests[i].cn_tname, enc.cte_bits, in ctftest_check_numbers()
|
H A D | check-common.h | 45 const char *cn_tname; member
|