Searched refs:dt_aggs (Results 1 – 5 of 5) sorted by relevance
| /freebsd/cddl/contrib/opensolaris/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 | 1334 dtp->dt_aggs = dt_idhash_create("aggregation", NULL, in dt_vopen() 1343 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL || in dt_vopen() 1662 if (dtp->dt_aggs != NULL) in dtrace_close() 1663 dt_idhash_destroy(dtp->dt_aggs); in dtrace_close()
|
| H A D | dt_impl.h | 250 dt_idhash_t *dt_aggs; /* hash table of aggregation identifiers */ member
|
| H A D | dt_parser.c | 2917 dt_xcook_ident(dnp, dtp->dt_aggs, DT_IDENT_AGG, B_FALSE); in dt_cook_ident() 3245 dhp = dtp->dt_aggs; in dt_cook_op2() 3534 dt_xcook_ident(lp, dtp->dt_aggs, in dt_cook_op2()
|
| H A D | dt_cc.c | 1833 (void) dt_idhash_iter(dtp->dt_aggs, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
|