Searched defs:_VARIABLE_INFO_ENTRY (Results 1 – 1 of 1) sorted by relevance
215 struct _VARIABLE_INFO_ENTRY { struct216 VARIABLE_INFO_ENTRY *Next; ///< Pointer to next entry.217 EFI_GUID VendorGuid; ///< Guid of Variable.218 CHAR16 *Name; ///< Name of Variable.219 UINT32 Attributes; ///< Attributes of variable defined in UEFI specification.220 UINT32 ReadCount; ///< Number of times to read this variable.221 UINT32 WriteCount; ///< Number of times to write this variable.222 UINT32 DeleteCount; ///< Number of times to delete this variable.223 UINT32 CacheCount; ///< Number of times that cache hits this variable.224 BOOLEAN Volatile; ///< TRUE if volatile, FALSE if non-volatile.