Home
last modified time | relevance | path

Searched refs:ih_type (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/u-boot/
H A Duimage.cpp27 dprintf("type: %d\n", image->ih_type); in dump_uimage()
30 if (image->ih_type != IH_TYPE_MULTI) in dump_uimage()
/haiku/headers/private/kernel/boot/platform/u-boot/
H A Duimage.h35 uint8 ih_type; member