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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dst_parse.c190 iitype_t iitype; local
203 iitype = II_NOT; /* not interesting */
207 iitype = II_GFUN;
211 iitype = II_SFUN;
237 ii->ii_type = iitype;
243 return (iitype);
250 iitype_t iitype; local
258 iitype = II_GVAR;
261 iitype = II_SVAR;
264 iitype
[all...]
H A Dctftools.h260 typedef enum iitype { enum

Completed in 55 milliseconds