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

/xsrc/external/mit/libpciaccess/dist/src/
H A Dsolx_devfs.c688 int map_fd; local in function:pci_device_solx_devfs_map_range
701 map_fd = -1;
708 map_fd = xsvc_fd;
711 if (map_fd < 0) {
712 if ((map_fd = open(map_dev, O_RDWR | O_CLOEXEC)) < 0) {
719 xsvc_fd = map_fd;
723 map->memory = mmap(NULL, map->size, prot, MAP_SHARED, map_fd, map->base);
732 close (map_fd);

Completed in 3 milliseconds