Searched refs:maxoffs (Results 1 – 1 of 1) sorted by relevance
536 uint_t *noffs, *maxoffs; in dt_probe_define() local587 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()