Lines Matching refs:Output
87 // Output
100 INTN (EFIAPI *Output)(VOID *context, CHAR16 *str);
225 ps.Output = _DbgOut;
408 IN INTN (EFIAPI *Output)(VOID *context, CHAR16 *str)
415 ps.Output = Output;
440 Str - Output buffer to print the formatted string into
482 Str - Output buffer to print the formatted string into
786 ps.Output = (INTN (EFIAPI *)(VOID *, CHAR16 *)) Out->OutputString;
862 Str - Output buffer to print the formatted string into
912 if (IsLocalPrint(ps->Output))
913 ps->Output
915 uefi_call_wrapper(ps->Output, 2, ps->Context, ps->Buffer);
1052 n - Set output attribute to normal (for this field only)
1053 h - Set output attribute to highlight (for this field only)
1054 e - Set output attribute to error (for this field only)
1070 N - Set output attribute to normal
1071 H - Set output attribute to highlight
1072 E - Set output attribute to error