Home
last modified time | relevance | path

Searched refs:dt_idhash_f (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h156 typedef int dt_idhash_f(dt_idhash_t *, dt_ident_t *, void *); typedef
157 extern int dt_idhash_iter(dt_idhash_t *, dt_idhash_f *, void *);
H A Ddt_cc.c1789 (void) dt_idhash_iter(dtp->dt_macros, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
1790 (void) dt_idhash_iter(dtp->dt_aggs, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
1791 (void) dt_idhash_iter(dtp->dt_globals, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
1792 (void) dt_idhash_iter(dtp->dt_tls, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
H A Ddt_provider.c865 (dt_idhash_f *)dt_probe_iter, &pit)) != 0) in dtrace_probe_iter()
H A Ddt_ident.c842 dt_idhash_iter(dt_idhash_t *dhp, dt_idhash_f *func, void *data) in dt_idhash_iter()