HomeSort by relevance Sort by last modified time
    Searched defs:read_block (Results 1 - 8 of 8) sorted by null

  /bootable/recovery/
fuse_sideload.h 29 int (*read_block)(void* cookie, uint32_t block, uint8_t* buffer, uint32_t fetch_size); member in struct:provider_vtab
  /device/linaro/bootloader/arm-trusted-firmware/lib/semihosting/
semihosting.c 101 smh_file_read_write_block_t read_block; local
107 read_block.handle = file_handle;
108 read_block.buffer = buffer;
109 read_block.length = *length;
112 (void *) &read_block);
  /external/elfutils/src/
strings.c 580 read_block (int fd, const char *fname, off_t fdlen, off_t from, off_t to) function
705 return read_block (fd, fname, fdlen, 0, fdlen);
748 result |= read_block (fd, fname, fdlen, shdr->sh_offset,
  /external/squashfs-tools/squashfs-tools/
read_fs.c 55 int read_block(int fd, long long start, long long *next, int expected, function
151 byte = read_block(fd, start, &start, 0, *inode_table + bytes);
159 * Note, we can't use expected in read_block() above for this
566 bytes = read_block(fd, sizeof(*sBlk), NULL, 0, buffer);
652 byte = read_block(fd, start, &start, expected, directory_table + bytes);
725 int length = read_block(fd, index[i], NULL, expected,
784 int length = read_block(fd, fragment_table_index[i], NULL,
835 int length = read_block(fd, index[i], NULL, expected,
unsquashfs.c 664 int read_block(int fd, long long start, long long *next, int expected, function
679 TRACE("read_block: block @0x%llx, %d %s bytes\n", start,
733 ERROR("read_block: failed to read block @0x%llx\n", start);
793 res = read_block(fd, start, &start, 0, inode_table + bytes);
803 * Note, we can't use expected in read_block() above for this
1204 res = read_block(fd, start, &start, 0, directory_table + bytes);
1215 * Note, we can't use expected in read_block() above for this
    [all...]
  /system/extras/ext4_utils/
ext4fixup.c 195 static int read_block(int fd, unsigned long long block_num, void *block) function
249 read_block(fd, inode_bitmap_block_num, block);
393 read_block(fd, inode->i_block[EXT4_NDIR_BLOCKS], indirect_block);
463 read_block(fd, fs_block_num, block);
577 read_block(fd, block_list[i], dirbuf + (i * info.block_size));
  /external/fio/t/
dedupe.c 137 static int read_block(int fd, void *buf, off_t offset) function
169 if (read_block(file.fd, cbuf, e->offset))
172 if (read_block(file.fd, ibuf, i->offset))
  /external/libpcap/
sf-pcap-ng.c 256 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) function
855 status = read_block(fp, p, &cursor, errbuf);
968 status = read_block(fp, p, &cursor, p->errbuf);

Completed in 204 milliseconds