Searched refs:intr_t (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dctftools.h190 } intr_t; typedef in typeref:struct:intr
231 intr_t *intr; /* int, real */
H A Ddwarf.c604 intr_t *intr;
606 intr = xcalloc(sizeof (intr_t));
674 new->t_intr = xcalloc(sizeof (intr_t));
675 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
1279 * as input, this routine will return a common name, along with an intr_t
1282 static intr_t *
1290 intr_t *intr;
1343 intr = xcalloc(sizeof (intr_t));
1398 static intr_t *
1401 intr_t *int
[all...]
H A Dmerge.c221 intr_t *si = stdp->t_intr;
222 intr_t *ti = ttdp->t_intr;
736 new->t_intr = xmalloc(sizeof (intr_t));
737 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
H A Dst_parse.c794 intr_t *intr = xcalloc(sizeof (intr_t));
860 newtdp->t_intr = xmalloc(sizeof (intr_t));
861 bcopy(template->t_intr, newtdp->t_intr, sizeof (intr_t));
H A Dctf.c287 intr_t *ip;
1017 intr_t *ip;
1067 ip = xmalloc(sizeof (intr_t));
1093 ip = xcalloc(sizeof (intr_t));

Completed in 178 milliseconds