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

/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c829 tdp->t_intr = intr;
845 newtdp->t_intr = xmalloc(sizeof (intr_t));
846 bcopy(template->t_intr, newtdp->t_intr, sizeof (intr_t));
847 newtdp->t_intr->intr_nbits = nbits;
959 if (mlp->ml_size != itdp->t_intr->intr_nbits) {
1180 if (ml->ml_size != tdp->t_intr->intr_nbits) {
H A Dmerge.c221 intr_t *si = stdp->t_intr;
222 intr_t *ti = ttdp->t_intr;
729 new->t_intr = xmalloc(sizeof (intr_t));
730 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
H A Ddwarf.c213 return (tdp->t_intr->intr_nbits);
578 tdp->t_intr = intr;
636 new->t_intr = xcalloc(sizeof (intr_t));
637 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
638 new->t_intr->intr_nbits = bitsz;
1142 mt->t_intr->intr_nbits != ml->ml_size) {
1483 tdp->t_intr = intr;
H A Dctftools.h244 #define t_intr t_data.intr macro
H A Dtdata.c192 free(tdp->t_intr);
H A Dctf.c328 ip = tp->t_intr;
1088 tdp->t_intr = ip;
1104 tdp->t_intr = ip;

Completed in 107 milliseconds