iPXE
_EFI_IFR_GET Struct Reference

#include <UefiInternalFormRepresentation.h>

Data Fields

EFI_IFR_OP_HEADER Header
 The sequence that defines the type of opcode as well as the length of the opcode being defined.
EFI_VARSTORE_ID VarStoreId
 Specifies the identifier of a previously declared variable store to use when retrieving the value.
union { 
   EFI_STRING_ID   VarName 
 A 16-bit Buffer Storage offset. More...
   UINT16   VarOffset 
 A Name Value or EFI Variable name (VarName). More...
VarStoreInfo
UINT8 VarStoreType
 Specifies the type used for storage.

Detailed Description

Definition at line 1551 of file UefiInternalFormRepresentation.h.

Field Documentation

◆ Header

EFI_IFR_OP_HEADER _EFI_IFR_GET::Header

The sequence that defines the type of opcode as well as the length of the opcode being defined.

Header.OpCode = EFI_IFR_GET_OP.

Definition at line 1556 of file UefiInternalFormRepresentation.h.

◆ VarStoreId

EFI_VARSTORE_ID _EFI_IFR_GET::VarStoreId

Specifies the identifier of a previously declared variable store to use when retrieving the value.

Definition at line 1561 of file UefiInternalFormRepresentation.h.

Referenced by efi_ifr_get_op().

◆ VarName

EFI_STRING_ID _EFI_IFR_GET::VarName

A 16-bit Buffer Storage offset.

Definition at line 1566 of file UefiInternalFormRepresentation.h.

Referenced by efi_ifr_get_op().

◆ VarOffset

UINT16 _EFI_IFR_GET::VarOffset

A Name Value or EFI Variable name (VarName).

Definition at line 1570 of file UefiInternalFormRepresentation.h.

◆ [union]

union { ... } _EFI_IFR_GET::VarStoreInfo

Referenced by efi_ifr_get_op().

◆ VarStoreType

UINT8 _EFI_IFR_GET::VarStoreType

Specifies the type used for storage.

Definition at line 1575 of file UefiInternalFormRepresentation.h.

Referenced by efi_ifr_get_op().


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