Searched refs:DebugInfo (Results 1 - 14 of 14) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/ |
H A D | DebugLib.c | 57 EFI_DEBUG_INFO *DebugInfo; local 83 // DebugInfo->|------------------------| 108 // just makes address of BaseListMarker, which follows DebugInfo, 64-bit aligned. 110 DebugInfo = (EFI_DEBUG_INFO *)(Buffer) + 1; 111 DebugInfo->ErrorLevel = (UINT32)ErrorLevel; 112 BaseListMarker = (BASE_LIST)(DebugInfo + 1); 113 FormatString = (CHAR8 *)((UINT64 *)(DebugInfo + 1) + 12); 217 // Send the DebugInfo record 225 DebugInfo,
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ |
H A D | ReportStatusCodeLib.c | 166 EFI_DEBUG_INFO *DebugInfo; local 183 DebugInfo = (EFI_DEBUG_INFO *)(Data + 1); 185 *ErrorLevel = DebugInfo->ErrorLevel; 196 *Marker = (BASE_LIST) (DebugInfo + 1);
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/ |
H A D | ReportStatusCodeLib.c | 269 EFI_DEBUG_INFO *DebugInfo; local 286 DebugInfo = (EFI_DEBUG_INFO *)(Data + 1); 288 *ErrorLevel = DebugInfo->ErrorLevel; 299 *Marker = (BASE_LIST) (DebugInfo + 1);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeReportStatusCodeLib/ |
H A D | ReportStatusCodeLib.c | 266 EFI_DEBUG_INFO *DebugInfo; local 283 DebugInfo = (EFI_DEBUG_INFO *)(Data + 1); 285 *ErrorLevel = DebugInfo->ErrorLevel; 296 *Marker = (BASE_LIST) (DebugInfo + 1);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiReportStatusCodeLib/ |
H A D | ReportStatusCodeLib.c | 238 EFI_DEBUG_INFO *DebugInfo; local 255 DebugInfo = (EFI_DEBUG_INFO *)(Data + 1); 257 *ErrorLevel = DebugInfo->ErrorLevel; 268 *Marker = (BASE_LIST) (DebugInfo + 1);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmReportStatusCodeLib/ |
H A D | ReportStatusCodeLib.c | 255 EFI_DEBUG_INFO *DebugInfo; local 272 DebugInfo = (EFI_DEBUG_INFO *)(Data + 1); 274 *ErrorLevel = DebugInfo->ErrorLevel; 285 *Marker = (BASE_LIST) (DebugInfo + 1);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/ |
H A D | ReportStatusCodeLib.c | 397 EFI_DEBUG_INFO *DebugInfo; local 414 DebugInfo = (EFI_DEBUG_INFO *)(Data + 1); 416 *ErrorLevel = DebugInfo->ErrorLevel; 427 *Marker = (BASE_LIST) (DebugInfo + 1);
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/ |
H A D | VBoxOemHookStatusCodeLib.c | 39 # include <DebugInfo.h>
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | strmbase.h | 200 HRESULT WINAPI BaseFilter_Init(BaseFilter * This, const IBaseFilterVtbl *Vtbl, const CLSID *pClsid, DWORD_PTR DebugInfo, const BaseFilterFuncTable* pBaseFuncsTable); 648 HRESULT WINAPI BaseRenderer_Init(BaseRenderer *This, const IBaseFilterVtbl *Vtbl, IUnknown *pUnkOuter, const CLSID *pClsid, DWORD_PTR DebugInfo, const BaseRendererFuncTable* pBaseFuncsTable);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | imagehlp.h | 1394 PIMAGE_DEBUG_INFORMATION DebugInfo
|
H A D | winnt.h | 5153 PRTL_CRITICAL_SECTION_DEBUG DebugInfo; member in struct:_RTL_CRITICAL_SECTION
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | imagehlp.h | 1334 PIMAGE_DEBUG_INFORMATION DebugInfo
|
H A D | winnt.h | 5271 PRTL_CRITICAL_SECTION_DEBUG DebugInfo; member in struct:_RTL_CRITICAL_SECTION
|
/vbox/include/iprt/nt/ |
H A D | nt.h | 2175 struct _RTL_CRITICAL_SECTION_DEBUG *DebugInfo; member in struct:_RTL_CRITICAL_SECTION
|
Completed in 2896 milliseconds