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

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DSwitchStack.c56 VA_LIST Marker; local
66 VA_START (Marker, NewStack);
68 InternalSwitchStack (EntryPoint, Context1, Context2, NewStack, Marker);
70 VA_END (Marker);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
H A DSerialStatusCodeWorker.c54 BASE_LIST Marker; local
72 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
80 Marker
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
H A DSerialStatusCodeWorker.c52 BASE_LIST Marker; local
70 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
78 Marker
H A DDataHubStatusCodeWorker.c189 BASE_LIST Marker; local
236 if (ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
241 Marker
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/Pei/
H A DSerialStatusCodeWorker.c57 BASE_LIST Marker; local
75 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
83 Marker
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
H A DSerialStatusCodeWorker.c53 BASE_LIST Marker; local
71 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
79 Marker
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/Smm/
H A DSerialStatusCodeWorker.c53 BASE_LIST Marker; local
71 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
79 Marker
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseDebugLibSerialPort/
H A DDebugLib.c74 VA_LIST Marker; local
91 VA_START (Marker, Format);
92 AsciiVSPrint (Buffer, sizeof (Buffer), Format, Marker);
93 VA_END (Marker);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibConOut/
H A DDebugLib.c54 VA_LIST Marker; local
71 VA_START (Marker, Format);
72 UnicodeVSPrintAsciiFormat (Buffer, MAX_DEBUG_MESSAGE_LENGTH, Format, Marker);
73 VA_END (Marker);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDebugLibStdErr/
H A DDebugLib.c56 VA_LIST Marker; local
73 VA_START (Marker, Format);
74 UnicodeVSPrintAsciiFormat (Buffer, MAX_DEBUG_MESSAGE_LENGTH, Format, Marker);
75 VA_END (Marker);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c132 by ErrorLevel, Marker, and Format. If type GUID in Data is
133 EFI_STATUS_CODE_DATA_TYPE_DEBUG_GUID, then extract ErrorLevel, Marker, and
135 The optional data area of Data contains a 32-bit ErrorLevel followed by Marker
142 If Marker is NULL, then ASSERT().
147 @param Marker Pointer to the variable argument list associated with Format.
152 specified by ErrorLevel, Marker, and Format.
162 OUT BASE_LIST *Marker,
170 ASSERT (Marker != NULL);
189 // of format in DEBUG string. Its address is returned in Marker and has to be 64-bit aligned.
191 // 20 bytes. The size of EFI_DEBUG_INFO is 4 bytes, so we can ensure that Marker
159 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
H A DDataHubStatusCodeWorker.c190 BASE_LIST Marker; local
222 if (ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
227 Marker
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmReportStatusCodeLib/
H A DReportStatusCodeLib.c221 by ErrorLevel, Marker, and Format. If type GUID in Data is
222 EFI_STATUS_CODE_DATA_TYPE_DEBUG_GUID, then extract ErrorLevel, Marker, and
224 The optional data area of Data contains a 32-bit ErrorLevel followed by Marker
231 If Marker is NULL, then ASSERT().
236 @param Marker Pointer to the variable argument list associated with Format.
241 specified by ErrorLevel, Marker, and Format.
251 OUT BASE_LIST *Marker,
259 ASSERT (Marker != NULL);
278 // of format in DEBUG string. Its address is returned in Marker and has to be 64-bit aligned.
280 // 20 bytes. The size of EFI_DEBUG_INFO is 4 bytes, so we can ensure that Marker
248 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePrintLib/
H A DPrintLib.c35 Arguments are pulled from the variable argument list specified by Marker based on the
56 @param Marker VA_LIST marker for the variable argument list.
68 IN VA_LIST Marker
73 return BasePrintLibSPrintMarker ((CHAR8 *)StartOfBuffer, BufferSize >> 1, FORMAT_UNICODE | OUTPUT_UNICODE, (CHAR8 *)FormatString, Marker, NULL);
83 Arguments are pulled from the variable argument list specified by Marker based on the
104 @param Marker BASE_LIST marker for the variable argument list.
116 IN BASE_LIST Marker
121 return BasePrintLibSPrintMarker ((CHAR8 *)StartOfBuffer, BufferSize >> 1, FORMAT_UNICODE | OUTPUT_UNICODE, (CHAR8 *)FormatString, gNullVaList, Marker);
167 VA_LIST Marker; local
170 VA_START (Marker, FormatStrin
311 VA_LIST Marker; local
504 VA_LIST Marker; local
648 VA_LIST Marker; local
[all...]
H A DPrintLibInternal.c984 VA_LIST Marker; local
987 VA_START (Marker, FormatString);
988 NumberOfPrinted = BasePrintLibSPrintMarker (StartOfBuffer, BufferSize, Flags, FormatString, Marker, NULL);
989 VA_END (Marker);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseReportStatusCodeLibNull/
H A DBaseReportStatusCodeLib.c106 by ErrorLevel, Marker, and Format. If type GUID in Data is
107 EFI_STATUS_CODE_DATA_TYPE_DEBUG_GUID, then extract ErrorLevel, Marker, and
109 The optional data area of Data contains a 32-bit ErrorLevel followed by Marker
116 If Marker is NULL, then ASSERT().
121 @param Marker The pointer to the variable argument list associated with Format.
126 specified by ErrorLevel, Marker, and Format.
136 OUT BASE_LIST *Marker,
142 ASSERT (Marker != NULL);
133 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
H A DReportStatusCodeLib.c235 by ErrorLevel, Marker, and Format. If type GUID in Data is
236 EFI_STATUS_CODE_DATA_TYPE_DEBUG_GUID, then extract ErrorLevel, Marker, and
238 The optional data area of Data contains a 32-bit ErrorLevel followed by Marker
245 If Marker is NULL, then ASSERT().
250 @param Marker Pointer to the variable argument list associated with Format.
255 specified by ErrorLevel, Marker, and Format.
265 OUT BASE_LIST *Marker,
273 ASSERT (Marker != NULL);
292 // of format in DEBUG string. Its address is returned in Marker and has to be 64-bit aligned.
294 // 20 bytes. The size of EFI_DEBUG_INFO is 4 bytes, so we can ensure that Marker
262 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeReportStatusCodeLib/
H A DReportStatusCodeLib.c232 by ErrorLevel, Marker, and Format. If type GUID in Data is
233 EFI_STATUS_CODE_DATA_TYPE_DEBUG_GUID, then extract ErrorLevel, Marker, and
235 The optional data area of Data contains a 32-bit ErrorLevel followed by Marker
242 If Marker is NULL, then ASSERT().
247 @param Marker Pointer to the variable argument list associated with Format.
252 specified by ErrorLevel, Marker, and Format.
262 OUT BASE_LIST *Marker,
270 ASSERT (Marker != NULL);
289 // of format in DEBUG string. Its address is returned in Marker and has to be 64-bit aligned.
291 // 20 bytes. The size of EFI_DEBUG_INFO is 4 bytes, so we can ensure that Marker
259 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PeiReportStatusCodeLib/
H A DReportStatusCodeLib.c204 by ErrorLevel, Marker, and Format. If type GUID in Data is
205 EFI_STATUS_CODE_DATA_TYPE_DEBUG_GUID, then extract ErrorLevel, Marker, and
207 The optional data area of Data contains a 32-bit ErrorLevel followed by Marker
214 If Marker is NULL, then ASSERT().
219 @param Marker Pointer to the variable argument list associated with Format.
224 specified by ErrorLevel, Marker, and Format.
234 OUT BASE_LIST *Marker,
242 ASSERT (Marker != NULL);
261 // of format in DEBUG string. Its address is returned in Marker and has to be 64-bit aligned.
263 // 20 bytes. The size of EFI_DEBUG_INFO is 4 bytes, so we can ensure that Marker
231 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/
H A DReportStatusCodeLib.c363 by ErrorLevel, Marker, and Format. If type GUID in Data is
364 EFI_STATUS_CODE_DATA_TYPE_DEBUG_GUID, then extract ErrorLevel, Marker, and
366 The optional data area of Data contains a 32-bit ErrorLevel followed by Marker
373 If Marker is NULL, then ASSERT().
378 @param Marker Pointer to the variable argument list associated with Format.
383 specified by ErrorLevel, Marker, and Format.
393 OUT BASE_LIST *Marker,
401 ASSERT (Marker != NULL);
420 // of format in DEBUG string. Its address is returned in Marker and has to be 64-bit aligned.
422 // 20 bytes. The size of EFI_DEBUG_INFO is 4 bytes, so we can ensure that Marker
390 ReportStatusCodeExtractDebugInfo( IN CONST EFI_STATUS_CODE_DATA *Data, OUT UINT32 *ErrorLevel, OUT BASE_LIST *Marker, OUT CHAR8 **Format ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c405 VA_LIST Marker; local
413 VA_START (Marker, Token);
423 Return = UnicodeVSPrint (mPrintTokenBuffer, BufferSize, StringPtr, Marker);
424 VA_END (Marker);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c50 @param Marker VA_LIST marker for the variable argument list.
59 IN VA_LIST Marker
76 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
120 VA_LIST Marker; local
123 VA_START (Marker, Format);
125 Return = InternalPrint (Format, gST->ConOut, Marker);
127 VA_END (Marker);
159 VA_LIST Marker; local
162 VA_START (Marker, Format);
164 Return = InternalPrint( Format, gST->StdErr, Marker);
254 VA_LIST Marker; local
293 VA_LIST Marker; local
608 VA_LIST Marker; local
687 VA_LIST Marker; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DS3SaveState.c28 @param Marker The variable argument list to get the opcode
37 IN VA_LIST Marker
45 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
46 Address = VA_ARG (Marker, UINT64);
47 Count = VA_ARG (Marker, UINTN);
48 Buffer = VA_ARG (Marker, UINT8 *);
55 @param Marker The variable argument list to get the opcode
64 IN VA_LIST Marker
72 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
73 Address = VA_ARG (Marker, UINT6
533 VA_LIST Marker; local
688 VA_LIST Marker; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DSmmS3SaveState.c27 @param Marker The variable argument list to get the opcode
36 IN VA_LIST Marker
44 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
45 Address = VA_ARG (Marker, UINT64);
46 Count = VA_ARG (Marker, UINTN);
47 Buffer = VA_ARG (Marker, UINT8 *);
54 @param Marker The variable argument list to get the opcode
63 IN VA_LIST Marker
71 Width = VA_ARG (Marker, S3_BOOT_SCRIPT_LIB_WIDTH);
72 Address = VA_ARG (Marker, UINT6
531 VA_LIST Marker; local
686 VA_LIST Marker; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c50 @param Marker A VA_LIST marker for the variable argument list.
59 IN VA_LIST Marker
76 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
120 VA_LIST Marker; local
123 VA_START (Marker, Format);
125 Return = InternalPrint (Format, gST->ConOut, Marker);
127 VA_END (Marker);
159 VA_LIST Marker; local
162 VA_START (Marker, Format);
164 Return = InternalPrint( Format, gST->StdErr, Marker);
254 VA_LIST Marker; local
293 VA_LIST Marker; local
608 VA_LIST Marker; local
687 VA_LIST Marker; local
805 VA_LIST Marker; local
[all...]

Completed in 97 milliseconds

12