Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/cvt/
H A Dctftools.h334 list_t *iib_types; member
H A Doutput.c92 slist_add(&iiburst->iib_types, tdp, tdesc_idcmp); in save_type_by_id()
145 list_free(iiburst->iib_types, NULL, NULL); in iiburst_free()
H A Dctf.c639 (void) list_iter(iiburst->iib_types, (int (*)())write_type, buf); in ctf_gen()
641 debug(2, "CTF wrote %d types\n", list_count(iiburst->iib_types)); in ctf_gen()