Searched refs:pcicfg_flags_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/hotplug/pci/ |
H A D | pcicfg.h | 39 } pcicfg_flags_t; typedef 44 int pcicfg_configure(dev_info_t *, uint_t, uint_t, pcicfg_flags_t); 45 int pcicfg_unconfigure(dev_info_t *, uint_t, uint_t, pcicfg_flags_t);
|
/titanic_41/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 56 static int pcicfg_free_resource(dev_info_t *, pci_regspec_t, pcicfg_flags_t); 266 uint_t *, pcicfg_flags_t, boolean_t); 274 uint_t *, pcicfg_flags_t, boolean_t); 291 static int pcicfg_free_resources(dev_info_t *, pcicfg_flags_t); 304 static int pcicfg_free_device_resources(dev_info_t *, pcicfg_flags_t); 305 static int pcicfg_teardown_device(dev_info_t *, pcicfg_flags_t, boolean_t); 712 pcicfg_flags_t flags) in pcicfg_configure() 1549 pcicfg_flags_t flags) in pcicfg_unconfigure() 1671 pcicfg_teardown_device(dev_info_t *dip, pcicfg_flags_t flags, boolean_t is_pcie) in pcicfg_teardown_device() 2913 pcicfg_free_device_resources(dev_info_t *dip, pcicfg_flags_t flags) in pcicfg_free_device_resources() [all …]
|
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 223 uint_t *, pcicfg_flags_t, boolean_t); 233 static int pcicfg_free_resources(dev_info_t *, pcicfg_flags_t); 242 static int pcicfg_teardown_device(dev_info_t *, pcicfg_flags_t, boolean_t); 551 pcicfg_flags_t flags) in pcicfg_configure() 1454 pcicfg_flags_t flags) in pcicfg_unconfigure() 1578 pcicfg_teardown_device(dev_info_t *dip, pcicfg_flags_t flags, boolean_t is_pcie) in pcicfg_teardown_device() 2793 pcicfg_free_resources(dev_info_t *dip, pcicfg_flags_t flags) in pcicfg_free_resources() 3674 uint_t func, uint_t *highest_bus, pcicfg_flags_t flags, boolean_t is_pcie) in pcicfg_probe_children()
|