Searched refs:new_offs (Results 1 – 1 of 1) sorted by relevance
592 uint32_t *new_offs = dt_alloc(dtp, sizeof (uint32_t) * new_max); in dt_probe_define() local594 if (new_offs == NULL) in dt_probe_define()597 bcopy(*offs, new_offs, sizeof (uint32_t) * *maxoffs); in dt_probe_define()601 *offs = new_offs; in dt_probe_define()