|
iPXE
|
#include <UefiSpec.h>
Data Fields | |
| UINT32 | Attributes |
| The attributes for this load option entry. More... | |
| UINT16 | FilePathListLength |
| Length in bytes of the FilePathList. More... | |
Definition at line 2137 of file UefiSpec.h.
| UINT32 _EFI_LOAD_OPTION::Attributes |
The attributes for this load option entry.
All unused bits must be zero and are reserved by the UEFI specification for future growth.
Definition at line 2142 of file UefiSpec.h.
| UINT16 _EFI_LOAD_OPTION::FilePathListLength |
Length in bytes of the FilePathList.
OptionalData starts at offset sizeof(UINT32) + sizeof(UINT16) + StrSize(Description) + FilePathListLength of the EFI_LOAD_OPTION descriptor.
Definition at line 2148 of file UefiSpec.h.
Referenced by efi_load_path().
1.8.15