Home
last modified time | relevance | path

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

/haiku/headers/private/kernel/boot/platform/u-boot/
H A Duimage.h25 typedef struct image_header { struct
45 void dump_uimage(struct image_header *image); argument
46 bool image_multi_getimg(struct image_header *image, uint32 idx,
/haiku/src/system/boot/platform/u-boot/
H A Duimage.cpp12 void dump_uimage(struct image_header *image) in dump_uimage()
41 image_multi_getimg(struct image_header *image, uint32 idx, uint32 *data, uint32 *size) in image_multi_getimg()
H A Dstart.cpp68 struct image_header *uimage=NULL, void *fdt=NULL);
69 extern "C" void dump_uimage(struct image_header *image);
77 struct image_header *gUImage;
140 start_netbsd(struct board_info *bd, struct image_header *image, in start_netbsd()
184 start_gen(int argc, const char **argv, struct image_header *uimage, void *fdt) in start_gen()