Home
last modified time | relevance | path

Searched refs:read_blocks (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/efi/
Ddiskio.c11 static inline EFI_STATUS read_blocks(EFI_BLOCK_IO *bio, uint32_t id, in read_blocks() function
34 status = read_blocks(bio, disk->disk_number, lba, bytes, buf); in efi_rdwr_sectors()
/external/harfbuzz_ng/src/
Dgen-arabic-table.py18 def read_blocks(f): function
261 read_blocks (files[2])
/external/fio/t/
Ddedupe.c270 static unsigned int read_blocks(int fd, void *buf, off_t offset, size_t size) in read_blocks() function
288 nblocks = read_blocks(thread->fd, buf, offset, min(thread->size, (uint64_t)chunk_size)); in do_work()