HomeSort by: relevance | last modified time | path
    Searched refs:Scratch (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 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 *))
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efivar.h 40 IN OUT VOID *Scratch
  /src/usr.sbin/sysinst/arch/mac68k/
menus.md.pl 248 option "Scratch", exit, action {
257 strcpy (map.blk[j].pmPartName, "untitled (Scratch)");
  /src/sys/arch/mac68k/mac68k/
locore.s 106 | Scratch memory. Careful when messing with these...
558 moveml #0xC0C0,%sp@- | save scratch regs
851 movl %d0,%sp@- | need a scratch register
855 movl %sp@+,%d0 | restore scratch register
877 movl %sp@+,%d0 | restore scratch register

Completed in 30 milliseconds