Searched defs:nhole (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2326 hole_t *nhole, *hole = addr_hole->next; local
2329 nhole = hole->next;
2331 hole = nhole;
2339 hole_t *hole = addr_hole, *thole, *nhole; local
2356 nhole = (hole_t *)kmem_zalloc(sizeof (hole_t),
2358 nhole->start = actual_hole_start + length;
2359 nhole->len = (ostart + olen) - nhole->start;
2360 nhole->next = NULL;
2362 hole->next = nhole;
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c2495 hole_t *nhole, *hole = addr_hole->next; local
2498 nhole = hole->next;
2500 hole = nhole;
2508 hole_t *hole = addr_hole, *thole, *nhole; local
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;
[all...]

Completed in 61 milliseconds