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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c261 static uint64_t pcicfg_alloc_hole(hole_t *, uint64_t *, uint32_t);
2320 * which are allocated in pcicfg_alloc_hole(). This is not freeing
2336 pcicfg_alloc_hole(hole_t *addr_hole, uint64_t *alast, uint32_t length) function
2387 new_mem = pcicfg_alloc_hole(&entry->mem_hole, &entry->memory_last,
2409 new_io = (uint32_t)pcicfg_alloc_hole(&entry->io_hole, &io_last, length);
2425 new_mem = pcicfg_alloc_hole(&entry->pf_mem_hole, &entry->pf_memory_last,
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c325 static uint64_t pcicfg_alloc_hole(hole_t *, uint64_t *, uint32_t);
2489 * which are allocated in pcicfg_alloc_hole(). This is not freeing
2505 pcicfg_alloc_hole(hole_t *addr_hole, uint64_t *alast, uint32_t length) function
2557 new_mem = pcicfg_alloc_hole(&entry->mem_hole, &entry->memory_last,
2579 new_io = (uint32_t)pcicfg_alloc_hole(&entry->io_hole, &io_last, length);

Completed in 69 milliseconds