Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c199 static caddr_t bighand = (caddr_t)BOOTTMPBASE; variable
238 littlehand = bighand + size; in bop_temp_alloc()
241 ret = prom_alloc(bighand, size, align); in bop_temp_alloc()
244 bighand += size; in bop_temp_alloc()