Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_labels.c67 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
93 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) { in ctf_label_iter()
95 "typeidx %u\n", ctlp->ctl_label, ctlp->ctl_typeidx); in ctf_label_iter()
H A Dctf_create.c494 label->ctl_label = s - s0; in ctf_update()
498 bhdr->cth_parlabel = label->ctl_label; in ctf_update()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h156 uint_t ctl_label; /* ref to name of label */ member