Home
last modified time | relevance | path

Searched refs:chunk_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/
H A Dimage-sparse.c116 if (chunk_header->chunk_type != CHUNK_TYPE_RAW) { in write_sparse_image()
118 debug("chunk_type: 0x%x\n", chunk_header->chunk_type); in write_sparse_image()
134 switch (chunk_header->chunk_type) { in write_sparse_image()
245 chunk_header->chunk_type); in write_sparse_image()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dsimg_dump-python3.patch55 chunk_type = header[0]
64 elif chunk_type == 0xCAC3:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dsimg_dump-python3.patch55 chunk_type = header[0]
64 elif chunk_type == 0xCAC3:
/openbmc/u-boot/include/
H A Dsparse_format.h36 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member