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

/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Doutput.c157 iiburst_t *iiburst = arg; local
172 (void) iitraverse_td(ii, iiburst->iib_tdtd);
180 iiburst_t *iiburst = private; local
187 if (tdp->t_id > iiburst->iib_maxtypeid)
188 iiburst->iib_maxtypeid = tdp->t_id;
190 slist_add(&iiburst->iib_types, tdp, tdesc_idcmp);
216 iiburst_t *iiburst = xcalloc(sizeof (iiburst_t)); local
217 iiburst->iib_td = td;
218 iiburst->iib_funcs = xcalloc(sizeof (iidesc_t *) * max);
219 iiburst
226 iiburst_types(iiburst_t *iiburst) argument
239 iiburst_free(iiburst_t *iiburst) argument
430 iiburst_t *iiburst; local
1194 iiburst_t *iiburst; local
[all...]
H A Dctf.c680 ctf_gen(iiburst_t *iiburst, size_t *resszp, int do_compress) argument
702 iiburst->iib_td->td_parlabel);
704 iiburst->iib_td->td_parname);
707 (void) list_iter(iiburst->iib_td->td_labels, (int (*)())write_label,
712 for (i = 0; i < iiburst->iib_nobjts; i++)
713 write_objects(iiburst->iib_objts[i], buf);
717 for (i = 0; i < iiburst->iib_nfuncs; i++)
718 write_functions(iiburst->iib_funcs[i], buf);
722 (void) list_iter(iiburst->iib_types, (int (*)())write_type, buf);
724 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 136 milliseconds