Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dump/
H A Ddump.c450 " bits=%u", ref_to_str(tp->ctt_name, hp, in read_types()
464 "bits=%u", ref_to_str(tp->ctt_name, hp, in read_types()
476 ref_to_str(tp->ctt_name, hp, cd), in read_types()
484 "nelems: %u\n", ref_to_str(tp->ctt_name, in read_types()
494 ref_to_str(tp->ctt_name, hp, cd), in read_types()
531 ref_to_str(tp->ctt_name, hp, cd), size); in read_types()
559 ref_to_str(tp->ctt_name, hp, cd)); in read_types()
577 ref_to_str(tp->ctt_name, hp, cd)); in read_types()
584 ref_to_str(tp->ctt_name, hp, cd), in read_types()
592 ref_to_str(tp->ctt_name, hp, cd), in read_types()
[all …]
/titanic_41/usr/src/common/ctf/
H A Dctf_open.c358 name = ctf_strptr(fp, tp->ctt_name); in init_types()
371 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
391 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
399 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
415 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
431 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
441 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
469 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
492 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name); in init_types()
526 strcmp(ctf_strptr(fp, tp->ctt_name), "") == 0 && in init_types()
H A Dctf_decl.c111 if (ctf_strptr(fp, tp->ctt_name)[0] == '\0') { in ctf_decl_push()
H A Dctf_types.c243 const char *name = ctf_strptr(rfp, tp->ctt_name); in ctf_type_qlname()
617 strcmp(ctf_strptr(lfp, ltp->ctt_name), in ctf_type_compat()
618 ctf_strptr(rfp, rtp->ctt_name)) != 0) in ctf_type_compat()
H A Dctf_create.c340 dtd->dtd_data.ctt_name = (uint_t)(s - s0); in ctf_update()
345 dtd->dtd_data.ctt_name = 0; in ctf_update()
1280 name = ctf_strptr(src_fp, tp->ctt_name); in ctf_add_type()
/titanic_41/usr/src/uts/common/sys/
H A Dctf.h161 uint_t ctt_name; /* reference to name in string table */ member
178 uint_t ctt_name; /* reference to name in string table */ member
/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c259 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, 0); in write_type()
268 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset); in write_type()
948 if (CTF_NAME_STID(ctt->ctt_name) != CTF_STRTAB_0) in resurrect_types()
951 if (CTF_NAME_OFFSET(ctt->ctt_name) != 0) { in resurrect_types()
953 xstrdup(sbuf + CTF_NAME_OFFSET(ctt->ctt_name)); in resurrect_types()