Searched refs:dt_reduceid (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_cc.c | 1788 dt_reduceid(dt_idhash_t *dhp, dt_ident_t *idp, dtrace_hdl_t *dtp) in dt_reduceid() function 1828 (void) dt_idhash_iter(dtp->dt_macros, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce() 1829 (void) dt_idhash_iter(dtp->dt_aggs, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce() 1830 (void) dt_idhash_iter(dtp->dt_globals, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce() 1831 (void) dt_idhash_iter(dtp->dt_tls, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
|