Searched defs:EFI_FILE_INFO (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/efi32/include/efi/
H A Defiprot.h311 } EFI_FILE_INFO; typedef in typeref:struct:__anon23920
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/
H A Defiprot.h311 } EFI_FILE_INFO; typedef in typeref:struct:__anon24100
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/
H A Defiprot.h311 } EFI_FILE_INFO; typedef in typeref:struct:__anon24303
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 751 milliseconds