Searched refs:dt_aggs (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_pcb.c155 (void) dt_idhash_iter(dtp->dt_aggs, dt_pcb_pop_ident, dtp);
156 dt_idhash_update(dtp->dt_aggs);
H A Ddt_open.c1113 dtp->dt_aggs = dt_idhash_create("aggregation", NULL,
1122 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL ||
1428 if (dtp->dt_aggs != NULL)
1429 dt_idhash_destroy(dtp->dt_aggs);
H A Ddt_impl.h218 dt_idhash_t *dt_aggs; /* hash table of aggregation identifiers */ member in struct:dtrace_hdl
H A Ddt_parser.c2810 dt_xcook_ident(dnp, dtp->dt_aggs, DT_IDENT_AGG, B_FALSE);
3108 dhp = dtp->dt_aggs;
3391 dt_xcook_ident(lp, dtp->dt_aggs,
H A Ddt_cc.c1592 (void) dt_idhash_iter(dtp->dt_aggs, (dt_idhash_f *)dt_reduceid, dtp);

Completed in 67 milliseconds