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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2336 pcicfg_alloc_hole(hole_t *addr_hole, uint64_t *alast, uint32_t length) argument
2352 if (hole->start > *alast)
2353 *alast = hole->start;
2364 if (nhole->start > *alast)
2365 *alast = nhole->start;
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c2505 pcicfg_alloc_hole(hole_t *addr_hole, uint64_t *alast, uint32_t length) argument
2521 if (hole->start > *alast)
2522 *alast = hole->start;
2533 if (nhole->start > *alast)
2534 *alast = nhole->start;

Completed in 101 milliseconds