/external/arm-trusted-firmware/lib/semihosting/ |
D | semihosting.c | 76 smh_file_read_write_block_t read_block; in semihosting_file_read() local 83 read_block.handle = file_handle; in semihosting_file_read() 84 read_block.buffer = buffer; in semihosting_file_read() 85 read_block.length = *length; in semihosting_file_read() 87 result = semihosting_call(SEMIHOSTING_SYS_READ, (uintptr_t)&read_block); in semihosting_file_read()
|
/external/arm-trusted-firmware/drivers/brcm/emmc/ |
D | emmc_pboot_hal_memory_drv.c | 358 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_read() 411 if (!read_block(p_sdhandle, outputBuf, blockAddr, readLen)) { in sdio_read() 429 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_read() 490 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_write() 573 if (!read_block(p_sdhandle, in sdio_write()
|
D | emmc_csl_sdcard.c | 588 int read_block(struct sd_handle *handle, in read_block() function 613 int read_block(struct sd_handle *handle, in read_block() function
|
/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 55 int read_block(int fd, long long start, long long *next, int expected, in read_block() function 151 byte = read_block(fd, start, &start, 0, *inode_table + bytes); in scan_inode_table() 566 bytes = read_block(fd, sizeof(*sBlk), NULL, 0, buffer); in read_super() 652 byte = read_block(fd, start, &start, expected, directory_table + bytes); in squashfs_readdir() 725 int length = read_block(fd, index[i], NULL, expected, in read_id_table() 784 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table() 835 int length = read_block(fd, index[i], NULL, expected, in read_inode_lookup_table()
|
D | read_xattrs.c | 50 extern int read_block(int, long long, long long *, int, void *); 204 int length = read_block(fd, index[i], NULL, expected, in read_xattrs_from_disk() 236 length = read_block(fd, start, &start, 0, in read_xattrs_from_disk()
|
D | unsquashfs.h | 248 extern int read_block(int, long long, long long *, int, void *);
|
D | unsquash-4.c | 65 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table_4() 380 res = read_block(fd, id_index_table[i], NULL, expected, in read_uids_guids_4()
|
D | unsquash-2.c | 91 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table_2()
|
D | unsquashfs.c | 665 int read_block(int fd, long long start, long long *next, int expected, in read_block() function 794 res = read_block(fd, start, &start, 0, inode_table + bytes); in read_inode_table() 1205 res = read_block(fd, start, &start, 0, directory_table + bytes); in read_directory_table() 1660 bytes = read_block(fd, sizeof(sBlk.s), NULL, 0, buffer); in squashfs_stat() 1769 bytes = read_block(fd, sizeof(sBlk.s), NULL, 0, buffer); in check_compression()
|
D | unsquash-3.c | 78 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table_3()
|
/external/exfatprogs/fsck/ |
D | de_iter.c | 145 static ssize_t read_block(struct exfat_de_iter *iter, unsigned int block) in read_block() function 222 if (read_block(iter, 0) != (ssize_t)iter->read_size) { in exfat_de_iter_init() 253 ret = read_block(iter, block); in exfat_de_iter_get()
|
/external/elfutils/src/ |
D | strings.c | 563 read_block (int fd, const char *fname, off_t fdlen, off_t from, off_t to) in read_block() function 688 return read_block (fd, fname, fdlen, 0, fdlen); in read_fd() 731 result |= read_block (fd, fname, fdlen, shdr->sh_offset, in read_elf()
|
D | ChangeLog | 1872 (read_block): Likewise, and replace lseek64 with lseek. 3439 (read_block): Move assert after no-mmap bail-out. 3848 * strings.c (read_block): Fix typo in error message string.
|
/external/arm-trusted-firmware/include/drivers/brcm/emmc/ |
D | emmc_csl_sd.h | 77 int read_block(struct sd_handle *handle, uint8_t *dst, uint32_t addr,
|
/external/arm-trusted-firmware/plat/intel/soc/common/ |
D | socfpga_sip_svc.c | 22 static int read_block, max_blocks, is_partial_reconfig; variable 215 read_block = 0; in intel_fpga_config_start()
|
/external/libpcap/ |
D | sf-pcapng.c | 281 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) in read_block() function 1004 status = read_block(fp, p, &cursor, errbuf); in pcap_ng_check_header() 1125 status = read_block(fp, p, &cursor, p->errbuf); in pcap_ng_next_packet()
|
/external/rust/crates/virtio-drivers/src/device/ |
D | blk.rs | 102 pub fn read_block(&mut self, block_id: usize, buf: &mut [u8]) -> Result { in read_block() method 587 blk.read_block(42, &mut buffer).unwrap(); in read()
|
/external/squashfs-tools/ |
D | CHANGES | 64 - read_fs: prevent buffer {over|under}flow in read_block() with 70 - unsquashfs: prevent buffer {over|under}flow in read_block() with
|
/external/mesa3d/src/compiler/nir/ |
D | nir_serialize.c | 1799 read_block(read_ctx *ctx, struct exec_list *cf_list) in read_block() function 1886 read_block(ctx, list); in read_cf_node()
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux_505.h | 91354 u_int read_block; member
|
D | vmlinux.h | 91354 u_int read_block; member
|