Home
last modified time | relevance | path

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

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