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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c50 } intr_t; typedef in typeref:struct:intr
199 static const intr_t inj_intrinsics[] = {
206 inj_defn_memcmp_signed(const intr_t *intr, inj_declmem_t *dlm,
242 inj_defn_memcmp_unsigned(const intr_t *intr, inj_declmem_t *dlm,
279 inj_defn_memcmp_intr_array(const intr_t *cont, inj_declmem_t *dlm,
674 const intr_t *intr;
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h190 } intr_t; typedef in typeref:struct:intr
231 intr_t *intr; /* int, real */
H A Ddwarf.c603 intr_t *intr;
605 intr = xcalloc(sizeof (intr_t));
673 new->t_intr = xcalloc(sizeof (intr_t));
674 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
1265 * as input, this routine will return a common name, along with an intr_t
1268 static intr_t *
1276 intr_t *intr;
1329 intr = xcalloc(sizeof (intr_t));
1384 static intr_t *
1387 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.c776 intr_t *intr = xcalloc(sizeof (intr_t));
842 newtdp->t_intr = xmalloc(sizeof (intr_t));
843 bcopy(template->t_intr, newtdp->t_intr, sizeof (intr_t));
H A Dctf.c231 intr_t *ip;
920 intr_t *ip;
970 ip = xmalloc(sizeof (intr_t));
996 ip = xcalloc(sizeof (intr_t));

Completed in 60 milliseconds