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

/illumos-gate/usr/src/tools/ctf/cvt/
H A Diidesc.c175 iidesc_count_type(void *data, void *private) function
187 hash_iter(ii, iidesc_count_type, (void *)II_GFUN),
188 hash_iter(ii, iidesc_count_type, (void *)II_SFUN),
189 hash_iter(ii, iidesc_count_type, (void *)II_GVAR),
190 hash_iter(ii, iidesc_count_type, (void *)II_SVAR),
191 hash_iter(ii, iidesc_count_type, (void *)II_TYPE),
192 hash_iter(ii, iidesc_count_type, (void *)II_SOU));

Completed in 43 milliseconds