Searched refs:slot_handle (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_hp.c | 161 ASSERT(slhandle == cbp->slot_handle); in cardbus_init_hotplug() 164 "cardbus_init_hotplug: slot_handle 0x%p", cbp->slot_handle); in cardbus_init_hotplug() 230 if ((rv = hpc_nexus_connect(cbp->slot_handle, in cardbus_event_handler() 483 if (cbp->slot_handle != NULL) { in cardbus_new_slot_state() 509 cbp->slot_handle = hdl; in cardbus_new_slot_state() 572 cbp->slot_handle = NULL; in cardbus_new_slot_state() 676 if (cbp->slot_handle == NULL || cbp->disabled) { in cardbus_configure_ap() 715 (void) hpc_nexus_control(cbp->slot_handle, in cardbus_configure_ap() 725 if (hpc_nexus_control(cbp->slot_handle, in cardbus_configure_ap() 776 (void) hpc_nexus_control(cbp->slot_handle, in cardbus_configure_ap() [all …]
|
H A D | cardbus.h | 83 hpc_slot_t slot_handle; /* HPS slot handle */ member
|
H A D | cardbus.c | 609 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_load_cardbus() 611 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_load_cardbus() 613 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_load_cardbus() 692 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_unload_cardbus() 694 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_unload_cardbus() 696 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_unload_cardbus()
|
/titanic_50/usr/src/uts/common/io/hotplug/hpcsvc/ |
H A D | hpcsvc.c | 190 hpc_slot_t slot_handle; member 509 slotp->slot_handle = (hpc_slot_t)slotp; in hpc_slot_register() 565 if ((slotp == NULL) || slotp->slot_handle != *handlep) in hpc_slot_unregister() 680 ASSERT(slotp == slotp->slot_handle); in hpc_install_event_handler() 699 ASSERT(slotp == slotp->slot_handle); in hpc_remove_event_handler() 721 ASSERT(slotp == slotp->slot_handle); in hpc_slot_event_notify()
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | schpc.c | 1478 schpc_p->schpc_slot[slot].slot_handle, in schpc_cpci_control() 2392 schpc_p->schpc_slot[slot].slot_handle, in schpc_event_handler() 2399 schpc_p->schpc_slot[slot].slot_handle, in schpc_event_handler() 2428 schpc_p->schpc_slot[slot].slot_handle, in schpc_event_handler() 2452 schpc_p->schpc_slot[slot].slot_handle, in schpc_event_handler() 2487 schpc_p->schpc_slot[slot].slot_handle, in schpc_event_handler() 2499 schpc_p->schpc_slot[slot].slot_handle, in schpc_event_handler() 2531 schpc_p->schpc_slot[slot].slot_handle, in schpc_event_handler() 2555 schpc_p->schpc_slot[slot].slot_handle, in schpc_event_handler() 2571 schpc_p->schpc_slot[slot].slot_handle, in schpc_event_handler() [all …]
|
/titanic_50/usr/src/uts/sun4u/starcat/sys/ |
H A D | schpc.h | 85 hpc_slot_t slot_handle; /* Handle used by HPS */ member
|