Home | History | Annotate | Download | only in lib

Lines Matching defs:Scratch

71     CHAR16      Scratch[PRINT_ITEM_BUFFER_LEN];
1125 Item.Scratch[0] = '%';
1126 Item.Scratch[1] = 0;
1127 Item.Item.pw = Item.Scratch;
1183 Item.Scratch[0] = (CHAR16) va_arg(ps->args, UINTN);
1184 Item.Scratch[1] = 0;
1185 Item.Item.pw = Item.Scratch;
1200 Item.Scratch,
1203 Item.Item.pw = Item.Scratch;
1209 GuidToString (Item.Scratch, va_arg(ps->args, EFI_GUID *));
1210 Item.Item.pw = Item.Scratch;
1215 Item.Scratch,
1219 Item.Item.pw = Item.Scratch;
1224 Item.Scratch,
1228 Item.Item.pw = Item.Scratch;
1235 StrnCpy(Item.Scratch, dpstr, PRINT_ITEM_BUFFER_LEN);
1236 Item.Scratch[PRINT_ITEM_BUFFER_LEN-1] = L'\0';
1239 Item.Item.pw = Item.Scratch;
1246 Item.Scratch,
1250 Item.Item.pw = Item.Scratch;
1255 TimeToString (Item.Scratch, va_arg(ps->args, EFI_TIME *));
1256 Item.Item.pw = Item.Scratch;
1260 StatusToString (Item.Scratch, va_arg(ps->args, EFI_STATUS));
1261 Item.Item.pw = Item.Scratch;
1289 Item.Scratch[0] = '?';
1290 Item.Scratch[1] = 0;
1291 Item.Item.pw = Item.Scratch;