Lines Matching defs:nhole
2495 hole_t *nhole, *hole = addr_hole->next;
2498 nhole = hole->next;
2500 hole = nhole;
2508 hole_t *hole = addr_hole, *thole, *nhole;
2525 nhole = (hole_t *)kmem_zalloc(sizeof (hole_t),
2527 nhole->start = actual_hole_start + length;
2528 nhole->len = (ostart + olen) - nhole->start;
2529 nhole->next = NULL;
2531 hole->next = nhole;
2532 nhole->next = thole;
2533 if (nhole->start > *alast)
2534 *alast = nhole->start;
2536 nhole->start, nhole->len);