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

/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c98 static char *heap_next; variable
226 heap_next = PTOV(high_heap_base);
228 heap_next = (char *)
232 setheap(heap_next, heap_end);
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c101 static char *heap_next; variable
276 heap_next = PTOV(high_heap_base);
278 heap_next = (char *)dmadat + sizeof(*dmadat);
281 setheap(heap_next, heap_end);
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c129 static char *heap_next; variable
720 heap_next = PTOV(high_heap_base);
722 heap_next = (char *)dmadat + sizeof(*dmadat);
725 setheap(heap_next, heap_end);

Completed in 117 milliseconds