Searched refs:writev_exact (Results 1 – 6 of 6) sorted by relevance
| /tools/libs/guest/ |
| A D | xg_sr_common.c | 84 if ( writev_exact(ctx->fd, parts, ARRAY_SIZE(parts)) ) in write_split_record()
|
| A D | xg_sr_restore.c | 481 if ( writev_exact(ctx->restore.send_back_fd, iov, ARRAY_SIZE(iov)) ) in send_checkpoint_dirty_pfn_list()
|
| A D | xg_sr_save.c | 256 if ( writev_exact(ctx->fd, iov, iovcnt) ) in write_batch()
|
| /tools/libs/ctrl/ |
| A D | xc_private.c | 638 int writev_exact(int fd, const struct iovec *iov, int iovcnt) in writev_exact() function 652 int writev_exact(int fd, const struct iovec *iov, int iovcnt) in writev_exact() function
|
| A D | xc_private.h | 386 int writev_exact(int fd, const struct iovec *iov, int iovcnt);
|
| /tools/libs/store/ |
| A D | xs.c | 633 static bool writev_exact(int fd, struct iovec *iov, unsigned int nr) in writev_exact() function 654 return writev_exact(h->fd, iov, nr); in write_request()
|
Completed in 52 milliseconds