Home | History | Annotate | Download | only in lib

Lines Matching defs:Attr

93     UINTN       Attr;
101 INTN (EFIAPI *SetAttr)(VOID *context, UINTN attr);
165 IN UINTN Attr
214 UINTN attr;
229 ps.Attr = EFI_TEXT_ATTR(EFI_LIGHTGRAY, EFI_RED);
238 ps.Attr = DbgOut->Mode->Attribute;
243 SavedAttribute = ps.Attr;
245 back = (ps.Attr >> 4) & 0xf;
250 attr = ps.AttrNorm;
253 attr = ps.AttrHighlight;
257 attr = ps.AttrError;
261 ps.Attr = attr;
262 uefi_call_wrapper(ps.SetAttr, 2, ps.Context, attr);
788 ps.Attr = Out->Mode->Attribute;
790 back = (ps.Attr >> 4) & 0xF;
923 IN UINTN Attr
928 ps->RestoreAttr = ps->Attr;
930 uefi_call_wrapper(ps->SetAttr, 2, ps->Context, Attr);
933 ps->Attr = Attr;
1086 UINTN Attr;
1115 Attr = 0;
1277 Attr = ps->AttrNorm;
1281 Attr = ps->AttrHighlight;
1285 Attr = ps->AttrError;
1301 // if we have an Attr set
1302 if (Attr) {
1303 PSETATTR(ps, Attr);