Home | History | Annotate | Download | only in UefiDebugLibConOut

Lines Matching refs:Format

34   GetDebugPrintErrorLevel (), then print the message specified by Format and the 

37 If Format is NULL, then ASSERT().
40 @param Format Format string for the debug message to print.
42 based on the format string specified by Format.
49 IN CONST CHAR8 *Format,
57 // If Format is NULL, then ASSERT().
59 ASSERT (Format != NULL);
71 VA_START (Marker, Format);
72 UnicodeVSPrintAsciiFormat (Buffer, MAX_DEBUG_MESSAGE_LENGTH, Format, Marker);
119 // Generate the ASSERT() message in Unicode format