Searched refs:writev_exact (Results 1 – 5 of 5) sorted by relevance
| /xen/tools/libxc/ |
| A D | xc_sr_common.c | 84 if ( writev_exact(ctx->fd, parts, ARRAY_SIZE(parts)) ) in write_split_record()
|
| A D | xc_private.c | 666 int writev_exact(int fd, const struct iovec *iov, int iovcnt) in writev_exact() function 680 int writev_exact(int fd, const struct iovec *iov, int iovcnt) in writev_exact() function
|
| A D | xc_private.h | 409 int writev_exact(int fd, const struct iovec *iov, int iovcnt);
|
| A D | xc_sr_restore.c | 519 if ( writev_exact(ctx->restore.send_back_fd, iov, 3) ) in send_checkpoint_dirty_pfn_list()
|
| A D | xc_sr_save.c | 260 if ( writev_exact(ctx->fd, iov, iovcnt) ) in write_batch()
|
Completed in 13 milliseconds