Searched refs:vmbus_event_proc (Results 1 – 4 of 4) sorted by relevance
184 void vmbus_event_proc(struct vmbus_softc *, int);
88 void (*vmbus_event_proc)(struct vmbus_softc *, int); member
708 sc->vmbus_event_proc(sc, cpu); in vmbus_handle_intr1()1556 sc->vmbus_event_proc = vmbus_event_proc_compat; in vmbus_doattach()1558 sc->vmbus_event_proc = vmbus_event_proc; in vmbus_doattach()1619 vmbus_sc->vmbus_event_proc = vmbus_event_proc_dummy; in vmbus_attach()
1581 vmbus_event_proc(struct vmbus_softc *sc, int cpu)1583 vmbus_event_proc(struct vmbus_softc *sc, int cpu) vmbus_event_proc() function