Searched refs:iiburst (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Doutput.c65 iiburst_t *iiburst = arg; local
80 (void) iitraverse_td(ii, iiburst->iib_tdtd);
88 iiburst_t *iiburst = private; local
95 if (tdp->t_id > iiburst->iib_maxtypeid)
96 iiburst->iib_maxtypeid = tdp->t_id;
98 slist_add(&iiburst->iib_types, tdp, tdesc_idcmp);
124 iiburst_t *iiburst = xcalloc(sizeof (iiburst_t)); local
125 iiburst->iib_td = td;
126 iiburst->iib_funcs = xcalloc(sizeof (iidesc_t *) * max);
127 iiburst
134 iiburst_types(iiburst_t *iiburst) argument
147 iiburst_free(iiburst_t *iiburst) argument
344 iiburst_t *iiburst; local
720 iiburst_t *iiburst; local
[all...]
H A Dctf.c616 ctf_gen(iiburst_t *iiburst, size_t *resszp, int do_compress) argument
633 iiburst->iib_td->td_parlabel);
635 iiburst->iib_td->td_parname);
638 (void) list_iter(iiburst->iib_td->td_labels, write_label,
643 for (i = 0; i < iiburst->iib_nobjts; i++)
644 write_objects(iiburst->iib_objts[i], buf);
648 for (i = 0; i < iiburst->iib_nfuncs; i++)
649 write_functions(iiburst->iib_funcs[i], buf);
653 (void) list_iter(iiburst->iib_types, write_type, buf);
655 debug(2, "CTF wrote %d types\n", list_count(iiburst
[all...]
H A Dctftools.h322 * and in a specific sorted order. An iiburst holds these elements in that
325 typedef struct iiburst { struct

Completed in 67 milliseconds