HomeSort by: relevance | last modified time | path
    Searched defs:maxoffs (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_provider.c 542 uint_t *noffs, *maxoffs; local
582 maxoffs = &pip->pi_maxenoffs;
586 maxoffs = &pip->pi_maxoffs;
589 if (*noffs == *maxoffs) {
590 uint_t new_max = *maxoffs * 2;
596 bcopy(*offs, new_offs, sizeof (uint32_t) * *maxoffs);
599 *maxoffs = new_max;
608 assert(*noffs < *maxoffs);

Completed in 42 milliseconds