Searched refs:total_bytes (Results 1 – 9 of 9) sorted by relevance
/u-boot/test/ |
A D | ut.c | 98 int ut_check_console_dump(struct unit_test_state *uts, int total_bytes) in ut_check_console_dump() argument 104 if (!total_bytes) in ut_check_console_dump() 107 for (upto = 0; upto < total_bytes;) { in ut_check_console_dump() 119 return upto == total_bytes ? 0 : 1; in ut_check_console_dump()
|
/u-boot/lib/ |
A D | gunzip.c | 95 u64 total_bytes) in gzwrite_progress() argument 98 printf("%llu/%llu\r", bytes_written, total_bytes); in gzwrite_progress() 104 u64 total_bytes, in gzwrite_progress_finish() argument 110 total_bytes, calculated_crc); in gzwrite_progress_finish() 114 bytes_written, total_bytes, in gzwrite_progress_finish()
|
/u-boot/include/test/ |
A D | ut.h | 105 int ut_check_console_dump(struct unit_test_state *uts, int total_bytes); 316 #define ut_assert_nextlines_are_dump(total_bytes) \ argument 317 if (ut_check_console_dump(uts, total_bytes)) { \ 321 total_bytes, uts->actual_str); \
|
/u-boot/fs/btrfs/ |
A D | conv-funcs.h | 122 DEFINE_CONV(btrfs_dev_item, devid, total_bytes, bytes_used, io_align, io_width, 162 dev_root, dev_root_gen, csum_root, csum_root_gen, total_bytes, 165 chunk_root, log_root, log_root_transid, total_bytes, bytes_used,
|
A D | volumes.h | 28 u64 total_bytes; member
|
A D | ctree.h | 218 BTRFS_SETGET_FUNCS(device_total_bytes, struct btrfs_dev_item, total_bytes, 64); 233 total_bytes, 64); 927 total_bytes, 64); 957 total_bytes, 64);
|
A D | volumes.c | 235 device->total_bytes = in device_list_add() 598 device->total_bytes = btrfs_device_total_bytes(leaf, dev_item); in fill_device_from_item()
|
/u-boot/include/ |
A D | gzip.h | 59 void gzwrite_progress(int iteration, u64 bytes_written, u64 total_bytes);
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 404 __le64 total_bytes; member 1121 __le64 total_bytes; member 1163 __le64 total_bytes; member
|
Completed in 23 milliseconds