Searched defs:aggbase (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c10588 uint32_t aggbase = UINT32_MAX; local
10610 ASSERT(aggbase != UINT32_MAX);
10613 agg->dtag_base = aggbase;
10622 aggbase = UINT32_MAX;
10633 ASSERT3U(aggbase, ==, UINT32_MAX);
10637 aggbase = curneeded - sizeof (dtrace_aggid_t);
10638 ASSERT(IS_P2ALIGNED(aggbase,

Completed in 92 milliseconds