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

/freebsd-12-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;
240 ii->ii_type = iitype;
246 return (iitype);
253 iitype_t iitype = 0; local
261 iitype = II_GVAR;
264 iitype = II_SVAR;
267 iitype
[all...]
H A Dctftools.h260 typedef enum iitype { enum

Completed in 78 milliseconds