Home
last modified time | relevance | path

Searched refs:total_sz (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dimage-sparse.c121 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 Dext4_sparse.c54 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 Dsparse_format.h40 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */ member
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5136 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 Davbtool709 (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 Davbtool.py814 (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 Drtw_xmit.c7004 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 Drtw_xmit.c6986 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()