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

/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c341 if (ip->intr_iformat == 'c')
343 else if (ip->intr_iformat == 'b')
345 else if (ip->intr_iformat == 'v')
1078 ip->intr_iformat = 'c';
1080 ip->intr_iformat = 'b';
1082 ip->intr_iformat = 'v';
1084 ip->intr_iformat = '\0';
H A Dctftools.h192 #define intr_iformat _u._iformat macro
H A Ddwarf.c1333 intr->intr_iformat = fmt;
1403 intr->intr_iformat = 'c';
1412 intr->intr_iformat = 'c';
1417 intr->intr_iformat = 'b';
H A Dmerge.c231 si->intr_iformat != ti->intr_iformat)
H A Dst_parse.c793 intr->intr_iformat = *cp++;

Completed in 67 milliseconds