OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dt_aggs
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_pcb.c
149
(void) dt_idhash_iter(dtp->
dt_aggs
, dt_pcb_pop_ident, dtp);
150
dt_idhash_update(dtp->
dt_aggs
);
dt_open.c
1399
dtp->
dt_aggs
= dt_idhash_create("aggregation", NULL,
1408
if (dtp->dt_macros == NULL || dtp->
dt_aggs
== NULL ||
1727
if (dtp->
dt_aggs
!= NULL)
1728
dt_idhash_destroy(dtp->
dt_aggs
);
dt_impl.h
248
dt_idhash_t *
dt_aggs
; /* hash table of aggregation identifiers */
member in struct:dtrace_hdl
dt_parser.c
2875
dt_xcook_ident(dnp, dtp->
dt_aggs
, DT_IDENT_AGG, B_FALSE);
3202
dhp = dtp->
dt_aggs
;
3491
dt_xcook_ident(lp, dtp->
dt_aggs
,
dt_cc.c
1829
(void) dt_idhash_iter(dtp->
dt_aggs
, (dt_idhash_f *)dt_reduceid, dtp);
Completed in 45 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026