Searched refs:map_fd (Results 1 – 1 of 1) sorted by relevance
1178 int map_fd; in pci_device_solx_devfs_map_range() local1185 if ((map_fd = open(map_dev, O_RDWR)) < 0) { in pci_device_solx_devfs_map_range()1192 map->memory = mmap(NULL, map->size, prot, MAP_SHARED, map_fd, map->base); in pci_device_solx_devfs_map_range()1217 close (map_fd); in pci_device_solx_devfs_map_range()