Home
last modified time | relevance | path

Searched refs:alast (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2373 pcicfg_alloc_hole(hole_t *addr_hole, uint64_t *alast, uint32_t length) in pcicfg_alloc_hole() argument
2389 if (hole->start > *alast) in pcicfg_alloc_hole()
2390 *alast = hole->start; in pcicfg_alloc_hole()
2401 if (nhole->start > *alast) in pcicfg_alloc_hole()
2402 *alast = nhole->start; in pcicfg_alloc_hole()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c2502 pcicfg_alloc_hole(hole_t *addr_hole, uint64_t *alast, uint32_t length) in pcicfg_alloc_hole() argument
2518 if (hole->start > *alast) in pcicfg_alloc_hole()
2519 *alast = hole->start; in pcicfg_alloc_hole()
2530 if (nhole->start > *alast) in pcicfg_alloc_hole()
2531 *alast = nhole->start; in pcicfg_alloc_hole()