Searched defs:cMessages (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFOS.cpp495 static DECLCALLBACK(int) dbgfR3OSEmtIDmesg_QueryKernelLog(PDBGFOSIDMESG pThis, PUVM pUVM, uint32_t fFlags, uint32_t cMessages, argument
502 AssertReturn(cMessages > 0, VERR_INVALID_PARAMETER);
509 pWrapper->uDigger.pDmesg, pUVM, fFlags, cMessages, pszBuf, cbBuf, pcbActual);
/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp136 static DECLCALLBACK(int) dbgDiggerDarwinIDmsg_QueryKernelLog(PDBGFOSIDMESG pThis, PUVM pUVM, uint32_t fFlags, uint32_t cMessages, argument
141 if (cMessages < 1)
H A DDBGPlugInLinux.cpp167 static DECLCALLBACK(int) dbgDiggerLinuxIDmsg_QueryKernelLog(PDBGFOSIDMESG pThis, PUVM pUVM, uint32_t fFlags, uint32_t cMessages, argument
172 if (cMessages < 1)
318 if (cMessages < cLogMsgs)
320 uint32_t cToSkip = cLogMsgs - cMessages;

Completed in 411 milliseconds