Searched refs:fcopy_fd (Results 1 – 1 of 1) sorted by relevance
407 int fcopy_fd = -1, tmp = 1; in main() local444 fcopy_fd = open(uio_dev_path, O_RDWR); in main()446 if (fcopy_fd < 0) { in main()449 ret = fcopy_fd; in main()453 ring = vmbus_uio_map(&fcopy_fd, HV_RING_SIZE); in main()469 ret = pread(fcopy_fd, &tmp, sizeof(int), 0); in main()486 if ((write(fcopy_fd, &tmp, sizeof(int))) != sizeof(int)) { in main()494 close(fcopy_fd); in main()
Completed in 6 milliseconds