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 | 141 for (i = 0; tests[i].cn_tname != NULL; i++) { in ctftest_check_numbers() 147 "compiler issue", tests[i].cn_tname); in ctftest_check_numbers() 151 id = ctftest_lookup_type(fp, tests[i].cn_tname); in ctftest_check_numbers() 153 warnx("failed to look up %s", tests[i].cn_tname); in ctftest_check_numbers() 160 tests[i].cn_tname, ctf_type_kind(fp, id), in ctftest_check_numbers() 168 tests[i].cn_tname, ctf_errmsg(ctf_errno(fp))); in ctftest_check_numbers() 175 "expected 0x%x", tests[i].cn_tname, enc.cte_format, in ctftest_check_numbers() 183 "expected 0x%x", tests[i].cn_tname, enc.cte_offset, in ctftest_check_numbers() 191 "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
|