/device/linaro/bootloader/arm-trusted-firmware/lib/semihosting/ |
semihosting.c | 127 smh_file_read_write_block_t write_block; local 132 write_block.handle = file_handle; 133 write_block.buffer = (uintptr_t)buffer; /* cast away const */ 134 write_block.length = *length; 137 (void *) &write_block);
|
/external/autotest/client/tests/disktest/src/ |
disktest.c | 54 void write_block(int fd, unsigned int block, struct pattern *buffer) function 156 write_block(fd, block, buffer); 161 write_block(fd, block, buffer); 337 write_block(fd, block, init_buffer);
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/ |
MMC.h | 85 #define WRITE_BLOCK CMD24
|
/system/extras/ext4_utils/ |
ext4fixup.c | 214 static int write_block(int fd, unsigned long long block_num, void *block) function 262 write_block(fd, inode_bitmap_block_num, block); 674 write_block(fd, block_list[i], dirbuf + (i * info.block_size));
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/ |
MMCSDBlockIo.c | 433 WRITE_BLOCK,
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/ |
Mmc.h | 97 #define WRITE_BLOCK CMD24
|
/external/squashfs-tools/squashfs-tools/ |
unsquashfs.c | 880 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) function 894 EXIT_UNSQUASH("write_block: failed to alloc " [all...] |