Home
last modified time | relevance | path

Searched refs:writev_exact (Results 1 – 6 of 6) sorted by relevance

/tools/libs/guest/
A Dxg_sr_common.c84 if ( writev_exact(ctx->fd, parts, ARRAY_SIZE(parts)) ) in write_split_record()
A Dxg_sr_restore.c481 if ( writev_exact(ctx->restore.send_back_fd, iov, ARRAY_SIZE(iov)) ) in send_checkpoint_dirty_pfn_list()
A Dxg_sr_save.c256 if ( writev_exact(ctx->fd, iov, iovcnt) ) in write_batch()
/tools/libs/ctrl/
A Dxc_private.c638 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 Dxc_private.h386 int writev_exact(int fd, const struct iovec *iov, int iovcnt);
/tools/libs/store/
A Dxs.c633 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