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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FileInfo/
FileInfo.h 45 } EFI_FILE_INFO;
48 // The FileName field of the EFI_FILE_INFO data structure is variable length.
49 // Whenever code needs to know the size of the EFI_FILE_INFO data structure, it needs to
52 // This is required to make the EFI_FILE_INFO data structure ANSI compilant.
54 #define SIZE_OF_EFI_FILE_INFO EFI_FIELD_OFFSET (EFI_FILE_INFO, FileName)
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
FileInfo.h 27 /// The size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.
58 } EFI_FILE_INFO;
61 /// The FileName field of the EFI_FILE_INFO data structure is variable length.
62 /// Whenever code needs to know the size of the EFI_FILE_INFO data structure, it needs to
65 /// This is required to make the EFI_FILE_INFO data structure ANSI compilant.
67 #define SIZE_OF_EFI_FILE_INFO OFFSET_OF (EFI_FILE_INFO, FileName)
  /external/syslinux/efi32/include/efi/
efiprot.h 311 } EFI_FILE_INFO;
314 // The FileName field of the EFI_FILE_INFO data structure is variable length.
315 // Whenever code needs to know the size of the EFI_FILE_INFO data structure, it needs to
318 // This is required to make the EFI_FILE_INFO data structure ANSI compilant.
321 #define SIZE_OF_EFI_FILE_INFO EFI_FIELD_OFFSET(EFI_FILE_INFO,FileName)
  /external/syslinux/efi64/include/efi/
efiprot.h 311 } EFI_FILE_INFO;
314 // The FileName field of the EFI_FILE_INFO data structure is variable length.
315 // Whenever code needs to know the size of the EFI_FILE_INFO data structure, it needs to
318 // This is required to make the EFI_FILE_INFO data structure ANSI compilant.
321 #define SIZE_OF_EFI_FILE_INFO EFI_FIELD_OFFSET(EFI_FILE_INFO,FileName)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiprot.h 311 } EFI_FILE_INFO;
314 // The FileName field of the EFI_FILE_INFO data structure is variable length.
315 // Whenever code needs to know the size of the EFI_FILE_INFO data structure, it needs to
318 // This is required to make the EFI_FILE_INFO data structure ANSI compilant.
321 #define SIZE_OF_EFI_FILE_INFO EFI_FIELD_OFFSET(EFI_FILE_INFO,FileName)

Completed in 130 milliseconds