iPXE
|
An EFI local file. More...
Data Fields | |
struct refcnt | refcnt |
Reference count. More... | |
struct interface | xfer |
Data transfer interface. More... | |
struct process | process |
Download process. More... | |
EFI_FILE_PROTOCOL * | root |
EFI root directory. More... | |
EFI_FILE_PROTOCOL * | file |
EFI file. More... | |
size_t | len |
Length of file. More... | |
An EFI local file.
Definition at line 55 of file efi_local.c.
struct refcnt efi_local::refcnt |
struct interface efi_local::xfer |
Data transfer interface.
Definition at line 59 of file efi_local.c.
Referenced by efi_local_close(), efi_local_open(), and efi_local_step().
struct process efi_local::process |
Download process.
Definition at line 61 of file efi_local.c.
Referenced by efi_local_close(), and efi_local_open().
EFI_FILE_PROTOCOL* efi_local::root |
EFI root directory.
Definition at line 64 of file efi_local.c.
Referenced by efi_local_close(), efi_local_open_resolved(), and efi_local_open_volume().
EFI_FILE_PROTOCOL* efi_local::file |
EFI file.
Definition at line 66 of file efi_local.c.
Referenced by efi_local_close(), efi_local_len(), efi_local_open_resolved(), and efi_local_step().
size_t efi_local::len |
Length of file.
Definition at line 68 of file efi_local.c.
Referenced by efi_local_len(), and efi_local_step().