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

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c195 * >PAGESIZE allocations are gotten directly from prom at bighand
197 * 1 page bighand allocation when it runs out of memory
199 static caddr_t bighand = (caddr_t)BOOTTMPBASE; variable
238 littlehand = bighand + size;
241 ret = prom_alloc(bighand, size, align);
244 bighand += size;

Completed in 58 milliseconds