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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
LinkedList.h 43 // EFI_FIELD_OFFSET - returns the byte offset to a field within a structure
46 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))
  /external/syslinux/efi32/include/efi/
efilink.h 142 // EFI_FIELD_OFFSET - returns the byte offset to a field within a structure
145 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))
  /external/syslinux/efi64/include/efi/
efilink.h 142 // EFI_FIELD_OFFSET - returns the byte offset to a field within a structure
145 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efilink.h 142 // EFI_FIELD_OFFSET - returns the byte offset to a field within a structure
145 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiBaseTypes.h 156 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiBaseType.h 168 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 280 // EFI_FIELD_OFFSET - returns the byte offset to a field within a structure
282 #define EFI_FIELD_OFFSET(TYPE,Field) ((UINTN)(&(((TYPE *) 0)->Field)))

Completed in 924 milliseconds