Searched refs:dt_aggs (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_pcb.c | 149 (void) dt_idhash_iter(dtp->dt_aggs, dt_pcb_pop_ident, dtp); in dt_pcb_pop() 150 dt_idhash_update(dtp->dt_aggs); in dt_pcb_pop()
|
H A D | dt_open.c | 1045 dtp->dt_aggs = dt_idhash_create("aggregation", NULL, in dt_vopen() 1054 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL || in dt_vopen() 1358 if (dtp->dt_aggs != NULL) in dtrace_close() 1359 dt_idhash_destroy(dtp->dt_aggs); in dtrace_close()
|
H A D | dt_impl.h | 220 dt_idhash_t *dt_aggs; /* hash table of aggregation identifiers */ member
|
H A D | dt_parser.c | 2869 dt_xcook_ident(dnp, dtp->dt_aggs, DT_IDENT_AGG, B_FALSE); in dt_cook_ident() 3196 dhp = dtp->dt_aggs; in dt_cook_op2() 3485 dt_xcook_ident(lp, dtp->dt_aggs, in dt_cook_op2()
|
H A D | dt_cc.c | 1790 (void) dt_idhash_iter(dtp->dt_aggs, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
|