Searched refs:write_exact (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_tmem.c | 240 if ( write_exact(io_fd, &marker, sizeof(marker)) ) in xc_tmem_save() 243 if ( write_exact(io_fd, &info, sizeof(info)) ) in xc_tmem_save() 246 if ( write_exact(io_fd, &minusone, sizeof(minusone)) ) in xc_tmem_save() 261 if ( write_exact(io_fd, pool, sizeof(*pool)) ) in xc_tmem_save() 282 if ( write_exact(io_fd, &h->oid, sizeof(h->oid)) ) in xc_tmem_save() 289 if ( write_exact(io_fd, h, pagesize) ) in xc_tmem_save() 297 if ( write_exact(io_fd, &h->oid, sizeof(h->oid)) ) in xc_tmem_save() 316 if ( write_exact(io_fd, &minusone, sizeof(minusone)) ) in xc_tmem_save() 330 if ( write_exact(io_fd, &marker, sizeof(marker)) ) in xc_tmem_save_extra() 336 if ( write_exact(io_fd, &handle.oid, sizeof(handle.oid)) ) in xc_tmem_save_extra() [all …]
|
A D | xc_private.c | 656 int write_exact(int fd, const void *data, size_t size) in write_exact() function 684 rc = write_exact(fd, iov[i].iov_base, iov[i].iov_len); in writev_exact()
|
A D | xc_private.h | 387 int write_exact(int fd, const void *data, size_t size);
|
A D | xc_sr_save.c | 34 if ( write_exact(ctx->fd, &ihdr, sizeof(ihdr)) ) in write_headers() 40 if ( write_exact(ctx->fd, &dhdr, sizeof(dhdr)) ) in write_headers()
|
A D | xc_core.c | 930 if ( write_exact(da->fd, buffer, length) == -1 ) in local_file_dump()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-utils.h | 43 int write_exact(int fd, const void *data, size_t size);
|
A D | tapdisk-utils.c | 198 int write_exact(int fd, const void *data, size_t size) in write_exact() function
|
A D | tapdisk-log.c | 251 write_exact(fd, tapdisk_log.buf, wsize); in tlog_flush()
|
A D | tapdisk-stream.c | 159 write_exact(p->pipe[POLL_WRITE], &dummy, sizeof(dummy)); in tapdisk_stream_poll_set() 207 write_exact(s->out_fd, buf, sreq->secs << SECTOR_SHIFT); in tapdisk_stream_print_request()
|
A D | tapdisk-diff.c | 184 write_exact(p->pipe[POLL_WRITE], &dummy, sizeof(dummy)); in tapdisk_stream_poll_set()
|
/xen-4.10.0-shim-comet/tools/libs/evtchn/ |
A D | solaris.c | 131 return write_exact(fd, (char *)&port, sizeof(port)); in xenevtchn_unmask()
|
A D | netbsd.c | 143 return write_exact(fd, (char *)&port, sizeof(port)); in xenevtchn_unmask()
|
Completed in 17 milliseconds