Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c165 ASSERT(slhandle == cbp->slot_handle); in cardbus_init_hotplug()
487 if (cbp->slot_handle != NULL) { in cardbus_new_slot_state()
513 cbp->slot_handle = hdl; in cardbus_new_slot_state()
576 cbp->slot_handle = NULL; in cardbus_new_slot_state()
727 if (hpc_nexus_control(cbp->slot_handle, in cardbus_configure_ap()
1331 if (cbp->slot_handle == NULL) { in cardbus_ioctl()
1340 if (hpc_nexus_control(cbp->slot_handle, in cardbus_ioctl()
1461 if (cbp->slot_handle == NULL) { in cardbus_ioctl()
1477 if (hpc_nexus_control(cbp->slot_handle, in cardbus_ioctl()
1501 if (hpc_nexus_control(cbp->slot_handle, in cardbus_ioctl()
[all …]
H A Dcardbus.h81 hpc_slot_t slot_handle; /* HPS slot handle */ member
H A Dcardbus.c610 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_load_cardbus()
612 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_load_cardbus()
614 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_load_cardbus()
693 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_unload_cardbus()
695 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_unload_cardbus()
697 (void) hpc_slot_event_notify(cbp->slot_handle, in cardbus_unload_cardbus()
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c190 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()