Home
last modified time | relevance | path

Searched refs:hpc_nexus_connect (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/hotplug/
H A Dhpcsvc.h48 extern int hpc_nexus_connect(hpc_slot_t handle, void *data, uint_t flags);
/titanic_44/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c230 if ((rv = hpc_nexus_connect(cbp->slot_handle, in cardbus_event_handler()
1256 if ((rv = hpc_nexus_connect(cbp->slot_handle, in cardbus_ioctl()
/titanic_44/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c907 rv = hpc_nexus_connect(slotinfop->slot_hdl, NULL, 0); in pcihp_ioctl()
2135 if (hpc_nexus_connect(slotinfop->slot_hdl, in pcihp_new_slot_state()
2446 if ((rv = hpc_nexus_connect(slotinfop->slot_hdl, in pcihp_event_handler()
2929 rv = hpc_nexus_connect(slotinfop->slot_hdl, in pcihp_event_handler()
/titanic_44/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c766 hpc_nexus_connect(hpc_slot_t handle, void *data, uint_t flags) in hpc_nexus_connect() function