Searched refs:cMessages (Results 1 - 7 of 7) 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 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;
H A DDBGCCommands.cpp1022 uint32_t cMessages = UINT32_MAX;
1027 cMessages = paArgs[0].u.u64Number <= UINT32_MAX ? (uint32_t)paArgs[0].u.u64Number : UINT32_MAX;
1042 rc = pDmesg->pfnQueryKernelLog(pDmesg, pUVM, 0 /*fFlags*/, cMessages, pszBuf, cbBuf, &cbActual);
1055 rc = pDmesg->pfnQueryKernelLog(pDmesg, pUVM, 0 /*fFlags*/, cMessages, pszBuf, cbBuf, &cbActual);
H A DDBGPlugInDarwin.cpp136 static DECLCALLBACK(int) dbgDiggerDarwinIDmsg_QueryKernelLog(PDBGFOSIDMESG pThis, PUVM pUVM, uint32_t fFlags, uint32_t cMessages, argument
141 if (cMessages < 1)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dimnxport.idl597 DWORD cMessages;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dimnxport.idl597 DWORD cMessages;
/vbox/include/VBox/vmm/
H A Ddbgf.h1707 * @param cMessages The number of messages to retrieve, counting from the
1715 DECLCALLBACKMEMBER(int, pfnQueryKernelLog)(struct DBGFOSIDMESG *pThis, PUVM pUVM, uint32_t fFlags, uint32_t cMessages,

Completed in 1347 milliseconds