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

/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c202 #define NTMPALLOC 128 macro
204 static caddr_t temp_base[NTMPALLOC];
205 static size_t temp_size[NTMPALLOC];
249 if (++temp_indx == NTMPALLOC)
264 for (i = 0; i < NTMPALLOC; i++) {

Completed in 46 milliseconds