Searched refs:vmbus_event_proc (Results 1 – 4 of 4) sorted by relevance
187 void vmbus_event_proc(struct vmbus_softc *, int);
87 void (*vmbus_event_proc)(struct vmbus_softc *, int); member
716 sc->vmbus_event_proc(sc, cpu); in vmbus_handle_intr1()1531 sc->vmbus_event_proc = vmbus_event_proc_compat; in vmbus_doattach()1533 sc->vmbus_event_proc = vmbus_event_proc; in vmbus_doattach()1594 vmbus_sc->vmbus_event_proc = vmbus_event_proc_dummy; in vmbus_attach()
1580 vmbus_event_proc(struct vmbus_softc *sc, int cpu) in vmbus_event_proc() function