HomeSort by relevance Sort by last modified time
    Searched defs:BytePtr (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/SmbiosPlatformDxe/
X86Xen.c 42 UINT8 *BytePtr;
44 BytePtr = (UINT8*) EntryPointStructure;
49 Checksum = Checksum + (UINT8) BytePtr[Index];
  /device/linaro/bootloader/edk2/OvmfPkg/Library/SerializeVariablesLib/
SerializeVariablesLib.c 69 UINT8 *BytePtr;
72 BytePtr = (UINT8*)Buffer;
75 *NameSize = *(UINT32*) (BytePtr + Offset);
82 *Name = (CHAR16*) (BytePtr + Offset);
83 Offset = Offset + *(UINT32*)BytePtr;
88 *Guid = (EFI_GUID*) (BytePtr + Offset);
94 *Attributes = *(UINT32*) (BytePtr + Offset);
100 *DataSize = *(UINT32*) (BytePtr + Offset);
106 *Data = (VOID*) (BytePtr + Offset);

Completed in 108 milliseconds