Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/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()
/freebsd/sys/sys/
H A Dctf.h57 __uint32_t ctl_label; member
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c151 ctl.ctl_label = strtab_insert(&b->ctb_strtab, le->le_name); in write_label()
155 SWAP_32(ctl.ctl_label); in write_label()
901 char *label = sbuf + ctl->ctl_label; in resurrect_labels()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c224 ref_to_str(ctl->ctl_label, hp, cd)); in print_labeltable()