Searched refs:total_sz (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-sparse.c | 121 debug("total_size: 0x%x\n", chunk_header->total_sz); in write_sparse_image() 137 if (chunk_header->total_sz != in write_sparse_image() 170 if (chunk_header->total_sz != in write_sparse_image() 237 if (chunk_header->total_sz != in write_sparse_image()
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_sparse.c | 54 printf(" total_sz: %d\n", chunk->total_sz); in print_chunk_info() 186 if (chunk->total_sz in ext4_unsparse() 202 if (chunk->total_sz != header->chunk_hdr_sz) { in ext4_unsparse() 214 if (chunk->total_sz - header->chunk_hdr_sz != 4) { in ext4_unsparse()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sparse_format.h | 40 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_base.c | 5136 u32 sz, total_sz, reply_post_free_sz, reply_post_free_array_sz; in _base_allocate_memory_pools() local 5236 total_sz = 0; in _base_allocate_memory_pools() 5317 total_sz = rdpq_sz * (!ioc->rdpq_array_enable ? 1 : in _base_allocate_memory_pools() 5381 total_sz += sz; in _base_allocate_memory_pools() 5462 total_sz += sz * ioc->scsiio_depth; in _base_allocate_memory_pools() 5483 total_sz += ioc->chain_segment_sz; in _base_allocate_memory_pools() 5540 total_sz += sz; in _base_allocate_memory_pools() 5565 total_sz += sz; in _base_allocate_memory_pools() 5588 total_sz += sz; in _base_allocate_memory_pools() 5621 total_sz += ioc->config_page_sz; in _base_allocate_memory_pools() [all …]
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 709 (chunk_type, _, chunk_sz, total_sz) = struct.unpack(ImageChunk.FORMAT, 711 data_sz = total_sz - struct.calcsize(ImageChunk.FORMAT) 997 total_sz = data_sz + struct.calcsize(ImageChunk.FORMAT) 1003 total_sz))
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 814 (chunk_type, _, chunk_sz, total_sz) = struct.unpack(ImageChunk.FORMAT, 816 data_sz = total_sz - struct.calcsize(ImageChunk.FORMAT) 1127 total_sz = data_sz + struct.calcsize(ImageChunk.FORMAT) 1133 total_sz))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_xmit.c | 7004 u32 total_sz; in merge_txreq_to_one_piece() local 7010 total_sz = txreq->total_len; in merge_txreq_to_one_piece() 7011 buf = rtw_zmalloc(total_sz); in merge_txreq_to_one_piece() 7025 pkt_list->length = total_sz; in merge_txreq_to_one_piece()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_xmit.c | 6986 u32 total_sz; in merge_txreq_to_one_piece() local 6992 total_sz = txreq->total_len; in merge_txreq_to_one_piece() 6993 buf = rtw_zmalloc(total_sz); in merge_txreq_to_one_piece() 7007 pkt_list->length = total_sz; in merge_txreq_to_one_piece()
|