Searched refs:file_hdr_sz (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-sparse.c | 77 data += sparse_header->file_hdr_sz; in write_sparse_image() 78 if (sparse_header->file_hdr_sz > sizeof(sparse_header_t)) { in write_sparse_image() 83 data += (sparse_header->file_hdr_sz - sizeof(sparse_header_t)); in write_sparse_image() 90 debug("file_hdr_sz: %d\n", sparse_header->file_hdr_sz); in write_sparse_image()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sparse_format.h | 19 __le16 file_hdr_sz; /* 28 bytes for first revision of the file format */ member
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_sparse.c | 25 printf(" file_hdr_sz: %d\n", header->file_hdr_sz); in print_header_info() 168 buf += header->file_hdr_sz; in ext4_unsparse()
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 678 (magic, major_version, minor_version, file_hdr_sz, chunk_hdr_sz, 688 if file_hdr_sz != struct.calcsize(self.HEADER_FORMAT): 690 format(file_hdr_sz))
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 783 (magic, major_version, minor_version, file_hdr_sz, chunk_hdr_sz, 793 if file_hdr_sz != struct.calcsize(self.HEADER_FORMAT): 795 format(file_hdr_sz))
|