Home
last modified time | relevance | path

Searched refs:write_block (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/lib/semihosting/
Dsemihosting.c104 smh_file_read_write_block_t write_block; in semihosting_file_write() local
110 write_block.handle = file_handle; in semihosting_file_write()
111 write_block.buffer = (uintptr_t)buffer; /* cast away const */ in semihosting_file_write()
112 write_block.length = *length; in semihosting_file_write()
115 (uintptr_t) &write_block); in semihosting_file_write()
/external/autotest/client/tests/disktest/src/
Ddisktest.c54 void write_block(int fd, unsigned int block, struct pattern *buffer) in write_block() function
156 write_block(fd, block, buffer); in write_file()
161 write_block(fd, block, buffer); in write_file()
337 write_block(fd, block, init_buffer); in main()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c880 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) in write_block() function
2044 error = write_block(file_fd, block->buffer->data + in writer()
2071 if(write_block(file_fd, "\0", 1, hole, in writer()
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c1784 write_block(write_ctx *ctx, const nir_block *block) in write_block() function
1866 write_block(ctx, nir_cf_node_as_block(cf)); in write_cf_node()