Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c194 int (* slot_event_handler)(caddr_t, uint_t); member
427 slotp->slot_event_handler = NULL; in hpc_nexus_unregister_bus()
683 slotp->slot_event_handler = event_handler; in hpc_install_event_handler()
703 slotp->slot_event_handler = NULL; in hpc_remove_event_handler()
723 if (slotp->slot_event_handler == NULL) in hpc_slot_event_notify()
734 func = slotp->slot_event_handler; in hpc_slot_event_notify()
888 func = slotp->slot_event_handler; in hpc_slot_event_dispatcher()