_VARIABLE_INFO_ENTRY Struct Reference


Data Fields

VARIABLE_INFO_ENTRYNext
 Pointer to next entry.
EFI_GUID VendorGuid
 Guid of Variable.
CHAR16 * Name
 Name of Variable.
UINT32 Attributes
 Attributes of variable defined in UEFI specification.
UINT32 ReadCount
 Number of times to read this variable.
UINT32 WriteCount
 Number of times to write this variable.
UINT32 DeleteCount
 Number of times to delete this variable.
UINT32 CacheCount
 Number of times that cache hits this variable.
BOOLEAN Volatile
 TRUE if volatile, FALSE if non-volatile.

Detailed Description

This structure contains the variable list that is put in EFI system table. The variable driver collects all variables that were used at boot service time and produces this list. This is an optional feature to dump all used variables in shell environment.

Field Documentation

Attributes of variable defined in UEFI specification.

Number of times that cache hits this variable.

Number of times to delete this variable.

Name of Variable.

Pointer to next entry.

Number of times to read this variable.

Guid of Variable.

TRUE if volatile, FALSE if non-volatile.

Number of times to write this variable.


Generated on Thu Sep 24 23:30:15 2015 for MdeModulePkg[ALL] by  doxygen 1.5.7.1