Home
last modified time | relevance | path

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

/linux-4.4.14/tools/hv/
Dhv_fcopy_daemon.c134 int fcopy_fd, len; in main() local
170 fcopy_fd = open("/dev/vmbus/hv_fcopy", O_RDWR); in main()
172 if (fcopy_fd < 0) { in main()
181 if ((write(fcopy_fd, &version, sizeof(int))) != sizeof(int)) { in main()
191 len = pread(fcopy_fd, buffer, (4096 * 2), 0); in main()
231 if (pwrite(fcopy_fd, &error, sizeof(int), 0) != sizeof(int)) { in main()