Searched refs:vmbus_event_proc (Results 1 – 4 of 4) sorted by relevance
183 void vmbus_event_proc(struct vmbus_softc *, int);
89 void (*vmbus_event_proc)(struct vmbus_softc *, int); member
671 sc->vmbus_event_proc(sc, cpu); in vmbus_handle_intr1()1405 sc->vmbus_event_proc = vmbus_event_proc_compat; in vmbus_doattach()1407 sc->vmbus_event_proc = vmbus_event_proc; in vmbus_doattach()1468 vmbus_sc->vmbus_event_proc = vmbus_event_proc_dummy; in vmbus_attach()
1432 vmbus_event_proc(struct vmbus_softc *sc, int cpu) in vmbus_event_proc() function