Searched defs:io_data (Results 1 – 5 of 5) sorted by relevance
| /external/liburing/examples/ |
| D | io_uring-cp.c | 23 struct io_data { struct 24 int read; 25 off_t first_offset, offset; 26 size_t first_len; 27 struct iovec iov;
|
| D | link-cp.c | 22 struct io_data { struct 23 size_t offset; 24 int index; 25 struct iovec iov;
|
| /external/libiio/src/ |
| D | serial.c | 192 void *io_data, const char *data, size_t len) in serial_write_data() 202 void *io_data, char *buf, size_t len) in serial_read_data() 212 void *io_data, char *buf, size_t len) in serial_read_line()
|
| D | network.c | 1307 void *io_data, const char *src, size_t len) in network_write_data() 1315 void *io_data, char *dst, size_t len) in network_read_data() 1323 void *io_data, char *dst, size_t len) in network_read_line()
|
| /external/libpng/contrib/libtests/ |
| D | timepng.c | 64 } io_data; typedef
|