Searched refs:iitype (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c189 iitype_t iitype = 0; local
202 iitype = II_NOT; /* not interesting */
206 iitype = II_GFUN;
210 iitype = II_SFUN;
236 ii->ii_type = iitype;
242 return (iitype);
249 iitype_t iitype = 0; local
257 iitype = II_GVAR;
260 iitype = II_SVAR;
263 iitype
[all...]
H A Dctftools.h260 typedef enum iitype { enum

Completed in 118 milliseconds