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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c241 static int pcicfg_free_device_resources(dev_info_t *);
2676 pcicfg_free_device_resources(dev_info_t *dip) function
2822 if (pcicfg_free_device_resources(dip) != PCICFG_SUCCESS) {
3796 (void) pcicfg_free_device_resources(new_child);
3812 (void) pcicfg_free_device_resources(new_child);
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c304 static int pcicfg_free_device_resources(dev_info_t *, pcicfg_flags_t);
2913 pcicfg_free_device_resources(dev_info_t *dip, pcicfg_flags_t flags) function
2945 DEBUG1("pcicfg_free_device_resources - Trouble freeing "
2989 if (pcicfg_free_device_resources(dip, flags)
4144 (void) pcicfg_free_device_resources(new_child,
4160 (void) pcicfg_free_device_resources(new_child,
6153 (void) pcicfg_free_device_resources(dip, 0);

Completed in 64 milliseconds