Searched refs:VBoxPrintString (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxOemHookStatusCodeLib/
H A DVBoxOemHookStatusCodeLib.c50 VBoxPrintString("OemHookStatusCodeInitialize\n");
89 VBoxPrintString("Report: Type=");
91 VBoxPrintString(" Value=");
94 VBoxPrintString(" Instance=");
98 VBoxPrintString(" CallerId=");
103 case Head ## Print ## Tail : VBoxPrintString(" " #Print); break
144 VBoxPrintString("Assertion Failed! Line=0x");
148 VBoxPrintString(" File=");
149 VBoxPrintString(pszFilename);
153 VBoxPrintString(" Des
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugLib/
H A DVBoxPrintString.c3 * VBoxPrintString.c - Implementation of the VBoxPrintString() debug logging routine.
41 size_t VBoxPrintString(const char *pszString) function
H A DVBoxPrintHexDump.c67 cchPrinted += VBoxPrintString(" ");
76 cchPrinted += VBoxPrintString(" ");
80 cchPrinted += VBoxPrintString(" ");
H A DVBoxDebugLib.c72 VBoxPrintString("dbg/");
75 VBoxPrintString(szBuf);
104 VBoxPrintString(szBuf);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Include/
H A DVBoxDebugLib.h37 size_t VBoxPrintString(const char *pszString);

Completed in 52 milliseconds