Home
last modified time | relevance | path

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

/libpciaccess/src/
H A Dsolx_devfs.c106 #define MAPPING_DEV_PATH(dev) (((struct pci_device_private *) dev)->device_string) macro
237 if (MAPPING_DEV_PATH(dev)) in pci_system_solx_devfs_destroy()
238 di_devfs_path_free((char *) MAPPING_DEV_PATH(dev)); in pci_system_solx_devfs_destroy()
894 MAPPING_DEV_PATH(dev) = di_devfs_minor_path (minor); in pci_device_solx_devfs_probe()
896 MAPPING_DEV_PATH(dev) = NULL; in pci_device_solx_devfs_probe()
1180 if (MAPPING_DEV_PATH(dev)) in pci_device_solx_devfs_map_range()
1181 snprintf(map_dev, sizeof (map_dev), "%s%s", "/devices", MAPPING_DEV_PATH(dev)); in pci_device_solx_devfs_map_range()