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.c174 * slot_event_handler - handler registered for slot events
194 int (* slot_event_handler)(caddr_t, uint_t); member in struct:hpc_slot_entry
427 slotp->slot_event_handler = NULL;
683 slotp->slot_event_handler = event_handler;
703 slotp->slot_event_handler = NULL;
723 if (slotp->slot_event_handler == NULL)
734 func = slotp->slot_event_handler;
888 func = slotp->slot_event_handler;

Completed in 57 milliseconds