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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestLog.h42 # undef Log macro
43 # define Log(a) RTLogBackdoorPrintf a macro
45 # define Log(a) DbgPrint a macro
48 # define Log(a) macro
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.h25 SHELL_LINE_LIST *Log; member in struct:__anon12748
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DEventLogInfo.c187 // Print Log Header Type1 Format info
343 LOG_RECORD_FORMAT *Log; local
346 // Event Log Variable Data Format Types
356 // Print Log info
359 Log = (LOG_RECORD_FORMAT *) LogData;
360 while (Log != NULL && Log->Type != END_OF_LOG && Offset < LogAreaLength) {
362 // Get a Event Log Record
364 Log = (LOG_RECORD_FORMAT *) (LogData + Offset);
366 if (Log !
[all...]
/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxDisplay.cpp66 # undef Log macro
67 # define Log(x) printf x macro
H A DVBoxClipboard.cpp71 # undef Log macro
72 # define Log(x) printf x macro
414 Log(("VBoxClipboardService::%s: Unsupported message from host! Message = %u\n", __FUNCTION__, u32Msg));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86Privstr.h43 } Log; typedef in typeref:enum:__anon6941
94 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Privstr.h43 } Log; typedef in typeref:enum:__anon9569
98 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Privstr.h43 } Log; typedef in typeref:enum:__anon5094
98 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Privstr.h43 } Log; typedef in typeref:enum:__anon5406
98 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Privstr.h43 } Log; typedef in typeref:enum:__anon5717
94 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Privstr.h43 } Log; typedef in typeref:enum:__anon6024
94 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Privstr.h43 } Log; typedef in typeref:enum:__anon6327
94 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Privstr.h43 } Log; typedef in typeref:enum:__anon6625
94 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Privstr.h55 } Log; typedef in typeref:enum:__anon7979
116 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Privstr.h55 } Log; typedef in typeref:enum:__anon8296
121 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86Privstr.h44 } Log; typedef in typeref:enum:__anon8610
101 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86Privstr.h43 } Log; typedef in typeref:enum:__anon8931
98 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Privstr.h43 } Log; typedef in typeref:enum:__anon9248
98 Log log;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp25 #define Log(_m) do { printf _m ; } while (0) macro
28 case _t: { Log(("%s", #_t"")); break; }
30 default: { Log(("0x%08", (_dw))); break; }
40 Log(("%s%s", _pSep ,#_t"")); \
43 Log(("%s", #_t"")); \
54 Log(("%s0x%08x", _pSep, (_fFlags))); \
57 Log(("0x%08x", (_fFlags))); \
82 if (pCaps1->_field != pCaps2->_field) { Log(("pCaps->" #_field " = " _format "; // " _format " \n", pCaps2->_field, pCaps1->_field)); } \
87 Log(("%s", pszPrefix));
96 Log(("
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Privstr.h55 } Log; typedef in typeref:enum:__anon7614
162 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Privstr.h56 } Log; typedef in typeref:enum:__anon4759
163 Log log;
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dxf86Privstr.h33 } Log; typedef in typeref:enum:__anon3032
140 Log log;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Privstr.h56 } Log; typedef in typeref:enum:__anon4326
163 Log log;
/vbox/include/iprt/
H A Dlog.h228 * Log file header/footer callback.
450 /** Log to file. */
452 /** Log to stdout. */
454 /** Log to stderr. */
456 /** Log to debugger (win32 only). */
458 /** Log to com port. */
460 /** Log a memory ring buffer. */
464 /** Log to a user defined output stream. */
487 * This will enabled Log() only.
564 /** @def Log
572 #define Log macro
1479 # undef Log macro
1480 # define Log macro
1533 # undef Log macro
1534 # define Log macro
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp483 Log(("%s: Failed to create event semaphore for window handling.\n", __FUNCTION__));
705 Log(("CAPS: %s =\n%s\n", vmsvga3dGetCapString(idx3dCaps), vmsvga3dGet3dFormatString(result)));
726 Log(("CAPS: %s =\n%s\n", vmsvga3dGetCapString(idx3dCaps), vmsvga3dGet3dFormatString(result)));
1109 Log(("CAPS: Unknown CAP %s\n", vmsvga3dGetCapString(idx3dCaps)));
1115 Log(("CAPS: Unexpected CAP %d\n", idx3dCaps));
1222 // Log(("CAPS: Unexpected CAP %d\n", idx3dCaps));
1227 Log(("CAPS: %d=%s - %x\n", idx3dCaps, vmsvga3dGetCapString(idx3dCaps), *pu32Val));
1393 Log(("vmsvga3dSurfaceDefine: sid=%x surfaceFlags=%x format=%s (%x) multiSampleCount=%d autogenFilter=%d, cMipLevels=%d size=(%d,%d,%d)\n",
1536 Log(("SVGA3D_SURFACE_CUBEMAP\n"));
1541 Log(("SVGA3D_SURFACE_HINT_INDEXBUFFE
2929 AssertReturn(cid < SVGA3D_MAX_CONTEXT_IDS, VERR_INVALID_PARAMETER); Log((�, cid)); if (cid >= pState->cContexts) argument
4270 AssertReturn(type < SVGA3D_RT_MAX, VERR_INVALID_PARAMETER); AssertReturn(target.face == 0, VERR_INVALID_PARAMETER); AssertReturn(target.mipmap == 0, VERR_INVALID_PARAMETER); Log((�, cid, type, target.sid)); if ( cid >= pState->cContexts || pState->papContexts[cid]->id != cid) argument
[all...]

Completed in 156 milliseconds