Searched refs:fcopy_fd (Results 1 – 2 of 2) sorted by relevance
405 int fcopy_fd = -1, tmp = 1; in main() local442 fcopy_fd = open(uio_dev_path, O_RDWR); in main()444 if (fcopy_fd < 0) { in main()447 ret = fcopy_fd; in main()451 ring = vmbus_uio_map(&fcopy_fd, HV_RING_SIZE); in main()467 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()