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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFOS.cpp81 } uWrapper; member in struct:DBGFOSEMTWRAPPER
498 PDBGFOSEMTWRAPPER pWrapper = RT_FROM_MEMBER(pThis, DBGFOSEMTWRAPPER, uWrapper.Dmesg);
552 *ppvIf = &pWrapper->uWrapper;
570 pWrapper->uWrapper.Dmesg.u32Magic = DBGFOSIDMESG_MAGIC;
571 pWrapper->uWrapper.Dmesg.pfnQueryKernelLog = dbgfR3OSEmtIDmesg_QueryKernelLog;
572 pWrapper->uWrapper.Dmesg.u32EndMagic = DBGFOSIDMESG_MAGIC;
585 *ppvIf = &pWrapper->uWrapper;

Completed in 42 milliseconds