Searched refs:read_exact (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_tmem.c | 390 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 D | xc_sr_common.c | 100 if ( read_exact(fd, &rhdr, sizeof(rhdr)) ) in read_record() 125 if ( read_exact(fd, rec->data, datasz) ) in read_record()
|
A D | xc_sr_restore.c | 16 if ( read_exact(ctx->fd, &ihdr, sizeof(ihdr)) ) in read_headers() 50 if ( read_exact(ctx->fd, &dhdr, sizeof(dhdr)) ) in read_headers()
|
A D | xc_private.h | 386 int read_exact(int fd, void *data, size_t size); /* EOF => -1, errno=0 */
|
A D | xc_private.c | 636 int read_exact(int fd, void *data, size_t size) in read_exact() function
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-utils.h | 42 int read_exact(int fd, void *data, size_t size); /* EOF => -1, errno=0 */
|
A D | tapdisk-utils.c | 178 int read_exact(int fd, void *data, size_t size) in read_exact() function
|
A D | tapdisk-stream.c | 149 read_exact(p->pipe[POLL_READ], &dummy, sizeof(dummy)); in tapdisk_stream_poll_clear()
|
A D | tapdisk-queue.c | 438 read_exact(lio->event_fd, &val, sizeof(val)); in tapdisk_lio_ack_event()
|
A D | tapdisk-diff.c | 174 read_exact(p->pipe[POLL_READ], &dummy, sizeof(dummy)); in tapdisk_stream_poll_clear()
|
/xen-4.10.0-shim-comet/tools/libs/evtchn/ |
A D | solaris.c | 122 if ( read_exact(fd, (char *)&port, sizeof(port)) == -1 ) in xenevtchn_pending()
|
A D | netbsd.c | 134 if ( read_exact(fd, (char *)&port, sizeof(port)) == -1 ) in xenevtchn_pending()
|
Completed in 15 milliseconds