Searched refs:pcicfg_flags_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/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);
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 58 static int pcicfg_free_resource(dev_info_t *, pci_regspec_t, pcicfg_flags_t); 268 uint_t *, pcicfg_flags_t, boolean_t); 276 uint_t *, pcicfg_flags_t, boolean_t); 293 static int pcicfg_free_resources(dev_info_t *, pcicfg_flags_t); 306 static int pcicfg_free_device_resources(dev_info_t *, pcicfg_flags_t); 307 static int pcicfg_teardown_device(dev_info_t *, pcicfg_flags_t, boolean_t); 713 pcicfg_flags_t flags) in pcicfg_configure() 1549 pcicfg_flags_t flags) in pcicfg_unconfigure() 1670 pcicfg_teardown_device(dev_info_t *dip, pcicfg_flags_t flags, boolean_t is_pcie) in pcicfg_teardown_device() 2908 pcicfg_free_device_resources(dev_info_t *dip, pcicfg_flags_t flags) in pcicfg_free_device_resources() [all …]
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 224 uint_t *, pcicfg_flags_t, boolean_t); 234 static int pcicfg_free_resources(dev_info_t *, pcicfg_flags_t); 243 static int pcicfg_teardown_device(dev_info_t *, pcicfg_flags_t, boolean_t); 551 pcicfg_flags_t flags) in pcicfg_configure() 1482 pcicfg_flags_t flags) in pcicfg_unconfigure() 1605 pcicfg_teardown_device(dev_info_t *dip, pcicfg_flags_t flags, boolean_t is_pcie) in pcicfg_teardown_device() 2831 pcicfg_free_resources(dev_info_t *dip, pcicfg_flags_t flags) in pcicfg_free_resources() 3401 uint_t func, uint_t *highest_bus, pcicfg_flags_t flags, boolean_t is_pcie) in pcicfg_probe_children()
|