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

/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h190 } intr_t; typedef in typeref:struct:intr
231 intr_t *intr; /* int, real */
H A Ddwarf.c566 intr_t *intr;
568 intr = xcalloc(sizeof (intr_t));
636 new->t_intr = xcalloc(sizeof (intr_t));
637 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
1291 * as input, this routine will return a common name, along with an intr_t
1294 static intr_t *
1303 intr_t *intr;
1356 intr = xcalloc(sizeof (intr_t));
1414 static intr_t *
1417 intr_t *int
[all...]
H A Dmerge.c221 intr_t *si = stdp->t_intr;
222 intr_t *ti = ttdp->t_intr;
728 new->t_intr = xmalloc(sizeof (intr_t));
729 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
H A Dst_parse.c775 intr_t *intr = xcalloc(sizeof (intr_t));
841 newtdp->t_intr = xmalloc(sizeof (intr_t));
842 bcopy(template->t_intr, newtdp->t_intr, sizeof (intr_t));
H A Dctf.c289 intr_t *ip;
1027 intr_t *ip;
1077 ip = xmalloc(sizeof (intr_t));
1103 ip = xcalloc(sizeof (intr_t));

Completed in 108 milliseconds