Lines Matching defs:Context
100 INTN (EFIAPI *Output)(VOID *context, CHAR16 *str);
101 INTN (EFIAPI *SetAttr)(VOID *context, UINTN attr);
102 VOID *Context;
132 IN VOID *Context,
174 IN VOID *Context,
180 IN VOID *Context,
239 ps.Context = DbgOut;
262 uefi_call_wrapper(ps.SetAttr, 2, ps.Context, attr);
275 uefi_call_wrapper(ps.SetAttr, 2, ps.Context, SavedAttribute);
293 IN VOID *Context,
300 DbgOut = Context;
317 IN VOID *Context,
325 spc = Context;
359 IN VOID *Context,
367 spc = Context;
398 return _SPrint (Context, Buffer);
408 IN INTN (EFIAPI *Output)(VOID *context, CHAR16 *str)
416 ps.Context = spc;
785 ps.Context = Out;
913 ps->Output(ps->Context
915 uefi_call_wrapper(ps->Output, 2, ps->Context, ps->Buffer);
930 uefi_call_wrapper(ps->SetAttr, 2, ps->Context, Attr);