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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h127 * Each node consists of a single tdesc_t, with one of several auxiliary
131 /* The type of tdesc_t node */
150 typedef struct tdesc tdesc_t; typedef in typeref:struct:tdesc
152 /* Auxiliary structure for array tdesc_t */
154 tdesc_t *ad_contents;
155 tdesc_t *ad_idxtype;
159 /* Auxiliary structure for structure/union tdesc_t */
168 /* Auxiliary structure for enum tdesc_t */
206 tdesc_t **fn_args;
213 * The tdesc_t (Typ
[all...]

Completed in 65 milliseconds