Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
efi_loaded_image_t Struct Reference

#include <efi.h>

Data Fields

u32 revision
 
voidparent_handle
 
efi_system_table_tsystem_table
 
voiddevice_handle
 
voidfile_path
 
voidreserved
 
u32 load_options_size
 
voidload_options
 
voidimage_base
 
__aligned_u64 image_size
 
unsigned int image_code_type
 
unsigned int image_data_type
 
unsigned long unload
 

Detailed Description

Definition at line 398 of file efi.h.

Field Documentation

void* device_handle

Definition at line 402 of file efi.h.

void* file_path

Definition at line 403 of file efi.h.

void* image_base

Definition at line 407 of file efi.h.

unsigned int image_code_type

Definition at line 409 of file efi.h.

unsigned int image_data_type

Definition at line 410 of file efi.h.

Definition at line 408 of file efi.h.

void* load_options

Definition at line 406 of file efi.h.

u32 load_options_size

Definition at line 405 of file efi.h.

void* parent_handle

Definition at line 400 of file efi.h.

void* reserved

Definition at line 404 of file efi.h.

Definition at line 399 of file efi.h.

efi_system_table_t* system_table

Definition at line 401 of file efi.h.

unsigned long unload

Definition at line 411 of file efi.h.


The documentation for this struct was generated from the following file: