Searched refs:VBoxPrintHex (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/ |
H A D | VBoxPrintGuid.c | 46 VBoxPrintHex(pGuid->Data1, sizeof(pGuid->Data1)); 48 VBoxPrintHex(pGuid->Data2, sizeof(pGuid->Data2)); 50 VBoxPrintHex(pGuid->Data3, sizeof(pGuid->Data3)); 52 VBoxPrintHex(pGuid->Data4[0], sizeof(pGuid->Data4[0])); 53 VBoxPrintHex(pGuid->Data4[1], sizeof(pGuid->Data4[1])); 55 VBoxPrintHex(pGuid->Data4[2], sizeof(pGuid->Data4[2])); 56 VBoxPrintHex(pGuid->Data4[3], sizeof(pGuid->Data4[3])); 57 VBoxPrintHex(pGuid->Data4[4], sizeof(pGuid->Data4[4])); 58 VBoxPrintHex(pGuid->Data4[5], sizeof(pGuid->Data4[5])); 59 VBoxPrintHex(pGui [all...] |
H A D | VBoxPrintHexDump.c | 3 * VBoxPrintHex.c - Implementation of the VBoxPrintHex() debug logging routine. 66 cchPrinted += VBoxPrintHex((uintptr_t)pb, sizeof(pb)); 74 cchPrinted += VBoxPrintHex(pb[i], 1);
|
H A D | VBoxPrintHex.c | 3 * VBoxPrintHex.c - Implementation of the VBoxPrintHex() debug logging routine. 54 size_t VBoxPrintHex(UINT64 uValue, size_t cbType) function
|
H A D | VBoxDebugLib.c | 73 VBoxPrintHex(ErrorLevel, sizeof(ErrorLevel));
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Include/ |
H A D | VBoxDebugLib.h | 35 size_t VBoxPrintHex(UINT64 uValue, size_t cbType);
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/ |
H A D | VBoxOemHookStatusCodeLib.c | 90 VBoxPrintHex(Type, sizeof(Type)); 92 VBoxPrintHex(Value, sizeof(Value)); 95 VBoxPrintHex(Instance, sizeof(Instance)); 145 VBoxPrintHex(uLine, sizeof(uLine)); 177 VBoxPrintHex(uErrorLevel, sizeof(uErrorLevel)); 192 VBoxPrintHex(Data->Size, sizeof(Data->Size)); 194 VBoxPrintHex(Data->HeaderSize, sizeof(Data->HeaderSize));
|
Completed in 1844 milliseconds