Searched refs:len_read (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/bootcount/ |
H A D | bootcount_ext.c | 38 loff_t len_read; in bootcount_load() local 48 0, 2, &len_read); in bootcount_load() 49 if (ret != 0 || len_read != 2) { in bootcount_load()
|
/openbmc/u-boot/fs/ |
H A D | fs.c | 632 loff_t len_read; in do_load() local 675 ret = _fs_read(filename, addr, pos, bytes, 1, &len_read); in do_load() 680 printf("%llu bytes read in %lu ms", len_read, time); in do_load() 683 print_size(div_u64(len_read, time) * 1000, "/s"); in do_load() 689 env_set_hex("filesize", len_read); in do_load()
|
/openbmc/qemu/tests/qtest/ |
H A D | remote-i3c-test.c | 287 size_t len_read = 0; in read_data() local 289 while (len_read < len) { in read_data() 290 ret = read(fd, &data[len_read], len); in read_data() 292 len_read += ret; in read_data()
|
/openbmc/u-boot/fs/ext4/ |
H A D | ext4fs.c | 224 loff_t *len_read) in ext4_read_file() argument 238 return ext4fs_read(buf, offset, len, len_read); in ext4_read_file()
|
/openbmc/u-boot/cmd/ |
H A D | ubi.c | 320 size_t len_read; in ubi_volume_read() local 362 len_read = size; in ubi_volume_read() 389 env_set_hex("filesize", len_read); in ubi_volume_read()
|