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

/freebsd-9.3-release/sys/boot/ofw/common/
H A Dmain.c53 init_heap(void) function
116 init_heap();
/freebsd-9.3-release/sys/dev/drm/
H A Dradeon_mem.c138 static int init_heap(struct mem_block **heap, int start, int size) function
304 return init_heap(heap, initheap->start, initheap->size);
H A Di915_mem.c188 static int init_heap(struct mem_block **heap, int start, int size) function
361 return init_heap(heap, initheap->start, initheap->size);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_mem.c137 static int init_heap(struct mem_block **heap, int start, int size) function
303 return init_heap(heap, initheap->start, initheap->size);
/freebsd-9.3-release/sys/boot/sparc64/loader/
H A Dmain.c114 static vm_offset_t init_heap(void);
588 init_heap(void) function
838 if (init_heap() == (vm_offset_t)-1)

Completed in 121 milliseconds