Home
last modified time | relevance | path

Searched refs:dump_uimage (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/boot/platform/u-boot/
H A Duimage.h45 void dump_uimage(struct image_header *image);
/haiku/src/system/boot/platform/u-boot/
H A Duimage.cpp12 void dump_uimage(struct image_header *image) in dump_uimage() function
H A Dstart.cpp69 extern "C" void dump_uimage(struct image_header *image);
291 dump_uimage(gUImage); in start_gen()