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

/illumos-gate/usr/src/tools/ctf/dump/
H A Ddump.c450 " bits=%u", ref_to_str(tp->ctt_name, hp,
464 "bits=%u", ref_to_str(tp->ctt_name, hp,
476 ref_to_str(tp->ctt_name, hp, cd),
484 "nelems: %u\n", ref_to_str(tp->ctt_name,
494 ref_to_str(tp->ctt_name, hp, cd),
531 ref_to_str(tp->ctt_name, hp, cd), size);
559 ref_to_str(tp->ctt_name, hp, cd));
577 ref_to_str(tp->ctt_name, hp, cd));
584 ref_to_str(tp->ctt_name, hp, cd),
592 ref_to_str(tp->ctt_name, h
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c358 name = ctf_strptr(fp, tp->ctt_name);
371 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
391 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
399 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
415 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
431 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
441 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
469 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
492 CTF_INDEX_TO_TYPE(id, child), tp->ctt_name);
526 strcmp(ctf_strptr(fp, tp->ctt_name), "")
[all...]
H A Dctf_decl.c111 if (ctf_strptr(fp, tp->ctt_name)[0] == '\0') {
H A Dctf_types.c243 const char *name = ctf_strptr(rfp, tp->ctt_name);
617 strcmp(ctf_strptr(lfp, ltp->ctt_name),
618 ctf_strptr(rfp, rtp->ctt_name)) != 0)
H A Dctf_create.c340 dtd->dtd_data.ctt_name = (uint_t)(s - s0);
345 dtd->dtd_data.ctt_name = 0;
1280 name = ctf_strptr(src_fp, tp->ctt_name);
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h161 uint_t ctt_name; /* reference to name in string table */ member in struct:ctf_stype
178 uint_t ctt_name; /* reference to name in string table */ member in struct:ctf_type
193 * ctt_name, as well as other structures that contain name references.
203 * stid = CTF_NAME_STID(c.ctt_name); <-- string table id number (0 or 1)
204 * offset = CTF_NAME_OFFSET(c.ctt_name); <-- string table byte offset
207 * c.ctt_name = CTF_TYPE_NAME(stid, offset);
264 #define CTF_K_FORWARD 9 /* no additional data; ctt_name is tag */
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c259 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, 0);
268 ctt.ctt_name = CTF_TYPE_NAME(CTF_STRTAB_0, offset);
948 if (CTF_NAME_STID(ctt->ctt_name) != CTF_STRTAB_0)
951 if (CTF_NAME_OFFSET(ctt->ctt_name) != 0) {
953 xstrdup(sbuf + CTF_NAME_OFFSET(ctt->ctt_name));

Completed in 77 milliseconds