Searched refs:cpmsg (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/hv/
H A Dhv_fcopy_uio_daemon.c119 static int hv_copy_data(struct hv_do_fcopy *cpmsg) argument
124 len = pwrite(target_fd, cpmsg->data, cpmsg->size, cpmsg->offset);
126 filesize += cpmsg->size;
127 if (len != cpmsg->size) {

Completed in 109 milliseconds