Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/ctf/
H A Dctf_labels.c69 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
95 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) { in ctf_label_iter()
97 "typeidx %u\n", ctlp->ctl_label, ctlp->ctl_typeidx); in ctf_label_iter()
/titanic_44/usr/src/uts/common/sys/
H A Dctf.h156 uint_t ctl_label; /* ref to name of label */ member
/titanic_44/usr/src/tools/ctf/cvt/
H A Dctf.c138 ctl.ctl_label = strtab_insert(&b->ctb_strtab, le->le_name); in write_label()
755 char *label = sbuf + ctl->ctl_label; in resurrect_labels()
/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.c224 ref_to_str(ctl->ctl_label, hp, cd)); in print_labeltable()