Home | History | Annotate | Download | only in UefiLib

Lines Matching refs:gST

104   If gST->ConOut is NULL, then ASSERT().

125 Return = InternalPrint (Format, gST->ConOut, Marker);
143 If gST->StdErr is NULL, then ASSERT().
164 Return = InternalPrint( Format, gST->StdErr, Marker);
238 If gST->ConOut is NULL, then ASSERT().
260 Return = AsciiInternalPrint( Format, gST->ConOut, Marker);
277 If gST->StdErr is NULL, then ASSERT().
300 Return = AsciiInternalPrint( Format, gST->StdErr, Marker);
373 ConsoleHandle = gST->ConsoleOutHandle;
577 If gST->ConsoleOutputHandle is NULL, then ASSERT().
656 If gST->ConsoleOutputHandle is NULL, then ASSERT().