Lines Matching refs:ssize_t
49 ssize_t ret;
121 static ssize_t handle_aiocb_ioctl(struct qemu_paiocb *aiocb) in handle_aiocb_ioctl()
140 static ssize_t handle_aiocb_flush(struct qemu_paiocb *aiocb) in handle_aiocb_flush()
152 static ssize_t
158 static ssize_t
166 static ssize_t
172 static ssize_t
180 static ssize_t handle_aiocb_rw_vector(struct qemu_paiocb *aiocb) in handle_aiocb_rw_vector()
183 ssize_t len; in handle_aiocb_rw_vector()
203 static ssize_t handle_aiocb_rw_linear(struct qemu_paiocb *aiocb, char *buf) in handle_aiocb_rw_linear()
205 ssize_t offset = 0; in handle_aiocb_rw_linear()
206 ssize_t len; in handle_aiocb_rw_linear()
234 static ssize_t handle_aiocb_rw(struct qemu_paiocb *aiocb) in handle_aiocb_rw()
236 ssize_t nbytes; in handle_aiocb_rw()
312 ssize_t ret = 0; in aio_thread()
396 static ssize_t qemu_paio_return(struct qemu_paiocb *aiocb) in qemu_paio_return()
398 ssize_t ret; in qemu_paio_return()
409 ssize_t ret = qemu_paio_return(aiocb); in qemu_paio_error()
479 ssize_t len; in posix_aio_read()
508 ssize_t ret; in aio_signal_handler()