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

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c196 * smaller ones are satisfied from littlehand, which does a
200 static caddr_t littlehand = (caddr_t)BOOTTMPBASE; variable
230 ALIGN(littlehand, PAGESIZE) - (uintptr_t)littlehand;
234 ret = littlehand;
235 littlehand += size;
238 littlehand = bighand + size;

Completed in 44 milliseconds