Home
last modified time | relevance | path

Searched refs:maxoffs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_provider.c536 uint_t *noffs, *maxoffs; in dt_probe_define() local
587 maxoffs = &pip->pi_maxenoffs; in dt_probe_define()
591 maxoffs = &pip->pi_maxoffs; in dt_probe_define()
594 if (*noffs == *maxoffs) { in dt_probe_define()
595 uint_t new_max = *maxoffs * 2; in dt_probe_define()
601 bcopy(*offs, new_offs, sizeof (uint32_t) * *maxoffs); in dt_probe_define()
604 *maxoffs = new_max; in dt_probe_define()
613 assert(*noffs < *maxoffs); in dt_probe_define()