Home
last modified time | relevance | path

Searched refs:hpc_slot_event_notify (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpctrl.h279 extern int hpc_slot_event_notify(hpc_slot_t slot_hdl, uint_t event,
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c1085 (void) hpc_slot_event_notify(sloth, HPC_EVENT_ENABLE_ENUM, in sghsc_control()
1108 (void) hpc_slot_event_notify(sloth, HPC_EVENT_DISABLE_ENUM, in sghsc_control()
1654 rc = hpc_slot_event_notify(sloth, HPC_EVENT_CLEAR_ENUM, in sghsc_event_thread_code()
1675 rc = hpc_slot_event_notify(sloth, in sghsc_event_thread_code()
/illumos-gate/usr/src/uts/common/io/cardbus/
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/sun4u/daktari/io/
H A Dhpc3130_dak.c1640 (void) hpc_slot_event_notify(ste->hpc3130_slot_handle, in hpc3130_slot_connect()
1763 (void) hpc_slot_event_notify(ste->hpc3130_slot_handle, in hpc3130_slot_disconnect()
1864 (void) hpc_slot_event_notify(ste->hpc3130_slot_handle, in hpc3130_verify_slot_power()
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c712 hpc_slot_event_notify(hpc_slot_t handle, uint_t event, uint_t flags) in hpc_slot_event_notify() function