Home
last modified time | relevance | path

Searched refs:read_exact (Results 1 – 12 of 12) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_tmem.c390 if ( read_exact(io_fd, &info, sizeof(info)) ) in xc_tmem_restore()
406 if ( read_exact(io_fd, &minusone, sizeof(minusone)) ) in xc_tmem_restore()
415 if ( read_exact(io_fd, &pool, sizeof(pool)) ) in xc_tmem_restore()
438 if ( read_exact(io_fd, &oid, sizeof(oid)) ) in xc_tmem_restore()
443 if ( read_exact(io_fd, &index, sizeof(index)) ) in xc_tmem_restore()
446 if ( read_exact(io_fd, buf, pagesize) ) in xc_tmem_restore()
478 while ( read_exact(io_fd, &pool_id, sizeof(pool_id)) == 0 && pool_id != -1 ) in xc_tmem_restore_extra()
480 if ( read_exact(io_fd, &oid, sizeof(oid)) ) in xc_tmem_restore_extra()
482 if ( read_exact(io_fd, &index, sizeof(index)) ) in xc_tmem_restore_extra()
A Dxc_sr_common.c100 if ( read_exact(fd, &rhdr, sizeof(rhdr)) ) in read_record()
125 if ( read_exact(fd, rec->data, datasz) ) in read_record()
A Dxc_sr_restore.c16 if ( read_exact(ctx->fd, &ihdr, sizeof(ihdr)) ) in read_headers()
50 if ( read_exact(ctx->fd, &dhdr, sizeof(dhdr)) ) in read_headers()
A Dxc_private.h386 int read_exact(int fd, void *data, size_t size); /* EOF => -1, errno=0 */
A Dxc_private.c636 int read_exact(int fd, void *data, size_t size) in read_exact() function
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtapdisk-utils.h42 int read_exact(int fd, void *data, size_t size); /* EOF => -1, errno=0 */
A Dtapdisk-utils.c178 int read_exact(int fd, void *data, size_t size) in read_exact() function
A Dtapdisk-stream.c149 read_exact(p->pipe[POLL_READ], &dummy, sizeof(dummy)); in tapdisk_stream_poll_clear()
A Dtapdisk-queue.c438 read_exact(lio->event_fd, &val, sizeof(val)); in tapdisk_lio_ack_event()
A Dtapdisk-diff.c174 read_exact(p->pipe[POLL_READ], &dummy, sizeof(dummy)); in tapdisk_stream_poll_clear()
/xen-4.10.0-shim-comet/tools/libs/evtchn/
A Dsolaris.c122 if ( read_exact(fd, (char *)&port, sizeof(port)) == -1 ) in xenevtchn_pending()
A Dnetbsd.c134 if ( read_exact(fd, (char *)&port, sizeof(port)) == -1 ) in xenevtchn_pending()

Completed in 18 milliseconds