Searched refs:DBGFSTOP (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Ddbgf.h178 /** The developer have used the DBGFSTOP macro or the PDMDeviceDBGFSTOP function
272 /** @def DBGFSTOP
279 # define DBGFSTOP(pVM) DBGFR3EventSrc(pVM, DBGFEVENT_DEV_STOP, __FILE__, __LINE__, __PRETTY_FUNCTION__, NULL) macro
281 # define DBGFSTOP(pVM) VINF_SUCCESS macro
/vbox/src/VBox/VMM/VMMR3/
H A DTRPM.cpp1076 return DBGFSTOP(pVM);
1129 return DBGFSTOP(pVM);

Completed in 53 milliseconds