Searched refs:TMR3TimerDestroyDevice (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dtm.h263 VMM_INT_DECL(int) TMR3TimerDestroyDevice(PVM pVM, PPDMDEVINS pDevIns);
/vbox/src/VBox/VMM/VMMR3/
H A DPDM.cpp695 TMR3TimerDestroyDevice(pVM, pDevIns);
H A DTM.cpp1787 VMM_INT_DECL(int) TMR3TimerDestroyDevice(PVM pVM, PPDMDEVINS pDevIns) function
1789 LogFlow(("TMR3TimerDestroyDevice: pDevIns=%p\n", pDevIns));
1808 LogFlow(("TMR3TimerDestroyDevice: returns VINF_SUCCESS\n"));

Completed in 60 milliseconds