Searched refs:iidesc_count_type (Results 1 – 2 of 2) sorted by relevance
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | iidesc.c | 179 iidesc_count_type(void *data, void *private) in iidesc_count_type() function 191 hash_iter(ii, iidesc_count_type, (void *)II_GFUN), in iidesc_stats() 192 hash_iter(ii, iidesc_count_type, (void *)II_SFUN), in iidesc_stats() 193 hash_iter(ii, iidesc_count_type, (void *)II_GVAR), in iidesc_stats() 194 hash_iter(ii, iidesc_count_type, (void *)II_SVAR), in iidesc_stats() 195 hash_iter(ii, iidesc_count_type, (void *)II_TYPE), in iidesc_stats() 196 hash_iter(ii, iidesc_count_type, (void *)II_SOU)); in iidesc_stats()
|
H A D | ctftools.h | 368 int iidesc_count_type(void *, void *);
|