Home
last modified time | relevance | path

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

/openbmc/linux/tools/hv/
H A Dhv_fcopy_daemon.c150 int fcopy_fd = -1; in main() local
190 if (fcopy_fd != -1) in main()
191 close(fcopy_fd); in main()
195 fcopy_fd = open("/dev/vmbus/hv_fcopy", O_RDWR); in main()
197 if (fcopy_fd < 0) { in main()
206 if ((write(fcopy_fd, &version, sizeof(int))) != sizeof(int)) { in main()
218 len = pread(fcopy_fd, &buffer, sizeof(buffer), 0); in main()
261 if (pwrite(fcopy_fd, &error, sizeof(int), 0) != sizeof(int)) { in main()