Lines Matching refs:eventp
716 hpc_event_entry_t *eventp; in hpc_slot_event_notify() local
746 eventp = busp->bus_slot_event_list_head = in hpc_slot_event_notify()
749 for (eventp = busp->bus_slot_event_list_head; in hpc_slot_event_notify()
750 eventp->next != NULL; eventp = eventp->next) in hpc_slot_event_notify()
752 eventp->next = hpc_alloc_event_entry(); in hpc_slot_event_notify()
753 eventp = eventp->next; in hpc_slot_event_notify()
755 eventp->slotp = slotp; in hpc_slot_event_notify()
756 eventp->event = event; in hpc_slot_event_notify()
757 eventp->next = NULL; in hpc_slot_event_notify()
841 hpc_event_entry_t *eventp; in hpc_slot_event_dispatcher() local
885 eventp = busp->bus_slot_event_list_head; in hpc_slot_event_dispatcher()
886 slotp = eventp->slotp; in hpc_slot_event_dispatcher()
887 event = eventp->event; in hpc_slot_event_dispatcher()
890 busp->bus_slot_event_list_head = eventp->next; in hpc_slot_event_dispatcher()
891 hpc_free_event_entry(eventp); in hpc_slot_event_dispatcher()