Searched refs:ref_to_str (Results 1 – 1 of 1) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/ |
H A D | dump.c | 112 ref_to_str(uint_t name, const ctf_header_t *hp, const ctf_data_t *cd) in ref_to_str() function 191 ref_to_str(hp->cth_parlabel, hp, cd)); in print_header() 193 ref_to_str(hp->cth_parname, hp, cd)); in print_header() 224 ref_to_str(ctl->ctl_label, hp, cd)); in print_labeltable() 492 " bits=%u", ref_to_str(name, hp, cd), in read_types() 507 "bits=%u", ref_to_str(name, hp, cd), in read_types() 519 ref_to_str(name, hp, cd), type); in read_types() 537 "nelems: %u\n", ref_to_str(name, hp, cd), in read_types() 552 ref_to_str(name, hp, cd), type); in read_types() 595 ref_to_str(name, hp, cd), size); in read_types() [all …]
|