Searched defs:pcicfg_free_resources (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c233 static int pcicfg_free_resources(dev_info_t *, pcicfg_flags_t);
1585 if (pcicfg_free_resources(dip, flags) != PCICFG_SUCCESS) {
2793 pcicfg_free_resources(dev_info_t *dip, pcicfg_flags_t flags) function
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c291 static int pcicfg_free_resources(dev_info_t *, pcicfg_flags_t);
1678 if (pcicfg_free_resources(dip, flags) != PCICFG_SUCCESS) {
2960 pcicfg_free_resources(dev_info_t *dip, pcicfg_flags_t flags) function
4655 (void) pcicfg_free_resources(new_child, flags);
4674 (void) pcicfg_free_resources(new_child, flags);

Completed in 77 milliseconds