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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h251 #define TDESC_F_ISROOT 0x1 /* Has an iidesc_t (see below) */
256 * iidesc_t (Interesting Item DESCription) nodes point to tdesc_t nodes that
282 } iidesc_t; typedef in typeref:struct:iidesc
304 hash_t *td_iihash; /* The iidesc_t nodes for this file */
328 iidesc_t **iib_funcs;
332 iidesc_t **iib_objts;
354 iidesc_t *iidesc_new(char *);
357 int (*)(iidesc_t *, void *), void *);
358 iidesc_t *iidesc_dup(iidesc_t *);
[all...]

Completed in 46 milliseconds