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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2324 pcicfg_free_hole(hole_t *addr_hole) argument
2326 hole_t *nhole, *hole = addr_hole->next;
2336 pcicfg_alloc_hole(hole_t *addr_hole, uint64_t *alast, uint32_t length) argument
2339 hole_t *hole = addr_hole, *thole, *nhole;
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c2493 pcicfg_free_hole(hole_t *addr_hole) argument
2495 hole_t *nhole, *hole = addr_hole->next;
2505 pcicfg_alloc_hole(hole_t *addr_hole, uint64_t *alast, uint32_t length) argument
2508 hole_t *hole = addr_hole, *thole, *nhole;

Completed in 63 milliseconds