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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c74 static int pcishpc_destroy_controller(dev_info_t *dip);
208 (void) pcishpc_destroy_controller(dip);
245 (void) pcishpc_destroy_controller(dip);
927 * pcishpc_destroy_controller()
932 pcishpc_destroy_controller(dev_info_t *dip) function
937 PCIE_DBG("pcishpc_destroy_controller() called(dip=%p)\n", dip);
941 PCIE_DBG("pcishpc_destroy_controller() not found\n");
956 PCIE_DBG("pcishpc_destroy_controller() success\n");

Completed in 61 milliseconds