Searched refs:intr_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/fm/fminject/common/ |
H A D | inj_defn.c | 52 } intr_t; typedef 202 static const intr_t inj_intrinsics[] = { 209 inj_defn_memcmp_signed(const intr_t *intr, inj_declmem_t *dlm, in inj_defn_memcmp_signed() 245 inj_defn_memcmp_unsigned(const intr_t *intr, inj_declmem_t *dlm, in inj_defn_memcmp_unsigned() 282 inj_defn_memcmp_intr_array(const intr_t *cont, inj_declmem_t *dlm, in inj_defn_memcmp_intr_array() 677 const intr_t *intr; in inj_defn_validate_memlist()
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | dwarf.c | 603 intr_t *intr; in tdesc_intr_common() 605 intr = xcalloc(sizeof (intr_t)); in tdesc_intr_common() 673 new->t_intr = xcalloc(sizeof (intr_t)); in tdesc_intr_clone() 674 bcopy(old->t_intr, new->t_intr, sizeof (intr_t)); in tdesc_intr_clone() 1268 static intr_t * 1276 intr_t *intr; in die_base_name_parse() 1329 intr = xcalloc(sizeof (intr_t)); in die_base_name_parse() 1384 static intr_t * 1387 intr_t *intr = xcalloc(sizeof (intr_t)); in die_base_from_dwarf() 1436 intr_t *intr; in die_base_create()
|
H A D | ctftools.h | 190 } intr_t; typedef 231 intr_t *intr; /* int, real */
|
H A D | merge.c | 221 intr_t *si = stdp->t_intr; in equiv_intrinsic() 222 intr_t *ti = ttdp->t_intr; in equiv_intrinsic() 736 new->t_intr = xmalloc(sizeof (intr_t)); in conjure_intrinsic() 737 bcopy(old->t_intr, new->t_intr, sizeof (intr_t)); in conjure_intrinsic()
|
H A D | st_parse.c | 776 intr_t *intr = xcalloc(sizeof (intr_t)); in intrinsic() 842 newtdp->t_intr = xmalloc(sizeof (intr_t)); in bitintrinsic() 843 bcopy(template->t_intr, newtdp->t_intr, sizeof (intr_t)); in bitintrinsic()
|
H A D | ctf.c | 231 intr_t *ip; in write_type() 920 intr_t *ip; in resurrect_types() 970 ip = xmalloc(sizeof (intr_t)); in resurrect_types() 996 ip = xcalloc(sizeof (intr_t)); in resurrect_types()
|